Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_fsp.h>
Public Member Functions | |
ON_FixedSizePoolIterator (const class ON_FixedSizePool &fsp) | |
void * | FirstElement () |
void * | FirstElement (size_t element_index) |
void * | NextElement () |
void * | FirstBlock (size_t *block_element_count) |
void * | NextBlock (size_t *block_element_count) |
Public Attributes | |
class ON_FixedSizePool & | m_fsp |
Definition at line 363 of file opennurbs_fsp.h.
ON_FixedSizePoolIterator::ON_FixedSizePoolIterator | ( | const class ON_FixedSizePool & | fsp | ) |
void* ON_FixedSizePoolIterator::FirstBlock | ( | size_t * | block_element_count | ) |
void* ON_FixedSizePoolIterator::FirstElement | ( | ) |
void* ON_FixedSizePoolIterator::FirstElement | ( | size_t | element_index | ) |
void* ON_FixedSizePoolIterator::NextBlock | ( | size_t * | block_element_count | ) |
void* ON_FixedSizePoolIterator::NextElement | ( | ) |
Definition at line 368 of file opennurbs_fsp.h.