DGtal 2.1.0
|
Public Types | |
typedef Predicate::Point | Point |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((DGtal::concepts::CPointPredicate< Predicate >)) | |
BOOST_CONCEPT_ASSERT ((DGtal::concepts::CDomain< Domain >)) | |
FalseOutsideDomain (DGtal::ConstAlias< Predicate > predicate, DGtal::ConstAlias< Domain > adomain) | |
bool | operator() (const Point &point) const |
Data Fields | |
const Predicate * | myPredicate |
const Domain * | myDomain |
Definition at line 38 of file exampleDECSurface.cpp.
typedef Predicate::Point FalseOutsideDomain< Predicate, Domain >::Point |
Definition at line 43 of file exampleDECSurface.cpp.
|
inline |
Definition at line 45 of file exampleDECSurface.cpp.
FalseOutsideDomain< Predicate, Domain >::BOOST_CONCEPT_ASSERT | ( | (DGtal::concepts::CDomain< Domain >) | ) |
FalseOutsideDomain< Predicate, Domain >::BOOST_CONCEPT_ASSERT | ( | (DGtal::concepts::CPointPredicate< Predicate >) | ) |
|
inline |
Definition at line 51 of file exampleDECSurface.cpp.
References FalseOutsideDomain< Predicate, Domain >::myDomain, and FalseOutsideDomain< Predicate, Domain >::myPredicate.
const Domain* FalseOutsideDomain< Predicate, Domain >::myDomain |
Definition at line 58 of file exampleDECSurface.cpp.
Referenced by FalseOutsideDomain< Predicate, Domain >::operator()().
const Predicate* FalseOutsideDomain< Predicate, Domain >::myPredicate |
Definition at line 57 of file exampleDECSurface.cpp.
Referenced by FalseOutsideDomain< Predicate, Domain >::operator()().