|
Path Tracer
|
This is the complete list of members for KDTreeNode, including all inherited members.
| getChildGreater() const | KDTreeNode | |
| getChildSmaller() const | KDTreeNode | |
| getDepth() const | KDTreeNode | |
| getIntersectionBackwards(const Ray &ray, const KDTreeNode *ignore=nullptr) const | KDTreeNode | |
| getIntersectionForward(const Ray &ray) const | KDTreeNode | |
| getMaxCoord() const | KDTreeNode | |
| getMaxDepth() const | KDTreeNode | |
| getMaxObjectNumberLeaf() const | KDTreeNode | |
| getMinCoord() const | KDTreeNode | |
| getObjects() const | KDTreeNode | |
| getParent() const | KDTreeNode | |
| intersectionDistance(const Ray &ray) const | KDTreeNode | |
| isIn(DoubleVec3D point) const | KDTreeNode | |
| KDTreeNode() | KDTreeNode | |
| KDTreeNode(std::vector< Object3D * > objects, unsigned int maxObjectNumber, unsigned int maxDepth, KDTreeNode *parent=nullptr, unsigned int depth=0) | KDTreeNode | |
| KDTreeNode(std::vector< Object3D * > objects, DoubleVec3D minCoord, DoubleVec3D maxCoord, unsigned int maxObjectNumber, unsigned int maxDepth, KDTreeNode *parent=nullptr, unsigned int depth=0) | KDTreeNode | |
| ~KDTreeNode() | KDTreeNode |