|
Open CASCADE Technology
6.9.0
|
Abstract geometric object bounded by BVH box. More...
#include <BVH_Object.hxx>

Public Member Functions | |
| BVH_Object () | |
| Creates new abstract geometric object. More... | |
| virtual | ~BVH_Object ()=0 |
| Releases resources of geometric object. More... | |
| virtual BVH_Box< T, N > | Box () const =0 |
| Returns AABB of the geometric object. More... | |
| virtual const NCollection_Handle < BVH_Properties > & | Properties () const |
| Returns properties of the geometric object. More... | |
| virtual void | SetProperties (const NCollection_Handle< BVH_Properties > &theProperties) |
| Sets properties of the geometric object. More... | |
| virtual void | MarkDirty () |
| Marks object state as outdated (needs BVH rebuilding). More... | |
Protected Attributes | |
| Standard_Boolean | myIsDirty |
| Marks internal object state as outdated. More... | |
| NCollection_Handle < BVH_Properties > | myProperties |
| Generic properties assigned to the object. More... | |
Abstract geometric object bounded by BVH box.
| T | Numeric data type |
| N | Vector dimension |
| BVH_Object< T, N >::BVH_Object | ( | ) |
Creates new abstract geometric object.
|
pure virtual |
Releases resources of geometric object.
|
pure virtual |
Returns AABB of the geometric object.
Implemented in OpenGl_TriangleSet, BVH_PrimitiveSet< T, N >, BVH_PrimitiveSet< Standard_Real, 3 >, BVH_PrimitiveSet< Standard_ShortReal, 4 >, and BVH_PrimitiveSet< Standard_ShortReal, N >.
|
virtual |
Marks object state as outdated (needs BVH rebuilding).
|
virtual |
Returns properties of the geometric object.
|
virtual |
Sets properties of the geometric object.
|
protected |
Marks internal object state as outdated.
|
protected |
Generic properties assigned to the object.
1.8.5