View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

Public Member Functions | Public Attributes | List of all members
vistle::PointInclusionFunctor< Grid, Scalar, Index > Class Template Reference

#include <core/cellalgorithm.h>

Inheritance diagram for vistle::PointInclusionFunctor< Grid, Scalar, Index >:
Inheritance graph
[legend]
Collaboration diagram for vistle::PointInclusionFunctor< Grid, Scalar, Index >:
Collaboration graph
[legend]

Public Member Functions

 PointInclusionFunctor (const Grid *grid, const Vector &point, 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
 
Vector m_point
 
bool m_acceptGhost
 
Index cell
 

Constructor & Destructor Documentation

◆ PointInclusionFunctor()

template<class Grid , typename Scalar , typename Index >
vistle::PointInclusionFunctor< Grid, Scalar, Index >::PointInclusionFunctor ( const Grid *  grid,
const Vector point,
bool  acceptGhost = false 
)
inline

Member Function Documentation

◆ operator()()

template<class Grid , typename Scalar , typename Index >
bool vistle::PointInclusionFunctor< Grid, Scalar, Index >::operator() ( Index  elem)
inline

Member Data Documentation

◆ cell

template<class Grid , typename Scalar , typename Index >
Index vistle::PointInclusionFunctor< Grid, Scalar, Index >::cell

◆ m_acceptGhost

template<class Grid , typename Scalar , typename Index >
bool vistle::PointInclusionFunctor< Grid, Scalar, Index >::m_acceptGhost

◆ m_grid

template<class Grid , typename Scalar , typename Index >
const Grid* vistle::PointInclusionFunctor< Grid, Scalar, Index >::m_grid

◆ m_point

template<class Grid , typename Scalar , typename Index >
Vector vistle::PointInclusionFunctor< Grid, Scalar, Index >::m_point

The documentation for this class was generated from the following file: