DGtal
1.5.beta
|
#include <DGtal/geometry/volumes/CellGeometry.h>
Public Types | |
typedef TKSpace | KSpace |
typedef KSpace::Space | Space |
typedef KSpace::Cell | Cell |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((concepts::CCellularGridSpaceND< TKSpace >)) | |
BOOST_STATIC_ASSERT (TKSpace::dimension==2) | |
Static Public Member Functions | |
template<typename PointelIterator > | |
static std::unordered_set< typename KSpace::Cell > | getIncidentCellsToPointels (const KSpace &K, PointelIterator itB, PointelIterator itE) |
template<typename PointIterator > | |
static std::unordered_set< typename KSpace::Cell > | getIncidentCellsToPoints (const KSpace &K, PointIterator itB, PointIterator itE) |
template<typename PointIterator > | |
static UnorderedSetByBlock< typename KSpace::Point, Splitter< typename KSpace::Point, uint64_t > > | getIncidentKPointsToPoints (const KSpace &K, PointIterator itB, PointIterator itE) |
Specialization for 1-cells in 2D.
TKSpace | an arbitrary model of CCellularGridSpaceND. |
Definition at line 530 of file CellGeometry.h.
typedef KSpace::Cell DGtal::CellGeometryFunctions< TKSpace, 1, 2 >::Cell |
Definition at line 536 of file CellGeometry.h.
typedef TKSpace DGtal::CellGeometryFunctions< TKSpace, 1, 2 >::KSpace |
Definition at line 534 of file CellGeometry.h.
typedef KSpace::Space DGtal::CellGeometryFunctions< TKSpace, 1, 2 >::Space |
Definition at line 535 of file CellGeometry.h.
DGtal::CellGeometryFunctions< TKSpace, 1, 2 >::BOOST_CONCEPT_ASSERT | ( | (concepts::CCellularGridSpaceND< TKSpace >) | ) |
DGtal::CellGeometryFunctions< TKSpace, 1, 2 >::BOOST_STATIC_ASSERT | ( | TKSpace::dimension | = =2 | ) |
|
inlinestatic |
PointelIterator | any model of forward iterator on pointels. |
K | a valid cellular grid space large enough to hold the cells. |
itB | the start of a range of pointels. |
itE | past the end of a range of pointels. |
Definition at line 546 of file CellGeometry.h.
References K.
|
inlinestatic |
PointIterator | any model of forward iterator on points. |
K | a valid cellular grid space large enough to hold the cells. |
itB | the start of a range of points. |
itE | past the end of a range of points. |
Definition at line 569 of file CellGeometry.h.
References K.
|
inlinestatic |
PointIterator | any model of forward iterator on points. |
K | a valid cellular grid space large enough to hold the cells. |
itB | the start of a range of points. |
itE | past the end of a range of points. |
Definition at line 593 of file CellGeometry.h.
References K.