| clone() const =0 | PartitionTreeNode | [pure virtual] |
| difference(const vector &x, vector &result) const =0 | PartitionTreeNode | [pure virtual] |
| difference(const PartitionTreeNode &node, vector &result) const =0 | PartitionTreeNode | [pure virtual] |
| getDepth() const | PartitionTreeNode | [inline] |
| getIndex() const | PartitionTreeNode | [inline] |
| getIndices() const | PartitionTreeNode | [inline] |
| getLeft() | PartitionTreeNode | [inline] |
| getRight() | PartitionTreeNode | [inline] |
| getSize() const | PartitionTreeNode | [inline] |
| isInternal() const | PartitionTreeNode | [inline] |
| isLeaf() const | PartitionTreeNode | [inline] |
| isPrune() const | PartitionTreeNode | [inline] |
| operator=(const PartitionTreeNode &o) | PartitionTreeNode | |
| PartitionTreeNode() | PartitionTreeNode | |
| PartitionTreeNode(const unsigned int i, const unsigned int depth) | PartitionTreeNode | |
| PartitionTreeNode(const std::vector< unsigned int > &is, const unsigned int depth) | PartitionTreeNode | |
| PartitionTreeNode(PartitionTreeNode *left, PartitionTreeNode *right, const unsigned int depth) | PartitionTreeNode | |
| PartitionTreeNode(const PartitionTreeNode &o) | PartitionTreeNode | |
| ~PartitionTreeNode() | PartitionTreeNode | [virtual] |
1.5.3