|
DGtal 2.0.0
|
#include <DGtal/geometry/volumes/CellGeometry.h>
Public Types | |
| typedef TKSpace | KSpace |
| typedef KSpace::Space | Space |
| typedef KSpace::Cell | Cell |
| typedef KSpace::Point | Point |
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 2-cells in 2D.
| TKSpace | an arbitrary model of CCellularGridSpaceND. |
Definition at line 714 of file CellGeometry.h.
| typedef KSpace::Cell DGtal::CellGeometryFunctions< TKSpace, 2, 2 >::Cell |
Definition at line 720 of file CellGeometry.h.
| typedef TKSpace DGtal::CellGeometryFunctions< TKSpace, 2, 2 >::KSpace |
Definition at line 718 of file CellGeometry.h.
| typedef KSpace::Point DGtal::CellGeometryFunctions< TKSpace, i, N >::Point |
Definition at line 447 of file CellGeometry.h.
| typedef KSpace::Space DGtal::CellGeometryFunctions< TKSpace, 2, 2 >::Space |
Definition at line 719 of file CellGeometry.h.
| DGtal::CellGeometryFunctions< TKSpace, 2, 2 >::BOOST_CONCEPT_ASSERT | ( | (concepts::CCellularGridSpaceND< TKSpace >) | ) |
| DGtal::CellGeometryFunctions< TKSpace, 2, 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 730 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 756 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 783 of file CellGeometry.h.
References K.