The BoundingBox node class. More...
#include "murl_graph_bounding_box.h"
Additional Inherited Members | |
Public Types inherited from Murl::IFactoryObject< INode > | |
| using | ClassInfoArray = Array< const ClassInfo * > |
| Definition of an array of ClassInfo objects. | |
Public Member Functions inherited from Murl::IFactoryObject< INode > | |
| ~IFactoryObject () override | |
| The destructor. | |
| virtual const ClassInfo * | GetObjectClassInfo () const=0 |
| Get the object instance's class info, if present. More... | |
| virtual void | ResetObjectProperties ()=0 |
| Reset the object instance's properties to their default values. | |
Static Public Member Functions inherited from Murl::IFactoryObject< INode > | |
| static const PropertyInfo * | GetPropertyInfo () |
| Get the class' property info struct. More... | |
| static const AttributeInfo * | GetAttributeInfo () |
| Get the class' attribute info struct. More... | |
| static void | ResetProperties (IFactoryObject< INode > *object) |
| Reset an object instance's properties to their default values. More... | |
Detailed Description
The BoundingBox node class.
XML Elements
- XML Graph Node Attributes:
-
enableClamping="false" [Bool]
Enable/disable inner volume clamping. See Murl::Graph::IBoundingBox::SetClampingEnabled().
enableViewCulling="true" [Bool]
Enable/disable view culling. See Murl::Graph::IBoundingBox::SetViewCullingEnabled().
minX="0.0" [Real]
The minimum box extent in X direction. See Murl::Graph::IBoundingBox::SetMinimum().
minY="0.0" [Real]
The minimum box extent in Y direction. See Murl::Graph::IBoundingBox::SetMinimum().
minZ="0.0" [Real]
The minimum box extent in Z direction. See Murl::Graph::IBoundingBox::SetMinimum().
maxX="0.0" [Real]
The maximum box extent in X direction. See Murl::Graph::IBoundingBox::SetMaximum().
maxY="0.0" [Real]
The maximum box extent in Y direction. See Murl::Graph::IBoundingBox::SetMaximum().
maxZ="0.0" [Real]
The maximum box extent in Z direction. See Murl::Graph::IBoundingBox::SetMaximum().
offsetX="0.0" [Real]
The box' center offset in X direction.
offsetY="0.0" [Real]
The box' center offset in Y direction.
offsetZ="0.0" [Real]
The box' center offset in Z direction.
sizeX="0.0" [Real]
The box size in X direction.
sizeY="0.0" [Real]
The box size in Y direction.
sizeZ="0.0" [Real]
The box size in Z direction.
The documentation for this class was generated from the following file:
- murl_graph_bounding_box.h
Public Types inherited from