#include <GeometricBalancedArrayTreeNode.h>
|
| | GeometricBalancedArrayTreeNode () |
| |
| | ~GeometricBalancedArrayTreeNode () |
| |
| virtual void | printValue () const |
| |
| const double * | getBounds () const |
| |
| void | setBounds (vmml::Vector4d _bound) |
| |
| void | setBoundIndex (int _maxTreeDepth) |
| |
| vmml::Vector2d | getOrigin () const |
| |
| vmml::Vector2d | getMidpoint () const |
| |
| bool | inside (vmml::Vector2d _coord) const |
| |
| int | locateChildIDForCoordinates (vmml::Vector2d _coord) const |
| |
| double | getEdgelenght () const |
| |
| void | setEdgelenght (double _edgelength) |
| |
| void | setBoundsIndex (GLuint _min_x, GLuint _min_y) |
| |
| const GLuint * | getBoundsIndex () const |
| |
| bool | isVisible () const |
| |
| void | isVisible (bool _input) |
| |
| void | print () |
| |
| | BalancedArrayTreeNode () |
| |
| | ~BalancedArrayTreeNode () |
| |
| short | getBalance () const |
| |
| void | setBalance (short _balance) |
| |
| void | print () |
| |
| | ArrayTreeNode (int _uid=-1, int _parent=-1) |
| |
| | ArrayTreeNode (int _uid, std::shared_ptr< KEYTYPE > _key, int _parent) |
| |
| | ArrayTreeNode (int _uid, short _lod, int _parent) |
| |
| | ~ArrayTreeNode () |
| |
| void | clear () |
| |
| void | setArrayNodeProperties (int _uid, std::shared_ptr< KEYTYPE > _key, int _parent, bool _isParent) |
| |
| void | setArrayNodeProperties (int _uid, short _lod, int _parent, bool _isParent) |
| |
| void | setArrayNodeProperties (int _uid, int _parent, bool _isParent) |
| |
| void | setChildByKey (std::shared_ptr< KEYTYPE > const &_key, int _childid) |
| |
| int | locateKeyInChild (std::shared_ptr< KEYTYPE > const &_key) |
| |
| void | setLod (short _lod) |
| |
| void | setBasic (int _uid, int _parent) |
| |
| std::shared_ptr< KEYTYPE > const & | getKey () const |
| |
| void | setKey (std::shared_ptr< KEYTYPE > _key) |
| |
| int | getUID () const |
| |
| void | setUID (int _uid) |
| |
| const int | getChildIdx (short _childIdx) const |
| |
| void | setChildIdx (short _childIdx, int _idx) |
| |
| void | repairChildIdx (int _nodeid) |
| |
| bool | isParent () const |
| |
| void | isParent (bool _input) |
| |
| void | setParentID (int _parent) |
| |
| int | getParentID () const |
| |
| const int * | getChildren () const |
| |
| void | clearChildIndices () |
| |
| void | print () |
| |
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
calculateMidpoint sets the midpoint and the edgelength of a node
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
template<short TREESIZE, class KEYTYPE , short HALFTREESIZE>
The documentation for this class was generated from the following file: