waLBerla 7.2
|
Public Member Functions | |
ChildInfoIntersects (const Node< MeshType > *_child, const real_t &_parametricDistance, const Vector3< real_t > &_normal, const bool &_intersects) | |
bool | operator< (const ChildInfoIntersects &other) const |
Static Public Member Functions | |
static ChildInfoIntersects | fromRay (const Node< MeshType > *child, const Point &ray_origin, const Point &ray_direction) |
Public Attributes | |
const Node< MeshType > * | child |
const real_t | parametricDistance |
const Vector3< real_t > | normal |
const bool | intersectsAabb |
|
inline |
|
inlinestatic |
|
inline |
const Node<MeshType>* walberla::mesh::distance_octree::BranchNode< MeshType >::ChildInfoIntersects::child |
const bool walberla::mesh::distance_octree::BranchNode< MeshType >::ChildInfoIntersects::intersectsAabb |
const Vector3<real_t> walberla::mesh::distance_octree::BranchNode< MeshType >::ChildInfoIntersects::normal |
const real_t walberla::mesh::distance_octree::BranchNode< MeshType >::ChildInfoIntersects::parametricDistance |