#include <pcl/surface/3rdparty/opennurbs/opennurbs_fsp.h>
Definition at line 19 of file opennurbs_fsp.h.
◆ ON_FixedSizePool()
ON_FixedSizePool::ON_FixedSizePool |
( |
| ) |
|
◆ ~ON_FixedSizePool()
ON_FixedSizePool::~ON_FixedSizePool |
( |
| ) |
|
◆ ActiveElementCount()
std::size_t ON_FixedSizePool::ActiveElementCount |
( |
| ) |
const |
◆ AllocateElement()
void* ON_FixedSizePool::AllocateElement |
( |
| ) |
|
◆ Create()
bool ON_FixedSizePool::Create |
( |
std::size_t |
sizeof_element, |
|
|
std::size_t |
element_count_estimate, |
|
|
std::size_t |
block_element_capacity |
|
) |
| |
◆ Destroy()
void ON_FixedSizePool::Destroy |
( |
| ) |
|
◆ Element()
void* ON_FixedSizePool::Element |
( |
std::size_t |
element_index | ) |
const |
◆ EmergencyDestroy()
void ON_FixedSizePool::EmergencyDestroy |
( |
| ) |
|
◆ FirstBlock()
void* ON_FixedSizePool::FirstBlock |
( |
std::size_t * |
block_element_count | ) |
|
◆ FirstElement() [1/2]
void* ON_FixedSizePool::FirstElement |
( |
| ) |
|
◆ FirstElement() [2/2]
void* ON_FixedSizePool::FirstElement |
( |
std::size_t |
element_index | ) |
|
◆ Heap()
ON_MEMORY_POOL* ON_FixedSizePool::Heap |
( |
| ) |
|
◆ NextBlock()
void* ON_FixedSizePool::NextBlock |
( |
std::size_t * |
block_element_count | ) |
|
◆ NextElement()
void* ON_FixedSizePool::NextElement |
( |
| ) |
|
◆ ReturnAll()
void ON_FixedSizePool::ReturnAll |
( |
| ) |
|
◆ ReturnElement()
void ON_FixedSizePool::ReturnElement |
( |
void * |
p | ) |
|
◆ SetHeap()
void ON_FixedSizePool::SetHeap |
( |
ON_MEMORY_POOL * |
heap | ) |
|
◆ SizeofElement()
std::size_t ON_FixedSizePool::SizeofElement |
( |
| ) |
const |
◆ TotalElementCount()
std::size_t ON_FixedSizePool::TotalElementCount |
( |
| ) |
const |
◆ ON_FixedSizePoolIterator
The documentation for this class was generated from the following file: