BALL
1.4.79
|
#include <BALL/VIEW/RENDERING/RENDERERS/rtfactRenderer.h>
Public Attributes | |
std::vector< RTfact::Remote::GroupHandle > | top_group_handles |
The top-level group handles this object was assigned to. More... | |
std::vector< RTfact::Remote::GeoHandle > | object_handles |
The object handles. More... | |
std::vector< RTfact::Remote::RTAppearanceHandle > | material_handles |
The materials. More... | |
bool | has_been_disabled |
Mark previously disabled representations. More... | |
This class encapsulates RTfact's data structures per Representation.
Definition at line 39 of file rtfactRenderer.h.
bool BALL::VIEW::RTfactRenderer::RTfactData::has_been_disabled |
Mark previously disabled representations.
Definition at line 52 of file rtfactRenderer.h.
std::vector<RTfact::Remote::RTAppearanceHandle> BALL::VIEW::RTfactRenderer::RTfactData::material_handles |
The materials.
Definition at line 49 of file rtfactRenderer.h.
std::vector<RTfact::Remote::GeoHandle> BALL::VIEW::RTfactRenderer::RTfactData::object_handles |
The object handles.
Definition at line 46 of file rtfactRenderer.h.
std::vector<RTfact::Remote::GroupHandle> BALL::VIEW::RTfactRenderer::RTfactData::top_group_handles |
The top-level group handles this object was assigned to.
Definition at line 43 of file rtfactRenderer.h.