|
DLLEXPORT InfoHandle | CreateInfo () |
|
DLLEXPORT InfoHandle | CreateInfo (const String &dtdfile) |
|
DLLEXPORT InfoHandle | LoadInfo (const String &file) |
|
template<typename T > |
T | Extract (const info::InfoGroup &g, const String &n) |
|
Real DLLEXPORT_OST_INFO | GetFloatInfoItem (const InfoGroup &ig, const InfoPath &path, Real def) |
|
int DLLEXPORT_OST_INFO | GetIntInfoItem (const InfoGroup &ig, const InfoPath &path, int def) |
|
bool DLLEXPORT_OST_INFO | GetBoolInfoItem (const InfoGroup &ig, const InfoPath &path, bool def) |
|
geom::Vec3 DLLEXPORT_OST_INFO | GetVectorInfoItem (const InfoGroup &ig, const InfoPath &path, const geom::Vec3 &def) |
|
String DLLEXPORT_OST_INFO | GetStringInfoItem (const InfoGroup &ig, const InfoPath &path, const String &def) |
|
void DLLEXPORT_OST_INFO | SetFloatInfoItem (InfoGroup ig, const InfoPath &path, Real val) |
|
void DLLEXPORT_OST_INFO | SetIntInfoItem (InfoGroup ig, const InfoPath &path, int val) |
|
void DLLEXPORT_OST_INFO | SetBoolInfoItem (InfoGroup ig, const InfoPath &path, bool val) |
|
void DLLEXPORT_OST_INFO | SetVectorInfoItem (InfoGroup ig, const InfoPath &path, const geom::Vec3 &val) |
|
void DLLEXPORT_OST_INFO | SetStringInfoItem (InfoGroup ig, const InfoPath &path, const String &val) |
|
DLLEXPORT_OST_INFO std::ostream & | operator<< (std::ostream &, const InfoPath &p) |
|
DLLEXPORT_OST_INFO InfoPath | operator+ (const InfoPath &p1, const InfoPath &p2) |
|
DLLEXPORT InfoSetMap | ExtractSets (const InfoGroup &) |
|
| LoadOrCreateInfo (name) |
|
|
void DLLEXPORT_OST_INFO | Mat2ToInfo (const geom::Mat2 &mat, InfoGroup &group) |
|
geom::Mat2 DLLEXPORT_OST_INFO | Mat2FromInfo (const InfoGroup &group) |
|
void DLLEXPORT_OST_INFO | Mat3ToInfo (const geom::Mat3 &mat, InfoGroup &group) |
|
geom::Mat3 DLLEXPORT_OST_INFO | Mat3FromInfo (const InfoGroup &group) |
|
void DLLEXPORT_OST_INFO | Mat4ToInfo (const geom::Mat4 &mat, InfoGroup &group) |
|
geom::Mat4 DLLEXPORT_OST_INFO | Mat4FromInfo (const InfoGroup &group) |
|