#include <core/cellalgorithm.h>
Public Member Functions | |
CellBoundsFunctor (const GridInterface *grid) | |
bool | operator() (Index elem, Vector *min, Vector *max) const |
CellBoundsFunctor (const Indexed *indexed) | |
bool | operator() (Index elem, Vector *min, Vector *max) const |
CellBoundsFunctor (const Ngons< N > *ngons) | |
bool | operator() (Index elem, Vector *min, Vector *max) const |
Public Member Functions inherited from vistle::Celltree< Scalar, Index, NumDimensions >::CellBoundsFunctor | |
bool | operator() (Index elem, Vector *min, Vector *max) |
Public Attributes | |
const GridInterface * | m_grid |
const Indexed * | m_indexed |
const Ngons< N > * | m_ngons |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
const GridInterface* vistle::CellBoundsFunctor< Scalar, Index >::m_grid |
const Indexed* vistle::CellBoundsFunctor< Scalar, Index >::m_indexed |
const Ngons<N>* vistle::CellBoundsFunctor< Scalar, Index >::m_ngons |