#include <itkObjectStore.h>
Definition at line 177 of file itkObjectStore.h.
Public Member Functions | |
| void | Delete () |
| MemoryBlock ()=default | |
| MemoryBlock (SizeValueType n) | |
| ~MemoryBlock ()=default | |
Public Attributes | |
| ObjectType * | Begin {} |
| SizeValueType | Size { 0 } |
|
default |
|
inline |
Definition at line 181 of file itkObjectStore.h.
|
default |
|
inline |
Definition at line 189 of file itkObjectStore.h.
References Begin.
| ObjectType* itk::ObjectStore< TObjectType >::MemoryBlock::Begin {} |
Definition at line 194 of file itkObjectStore.h.
Referenced by Delete(), and MemoryBlock().
| SizeValueType itk::ObjectStore< TObjectType >::MemoryBlock::Size { 0 } |
Definition at line 195 of file itkObjectStore.h.
Referenced by MemoryBlock().