ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes
itk::ObjectStore< TObjectType >::MemoryBlock Struct Reference

#include <itkObjectStore.h>

List of all members.

Public Member Functions

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

Public Attributes

ObjectTypeBegin
SizeValueType Size

Detailed Description

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

Definition at line 137 of file itkObjectStore.h.


Constructor & Destructor Documentation

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

Definition at line 138 of file itkObjectStore.h.

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

Definition at line 140 of file itkObjectStore.h.

template<class TObjectType >
itk::ObjectStore< TObjectType >::MemoryBlock::~MemoryBlock ( )
inline

Definition at line 143 of file itkObjectStore.h.


Member Function Documentation

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

Definition at line 145 of file itkObjectStore.h.


Member Data Documentation

template<class TObjectType >
ObjectType* itk::ObjectStore< TObjectType >::MemoryBlock::Begin

Definition at line 148 of file itkObjectStore.h.

template<class TObjectType >
SizeValueType itk::ObjectStore< TObjectType >::MemoryBlock::Size

Definition at line 149 of file itkObjectStore.h.


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