|
| PROPERTY (std::string, text,"Text") |
|
| PROPERTY (Color3, color, Color3(1, 1, 1)) |
|
| PROPERTY (double, opacity, 1.0, min=0.0, max=1.0) |
|
| PROPERTY (double, size, 0.1, min=0) |
|
| PROPERTY (bool, viewFacing, true) |
|
| PROPERTY (Eigen::Vector2d, offset, Eigen::Vector2d::Zero()) |
|
virtual void | renderSync (const RenderSyncContext &context) override |
|
virtual void | renderSyncRecursive (const RenderSyncContext &context) override |
|
| PROPERTY (Frame, frame) |
|
| PROPERTY (Pose, transform) |
|
Eigen::Affine3d | globalPose () const |
|
| PROPERTY (bool, visible, true) |
|
const std::shared_ptr< SceneNode > & | node () |
|
virtual void | renderAsync (const RenderAsyncContext &context) override |
|
virtual bool | pick (uint32_t id) const override |
|
virtual bool | interact (const Interaction &interaction) override |
|
| PROPERTY (std::string, name,"Display", hidden=true) |
|
template<class F > |
auto | recurse (const F &f) -> decltype(f(std::shared_ptr< Display >(), std::shared_ptr< Display >())) |
|
template<class F > |
auto | recurse (const F &f) -> decltype(f(std::shared_ptr< Display >())) |
|
virtual void | refreshRecursive () |
|
virtual void | refresh () |
|
| Object (const Object &)=delete |
|
Object & | operator= (const Object &)=delete |
|
std::shared_ptr< const Type > | type () const |
|
PropertyList< const Property > | properties () const |
|
PropertyList< const Property > | objectProperties () const |
|
PropertyList< Property > | properties () |
|
PropertyList< Property > | objectProperties () |
|
void | addProperty (Property property) |
|
uint64_t | id () const |
|
void | assignNewId () |
|
void | setId (uint64_t id) |
|
template<class F > |
auto | recurse (const F &f) -> decltype(f(std::shared_ptr< Object >(), std::shared_ptr< Object >())) |
|
template<class F > |
auto | recurse (const F &f) -> decltype(f(std::shared_ptr< Object >())) |
|
const Eigen::Affine3d & | framePose () const |
|
Definition at line 42 of file text.h.