Point Cloud Library (PCL)  1.7.0
Public Member Functions
ON_SimpleFixedSizePool< T > Class Template Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_fsp.h>

+ Inheritance diagram for ON_SimpleFixedSizePool< T >:

List of all members.

Public Member Functions

 ON_SimpleFixedSizePool ()
 ~ON_SimpleFixedSizePool ()
bool Create (size_t element_count_estimate, size_t block_element_count)
size_t SizeofElement () const
T * AllocateElement ()
void ReturnElement (T *p)
void ReturnAll ()
void Destroy ()
size_t ActiveElementCount () const
size_t TotalElementCount () const
T * FirstElement ()
T * NextElement ()
T * FirstBlock (size_t *block_element_count)
T * NextBlock (size_t *block_element_count)
T * Element (size_t element_index) const
void SetHeap (ON_MEMORY_POOL *heap)
ON_MEMORY_POOL * Heap ()
void EmergencyDestroy ()

Detailed Description

template<class T>
class ON_SimpleFixedSizePool< T >

Definition at line 498 of file opennurbs_fsp.h.


Constructor & Destructor Documentation

template<class T >
ON_SimpleFixedSizePool< T >::ON_SimpleFixedSizePool ( )

Definition at line 21 of file opennurbs_fsp_defs.h.

template<class T >
ON_SimpleFixedSizePool< T >::~ON_SimpleFixedSizePool ( )

Definition at line 26 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::Destroy().


Member Function Documentation

template<class T >
size_t ON_SimpleFixedSizePool< T >::ActiveElementCount ( ) const

Reimplemented from ON_FixedSizePool.

Definition at line 71 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::ActiveElementCount().

template<class T >
T * ON_SimpleFixedSizePool< T >::AllocateElement ( )

Reimplemented from ON_FixedSizePool.

Definition at line 47 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::AllocateElement().

template<class T >
bool ON_SimpleFixedSizePool< T >::Create ( size_t  element_count_estimate,
size_t  block_element_count 
)

Definition at line 32 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::Create().

template<class T >
void ON_SimpleFixedSizePool< T >::Destroy ( )

Reimplemented from ON_FixedSizePool.

Definition at line 65 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::Destroy().

template<class T >
T * ON_SimpleFixedSizePool< T >::Element ( size_t  element_index) const

Reimplemented from ON_FixedSizePool.

Definition at line 107 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::Element().

template<class T >
void ON_SimpleFixedSizePool< T >::EmergencyDestroy ( void  )

Reimplemented from ON_FixedSizePool.

Definition at line 125 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::EmergencyDestroy().

template<class T >
T * ON_SimpleFixedSizePool< T >::FirstBlock ( size_t *  block_element_count)

Reimplemented from ON_FixedSizePool.

Definition at line 95 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::FirstBlock().

template<class T >
T * ON_SimpleFixedSizePool< T >::FirstElement ( )

Reimplemented from ON_FixedSizePool.

Definition at line 83 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::FirstElement().

template<class T >
ON_MEMORY_POOL * ON_SimpleFixedSizePool< T >::Heap ( )

Reimplemented from ON_FixedSizePool.

Definition at line 119 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::Heap().

template<class T >
T * ON_SimpleFixedSizePool< T >::NextBlock ( size_t *  block_element_count)

Reimplemented from ON_FixedSizePool.

Definition at line 101 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::NextBlock().

template<class T >
T * ON_SimpleFixedSizePool< T >::NextElement ( )

Reimplemented from ON_FixedSizePool.

Definition at line 89 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::NextElement().

template<class T >
void ON_SimpleFixedSizePool< T >::ReturnAll ( )

Reimplemented from ON_FixedSizePool.

Definition at line 59 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::ReturnAll().

template<class T >
void ON_SimpleFixedSizePool< T >::ReturnElement ( T *  p)

Definition at line 53 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::ReturnElement().

template<class T >
void ON_SimpleFixedSizePool< T >::SetHeap ( ON_MEMORY_POOL *  heap)

Reimplemented from ON_FixedSizePool.

Definition at line 113 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::SetHeap().

template<class T >
size_t ON_SimpleFixedSizePool< T >::SizeofElement ( ) const

Reimplemented from ON_FixedSizePool.

Definition at line 41 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::SizeofElement().

template<class T >
size_t ON_SimpleFixedSizePool< T >::TotalElementCount ( ) const

Reimplemented from ON_FixedSizePool.

Definition at line 77 of file opennurbs_fsp_defs.h.

References ON_FixedSizePool::TotalElementCount().


The documentation for this class was generated from the following files: