|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Inheritance diagram for LinearElemOverlapTest:
Collaboration diagram for LinearElemOverlapTest:Public Member Functions | |
| LinearElemOverlapTest (EntityType t) | |
| bool | operator() (const CartVect *coords, const CartVect &box_center, const CartVect &box_dims) const |
Public Attributes | |
| const EntityType | type |
Definition at line 111 of file GeomUtilTests.cpp.
| LinearElemOverlapTest::LinearElemOverlapTest | ( | EntityType | t | ) | [inline] |
Definition at line 115 of file GeomUtilTests.cpp.
| bool LinearElemOverlapTest::operator() | ( | const CartVect * | coords, |
| const CartVect & | box_center, | ||
| const CartVect & | box_dims | ||
| ) | const [inline, virtual] |
Implements ElemOverlapTest.
Definition at line 116 of file GeomUtilTests.cpp.
References moab::GeomUtil::box_linear_elem_overlap().
{
return box_linear_elem_overlap( coords, type, box_center, box_dims );
}
| const EntityType LinearElemOverlapTest::type |
Definition at line 114 of file GeomUtilTests.cpp.