|
DGtal 1.4.0
|
#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==3) | |
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 3D.
| TKSpace | an arbitrary model of CCellularGridSpaceND. |
Definition at line 614 of file CellGeometry.h.
| typedef KSpace::Cell DGtal::CellGeometryFunctions< TKSpace, 1, 3 >::Cell |
Definition at line 620 of file CellGeometry.h.
| typedef TKSpace DGtal::CellGeometryFunctions< TKSpace, 1, 3 >::KSpace |
Definition at line 618 of file CellGeometry.h.
| typedef KSpace::Space DGtal::CellGeometryFunctions< TKSpace, 1, 3 >::Space |
Definition at line 619 of file CellGeometry.h.
| DGtal::CellGeometryFunctions< TKSpace, 1, 3 >::BOOST_CONCEPT_ASSERT | ( | (concepts::CCellularGridSpaceND< TKSpace >) | ) |
| DGtal::CellGeometryFunctions< TKSpace, 1, 3 >::BOOST_STATIC_ASSERT | ( | TKSpace::dimension | = =3 | ) |
|
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 630 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 656 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 683 of file CellGeometry.h.
References K.