#include <BVAlgorithms.h>
Public Member Functions | |
bool | intersectObject (const Object2 &obj) |
intersector_helper2 (const Object1 &inStored, Intersector &in) | |
bool | intersectVolume (const Volume2 &vol) |
Public Attributes | |
Intersector & | intersector |
Object1 | stored |
Private Member Functions | |
intersector_helper2 & | operator= (const intersector_helper2 &) |
Definition at line 72 of file BVAlgorithms.h.
internal::intersector_helper2< Volume2, Object2, Object1, Intersector >::intersector_helper2 | ( | const Object1 & | inStored, |
Intersector & | in | ||
) | [inline] |
Definition at line 74 of file BVAlgorithms.h.
bool internal::intersector_helper2< Volume2, Object2, Object1, Intersector >::intersectObject | ( | const Object2 & | obj | ) | [inline] |
Definition at line 76 of file BVAlgorithms.h.
bool internal::intersector_helper2< Volume2, Object2, Object1, Intersector >::intersectVolume | ( | const Volume2 & | vol | ) | [inline] |
Definition at line 75 of file BVAlgorithms.h.
intersector_helper2& internal::intersector_helper2< Volume2, Object2, Object1, Intersector >::operator= | ( | const intersector_helper2< Volume2, Object2, Object1, Intersector > & | ) | [private] |
Intersector& internal::intersector_helper2< Volume2, Object2, Object1, Intersector >::intersector |
Definition at line 78 of file BVAlgorithms.h.
Object1 internal::intersector_helper2< Volume2, Object2, Object1, Intersector >::stored |
Definition at line 77 of file BVAlgorithms.h.