|
| Geometry (const std::string &type) |
|
| ~Geometry () |
|
void | Commit () override |
|
void | SetMaterial (Material *material) |
|
| Object () |
|
virtual | ~Object () |
|
void | AddRef () |
|
void | Release () |
|
void | SetString (const std::string &id, const std::string &s) |
|
const std::string | GetString (const std::vector< std::string > &ids, const std::string &defaultValue="", bool *found=nullptr) const |
|
bool | GetString (const std::vector< std::string > &ids, std::string *result, const std::string &defaultValue=nullptr) |
|
template<typename T = Object> |
void | SetObject (const std::string &id, T *object) |
|
template<typename T = Object> |
T * | GetObject (const std::vector< std::string > &ids, T *defaultValue=nullptr, bool *found=nullptr) const |
|
template<typename T = Object> |
bool | GetObject (const std::vector< std::string > &ids, T **result, T *defaultValue=nullptr) |
|
void | Set1i (const std::string &id, int32_t x) |
|
int32_t | Get1i (const std::vector< std::string > &ids, int32_t defaultValue=0, bool *found=nullptr) const |
|
bool | Get1i (const std::vector< std::string > &ids, int32_t *result, int32_t defaultValue=0) |
|
void | Set1f (const std::string &id, float x) |
|
float | Get1f (const std::vector< std::string > &ids, float defaultValue=0.0f, bool *found=nullptr) const |
|
bool | Get1f (const std::vector< std::string > &ids, float *result, float defaultValue=0.0f) |
|
void | Set2i (const std::string &id, int32_t x, int32_t y) |
|
VisRTX::Vec2i | Get2i (const std::vector< std::string > &ids, const VisRTX::Vec2i &defaultValue=VisRTX::Vec2i(), bool *found=nullptr) const |
|
bool | Get2i (const std::vector< std::string > &ids, VisRTX::Vec2i *result, const VisRTX::Vec2i &defaultValue=VisRTX::Vec2i()) |
|
void | Set2f (const std::string &id, float x, float y) |
|
VisRTX::Vec2f | Get2f (const std::vector< std::string > &ids, const VisRTX::Vec2f &defaultValue=VisRTX::Vec2f(), bool *found=nullptr) const |
|
bool | Get2f (const std::vector< std::string > &ids, VisRTX::Vec2f *result, const VisRTX::Vec2f &defaultValue=VisRTX::Vec2f()) |
|
void | Set3i (const std::string &id, int32_t x, int32_t y, int32_t z) |
|
VisRTX::Vec3i | Get3i (const std::vector< std::string > &ids, const VisRTX::Vec3i &defaultValue=VisRTX::Vec3i(), bool *found=nullptr) const |
|
bool | Get3i (const std::vector< std::string > &ids, VisRTX::Vec3i *result, const VisRTX::Vec3i &defaultValue=VisRTX::Vec3i()) |
|
void | Set3f (const std::string &id, float x, float y, float z) |
|
VisRTX::Vec3f | Get3f (const std::vector< std::string > &ids, const VisRTX::Vec3f &defaultValue=VisRTX::Vec3f(), bool *found=nullptr) const |
|
bool | Get3f (const std::vector< std::string > &ids, VisRTX::Vec3f *result, const VisRTX::Vec3f &defaultValue=VisRTX::Vec3f()) |
|
void | Set4f (const std::string &id, float x, float y, float z, float w) |
|
VisRTX::Vec4f | Get4f (const std::vector< std::string > &ids, const VisRTX::Vec4f &defaultValue=VisRTX::Vec4f(), bool *found=nullptr) const |
|
bool | Get4f (const std::vector< std::string > &ids, VisRTX::Vec4f *result, const VisRTX::Vec4f &defaultValue=VisRTX::Vec4f()) |
|
void | RemoveParam (const std::string &id) |
|
Definition at line 11 of file Geometry.h.