#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 47 of file BVAlgorithms.h.
Eigen::internal::intersector_helper1< Volume1, Object1, Object2, Intersector >::intersector_helper1 | ( | const Object2 & | inStored, |
Intersector & | in | ||
) | [inline] |
Definition at line 49 of file BVAlgorithms.h.
bool Eigen::internal::intersector_helper1< Volume1, Object1, Object2, Intersector >::intersectObject | ( | const Object1 & | obj | ) | [inline] |
Definition at line 51 of file BVAlgorithms.h.
bool Eigen::internal::intersector_helper1< Volume1, Object1, Object2, Intersector >::intersectVolume | ( | const Volume1 & | vol | ) | [inline] |
Definition at line 50 of file BVAlgorithms.h.
intersector_helper1& Eigen::internal::intersector_helper1< Volume1, Object1, Object2, Intersector >::operator= | ( | const intersector_helper1< Volume1, Object1, Object2, Intersector > & | ) | [private] |
Intersector& Eigen::internal::intersector_helper1< Volume1, Object1, Object2, Intersector >::intersector |
Definition at line 53 of file BVAlgorithms.h.
Object2 Eigen::internal::intersector_helper1< Volume1, Object1, Object2, Intersector >::stored |
Definition at line 52 of file BVAlgorithms.h.