#include <BVAlgorithms.h>
Public Member Functions | |
bool | intersectObject (const Object1 &obj) |
intersector_helper1 (const Object2 &inStored, Intersector &in) | |
bool | intersectVolume (const Volume1 &vol) |
Public Attributes | |
Intersector & | intersector |
Object2 | stored |
Private Member Functions | |
intersector_helper1 & | operator= (const intersector_helper1 &) |
Definition at line 60 of file BVAlgorithms.h.
internal::intersector_helper1< Volume1, Object1, Object2, Intersector >::intersector_helper1 | ( | const Object2 & | inStored, |
Intersector & | in | ||
) | [inline] |
Definition at line 62 of file BVAlgorithms.h.
bool internal::intersector_helper1< Volume1, Object1, Object2, Intersector >::intersectObject | ( | const Object1 & | obj | ) | [inline] |
Definition at line 64 of file BVAlgorithms.h.
bool internal::intersector_helper1< Volume1, Object1, Object2, Intersector >::intersectVolume | ( | const Volume1 & | vol | ) | [inline] |
Definition at line 63 of file BVAlgorithms.h.
intersector_helper1& internal::intersector_helper1< Volume1, Object1, Object2, Intersector >::operator= | ( | const intersector_helper1< Volume1, Object1, Object2, Intersector > & | ) | [private] |
Intersector& internal::intersector_helper1< Volume1, Object1, Object2, Intersector >::intersector |
Definition at line 66 of file BVAlgorithms.h.
Object2 internal::intersector_helper1< Volume1, Object1, Object2, Intersector >::stored |
Definition at line 65 of file BVAlgorithms.h.