walberla::mesa_pd::ContainsPointFunctor Struct Reference

#include <Contains.h>

Public Member Functions

template<typename ParticleAccessor_T , typename Shape_T >
bool operator() (const size_t, const Shape_T &, const ParticleAccessor_T &, const Vector3< real_t > &)
 
template<typename ParticleAccessor_T >
bool operator() (const size_t particleIdx, const mesa_pd::data::Sphere &sphere, const ParticleAccessor_T &ac, const Vector3< real_t > &point)
 
template<typename ParticleAccessor_T >
bool operator() (const size_t particleIdx, const mesa_pd::data::HalfSpace &halfSpace, const ParticleAccessor_T &ac, const Vector3< real_t > &point)
 
template<typename ParticleAccessor_T >
bool operator() (const size_t particleIdx, const mesa_pd::data::Box &box, const ParticleAccessor_T &ac, const Vector3< real_t > &point)
 
template<typename ParticleAccessor_T >
bool operator() (const size_t particleIdx, const mesa_pd::data::Ellipsoid &ellipsoid, const ParticleAccessor_T &ac, const Vector3< real_t > &point)
 
template<typename ParticleAccessor_T >
bool operator() (const size_t particleIdx, const mesa_pd::data::CylindricalBoundary &cylindricalBoundary, const ParticleAccessor_T &ac, const Vector3< real_t > &point)
 

Member Function Documentation

◆ operator()() [1/6]

template<typename ParticleAccessor_T >
bool walberla::mesa_pd::ContainsPointFunctor::operator() ( const size_t  particleIdx,
const mesa_pd::data::Box box,
const ParticleAccessor_T &  ac,
const Vector3< real_t > &  point 
)
inline

◆ operator()() [2/6]

template<typename ParticleAccessor_T >
bool walberla::mesa_pd::ContainsPointFunctor::operator() ( const size_t  particleIdx,
const mesa_pd::data::CylindricalBoundary cylindricalBoundary,
const ParticleAccessor_T &  ac,
const Vector3< real_t > &  point 
)
inline

◆ operator()() [3/6]

template<typename ParticleAccessor_T >
bool walberla::mesa_pd::ContainsPointFunctor::operator() ( const size_t  particleIdx,
const mesa_pd::data::Ellipsoid ellipsoid,
const ParticleAccessor_T &  ac,
const Vector3< real_t > &  point 
)
inline

◆ operator()() [4/6]

template<typename ParticleAccessor_T >
bool walberla::mesa_pd::ContainsPointFunctor::operator() ( const size_t  particleIdx,
const mesa_pd::data::HalfSpace halfSpace,
const ParticleAccessor_T &  ac,
const Vector3< real_t > &  point 
)
inline

◆ operator()() [5/6]

template<typename ParticleAccessor_T >
bool walberla::mesa_pd::ContainsPointFunctor::operator() ( const size_t  particleIdx,
const mesa_pd::data::Sphere sphere,
const ParticleAccessor_T &  ac,
const Vector3< real_t > &  point 
)
inline

◆ operator()() [6/6]

template<typename ParticleAccessor_T , typename Shape_T >
bool walberla::mesa_pd::ContainsPointFunctor::operator() ( const  size_t,
const Shape_T &  ,
const ParticleAccessor_T &  ,
const Vector3< real_t > &   
)
inline

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