ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes | List of all members
itk::ObjectStore< TObjectType >::MemoryBlock Struct Reference

#include <itkObjectStore.h>

Detailed Description

template<typename TObjectType>
struct itk::ObjectStore< TObjectType >::MemoryBlock

Definition at line 137 of file itkObjectStore.h.

Public Member Functions

void Delete ()
 
 MemoryBlock ()
 
 MemoryBlock (SizeValueType n)
 
 ~MemoryBlock ()
 

Public Attributes

ObjectTypeBegin
 
SizeValueType Size
 

Constructor & Destructor Documentation

template<typename TObjectType >
itk::ObjectStore< TObjectType >::MemoryBlock::MemoryBlock ( )
inline

Definition at line 138 of file itkObjectStore.h.

template<typename TObjectType >
itk::ObjectStore< TObjectType >::MemoryBlock::MemoryBlock ( SizeValueType  n)
inline
template<typename TObjectType >
itk::ObjectStore< TObjectType >::MemoryBlock::~MemoryBlock ( )
inline

Definition at line 143 of file itkObjectStore.h.

Member Function Documentation

template<typename TObjectType >
void itk::ObjectStore< TObjectType >::MemoryBlock::Delete ( )
inline

Member Data Documentation

template<typename TObjectType >
ObjectType* itk::ObjectStore< TObjectType >::MemoryBlock::Begin
template<typename TObjectType >
SizeValueType itk::ObjectStore< TObjectType >::MemoryBlock::Size

Definition at line 151 of file itkObjectStore.h.


The documentation for this struct was generated from the following file: