#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 59 of file BVAlgorithms.h.
Eigen::internal::intersector_helper2< Volume2, Object2, Object1, Intersector >::intersector_helper2 | ( | const Object1 & | inStored, |
Intersector & | in | ||
) | [inline] |
Definition at line 61 of file BVAlgorithms.h.
bool Eigen::internal::intersector_helper2< Volume2, Object2, Object1, Intersector >::intersectObject | ( | const Object2 & | obj | ) | [inline] |
Definition at line 63 of file BVAlgorithms.h.
bool Eigen::internal::intersector_helper2< Volume2, Object2, Object1, Intersector >::intersectVolume | ( | const Volume2 & | vol | ) | [inline] |
Definition at line 62 of file BVAlgorithms.h.
intersector_helper2& Eigen::internal::intersector_helper2< Volume2, Object2, Object1, Intersector >::operator= | ( | const intersector_helper2< Volume2, Object2, Object1, Intersector > & | ) | [private] |
Intersector& Eigen::internal::intersector_helper2< Volume2, Object2, Object1, Intersector >::intersector |
Definition at line 65 of file BVAlgorithms.h.
Object1 Eigen::internal::intersector_helper2< Volume2, Object2, Object1, Intersector >::stored |
Definition at line 64 of file BVAlgorithms.h.