|
DGtal 2.1.1
|
Data structure returned by Domain splitters. More...
#include <DGtal/kernel/domains/DomainSplitter.h>
Public Member Functions | |
| BOOST_CONCEPT_ASSERT ((concepts::CDomain< Domain >)) | |
Data Fields | |
| Domain | domain |
| uint32_t | hintVoxelCount = 0 |
Data structure returned by Domain splitters.
This class offers the ability for the splitter to give information about the surfaces or object within the splits. For example, the hintVoxelCount field may allow to pre-allocate buffers.
Definition at line 42 of file DomainSplitter.h.
| DGtal::SplitInfo< Domain >::BOOST_CONCEPT_ASSERT | ( | (concepts::CDomain< Domain >) | ) |
| Domain DGtal::SplitInfo< Domain >::domain |
Definition at line 46 of file DomainSplitter.h.
| uint32_t DGtal::SplitInfo< Domain >::hintVoxelCount = 0 |
Definition at line 47 of file DomainSplitter.h.