ITK  5.0.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 139 of file itkObjectStore.h.

Public Member Functions

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

Public Attributes

ObjectTypeBegin
 
SizeValueType Size {0}
 

Constructor & Destructor Documentation

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

Definition at line 140 of file itkObjectStore.h.

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

Definition at line 142 of file itkObjectStore.h.

template<typename TObjectType >
itk::ObjectStore< TObjectType >::MemoryBlock::~MemoryBlock ( )
default

Member Function Documentation

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

Definition at line 147 of file itkObjectStore.h.

Member Data Documentation

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

Definition at line 152 of file itkObjectStore.h.

template<typename TObjectType >
SizeValueType itk::ObjectStore< TObjectType >::MemoryBlock::Size {0}

Definition at line 153 of file itkObjectStore.h.


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