ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkObjectStore.h>
Definition at line 137 of file itkObjectStore.h.
Public Member Functions | |
void | Delete () |
MemoryBlock () | |
MemoryBlock (SizeValueType n) | |
~MemoryBlock () | |
Public Attributes | |
ObjectType * | Begin |
SizeValueType | Size |
|
inline |
Definition at line 138 of file itkObjectStore.h.
|
inline |
Definition at line 140 of file itkObjectStore.h.
References itk::ObjectStore< TObjectType >::MemoryBlock::Begin.
|
inline |
Definition at line 143 of file itkObjectStore.h.
|
inline |
Definition at line 145 of file itkObjectStore.h.
References itk::ObjectStore< TObjectType >::MemoryBlock::Begin.
ObjectType* itk::ObjectStore< TObjectType >::MemoryBlock::Begin |
Definition at line 150 of file itkObjectStore.h.
Referenced by itk::ObjectStore< TObjectType >::MemoryBlock::Delete(), and itk::ObjectStore< TObjectType >::MemoryBlock::MemoryBlock().
SizeValueType itk::ObjectStore< TObjectType >::MemoryBlock::Size |
Definition at line 151 of file itkObjectStore.h.