| 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==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 622 of file CellGeometry.h.
| typedef KSpace::Cell DGtal::CellGeometryFunctions< TKSpace, 1, 3 >::Cell | 
Definition at line 628 of file CellGeometry.h.
| typedef TKSpace DGtal::CellGeometryFunctions< TKSpace, 1, 3 >::KSpace | 
Definition at line 626 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, 1, 3 >::Space | 
Definition at line 627 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 638 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 664 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 691 of file CellGeometry.h.
References K.