|
VisioMove
2.1.5
|
This class is a descriptor for a quadtree based spatial layout. More...

Public Member Functions | |
| VgQuadtreeLayoutDescriptor (float pRootSize=3200.0f, unsigned int pNumLevels=4) | |
| Constructor. More... | |
| ~VgQuadtreeLayoutDescriptor () | |
| Destructor. More... | |
Public Member Functions inherited from VgEngine::VgLayoutDescriptor | |
| VgLayoutDescriptor () | |
| Default constructor, you can not call it directly (this class is abstract). More... | |
| virtual | ~VgLayoutDescriptor ()=0 |
| Pure virtual destructor called by subclass destructors. More... | |
Public Attributes | |
| float | mRootSize |
| The root size. More... | |
| unsigned int | mNumLevels |
| The number of quadtree levels. More... | |
Friends | |
| class | VgObjectBridge |
Additional Inherited Members | |
Protected Attributes inherited from VgEngine::VgLayoutDescriptor | |
| Private * | mPrivate |
| Private. More... | |
This class is a descriptor for a quadtree based spatial layout.
| VgEngine::VgQuadtreeLayoutDescriptor::VgQuadtreeLayoutDescriptor | ( | float | pRootSize = 3200.0f, |
| unsigned int | pNumLevels = 4 |
||
| ) |
Constructor.
| pRootSize | The size of the root element. |
| pNumLevels | The number of quadtree levels in the layout. |
| VgEngine::VgQuadtreeLayoutDescriptor::~VgQuadtreeLayoutDescriptor | ( | ) |
Destructor.
|
friend |
| unsigned int VgEngine::VgQuadtreeLayoutDescriptor::mNumLevels |
The number of quadtree levels.
| float VgEngine::VgQuadtreeLayoutDescriptor::mRootSize |
The root size.