Photon Engine 2.0.0-beta
A physically based renderer.
|
This is the complete list of members for ph::math::TIndexedKdtree< IndexToItem, ItemToAABB, Index >, including all inherited members.
getAABB() const | ph::math::TIndexedKdtree< IndexToItem, ItemToAABB, Index > | inline |
getItem(std::size_t idx) const | ph::math::TIndexedKdtree< IndexToItem, ItemToAABB, Index > | inline |
isEmpty() const | ph::math::TIndexedKdtree< IndexToItem, ItemToAABB, Index > | inline |
Item typedef | ph::math::TIndexedKdtree< IndexToItem, ItemToAABB, Index > | |
nearestTraversal(const TLineSegment< real > &segment, TesterFunc &&intersectionTester) const | ph::math::TIndexedKdtree< IndexToItem, ItemToAABB, Index > | |
nearestTraversal(const TLineSegment< real > &segment, TesterFunc &&intersectionTester) const -> bool | ph::math::TIndexedKdtree< IndexToItem, ItemToAABB, Index > | inline |
TIndexedKdtree(std::size_t numItems, IndexToItem indexToItem, ItemToAABB itemToAABB, IndexedKdtreeParams params=IndexedKdtreeParams()) | ph::math::TIndexedKdtree< IndexToItem, ItemToAABB, Index > | inline |