#include <itkObjectStore.h>
Public Member Functions | |
void | Delete () |
MemoryBlock (::vcl_size_t n) | |
MemoryBlock () | |
~MemoryBlock () | |
Public Attributes | |
ObjectType * | Begin |
::vcl_size_t | Size |
Definition at line 134 of file itkObjectStore.h.
itk::ObjectStore< TObjectType >::MemoryBlock::MemoryBlock | ( | ) | [inline] |
Definition at line 136 of file itkObjectStore.h.
itk::ObjectStore< TObjectType >::MemoryBlock::MemoryBlock | ( | ::vcl_size_t | n | ) | [inline] |
Definition at line 138 of file itkObjectStore.h.
itk::ObjectStore< TObjectType >::MemoryBlock::~MemoryBlock | ( | ) | [inline] |
Definition at line 141 of file itkObjectStore.h.
void itk::ObjectStore< TObjectType >::MemoryBlock::Delete | ( | ) | [inline] |
Definition at line 143 of file itkObjectStore.h.
ObjectType* itk::ObjectStore< TObjectType >::MemoryBlock::Begin |
Definition at line 146 of file itkObjectStore.h.
::vcl_size_t itk::ObjectStore< TObjectType >::MemoryBlock::Size |
Definition at line 147 of file itkObjectStore.h.