#include <core/cellalgorithm.h>
Classes | |
struct | Intersection |
Public Member Functions | |
LineIntersectionFunctor (const Grid *grid, const Vector &p0, const Vector &p1, bool acceptGhost=false) | |
bool | operator() (Index elem) |
Public Member Functions inherited from vistle::Celltree< Scalar, Index, NumDimensions >::LeafFunctor | |
bool | operator() (Index elem) |
Public Attributes | |
const Grid * | m_grid |
const Vector | m_p0 |
const Vector | m_dir |
const bool | m_acceptGhost |
std::vector< Intersection > | intersections |
struct vistle::LineIntersectionFunctor::Intersection |
|
inline |
|
inline |
std::vector<Intersection> vistle::LineIntersectionFunctor< Grid, Scalar, Index >::intersections |
const bool vistle::LineIntersectionFunctor< Grid, Scalar, Index >::m_acceptGhost |
const Vector vistle::LineIntersectionFunctor< Grid, Scalar, Index >::m_dir |
const Grid* vistle::LineIntersectionFunctor< Grid, Scalar, Index >::m_grid |
const Vector vistle::LineIntersectionFunctor< Grid, Scalar, Index >::m_p0 |