Points&Forces (survey)
Software tools facilitating the task of surveying architecture
|
#include "a_material.h"
Go to the source code of this file.
Functions | |
std::istream & | operator>> (std::istream &i, a_material &f) |
std::ostream & | operator<< (std::ostream &o, const a_material &f) |
std::istream & | operator>> (std::istream &i, a_material *f) |
std::ostream & | operator<< (std::ostream &o, const a_material *f) |
std::ostream& operator<< | ( | std::ostream & | o, |
const a_material & | f | ||
) |
std::ostream& operator<< | ( | std::ostream & | o, |
const a_material * | f | ||
) |
std::istream& operator>> | ( | std::istream & | i, |
a_material & | f | ||
) |
std::istream& operator>> | ( | std::istream & | i, |
a_material * | f | ||
) |