Go to the documentation of this file.
19 #ifndef __itkNDImageBase_h
20 #define __itkNDImageBase_h
25 #include "itkImageFileWriter.h"
57 template<
class TPixel >
240 template<
class TPixel >
269 #endif // end #ifndef __itkNDImageBase_h
DataObjectType::Pointer DataObjectPointer
virtual void SetOutputFileName(const char *)=0
ImageBase< 2 >::IndexValueType IndexValueType
virtual AccessorType GetPixelAccessor(void)=0
virtual ImageIOBase * GetImageIOReader(void)=0
Array< OffsetValueType > OffsetType
Array< SizeValueType > SizeType
virtual void Allocate(void)=0
virtual const PixelContainer * GetPixelContainer() const =0
Image< TPixel, 2 >::PixelType PixelType
An image whose dimension can be specified at runtime.
virtual SpacingType GetSpacing(void)=0
Spacing2DType::ValueType SpacingValueType
virtual void Initialize(void)=0
ImageBase< 2 >::PointType Point2DType
virtual TPixel * GetBufferPointer()=0
Image< TPixel, 2 >::InternalPixelType InternalPixelType
virtual const TPixel & GetPixel(const IndexType &index) const =0
virtual ImageIOBase * GetImageIOWriter(void)=0
virtual void SetImageIOWriter(ImageIOBase *_arg)=0
virtual const OffsetValueType * GetOffsetTable() const =0
virtual void CopyInformation(const DataObject *data)=0
virtual PointType GetOrigin(void)=0
virtual const char * GetInputFileName(void)=0
Image< TPixel, 2 >::PixelContainerPointer PixelContainerPointer
SmartPointer< Self > Pointer
Array< PointValueType > PointType
virtual void SetImageIOReader(ImageIOBase *_arg)=0
virtual IndexType ComputeIndex(OffsetValueType offset) const =0
ImageBase< 2 >::OffsetValueType OffsetValueType
virtual void CreateNewImage(void)=0
virtual DataObject * GetImage(void)=0
Image< TPixel, 2 >::AccessorType AccessorType
virtual ProcessObject * GetWriter(void)=0
virtual unsigned int ImageDimension(void)=0
virtual void Read(void)=0
virtual OffsetValueType ComputeOffset(const IndexType &ind) const =0
const TPixel & operator[](const IndexType &index) const
ImageBase< 2 >::SpacingType Spacing2DType
virtual void FillBuffer(const TPixel &value)=0
Image< TPixel, 2 >::PixelContainer PixelContainer
NDImageBase(const Self &)
virtual void Write(void)=0
virtual ProcessObject * GetReader(void)=0
virtual const AccessorType GetPixelAccessor(void) const =0
virtual const TPixel * GetBufferPointer() const =0
virtual void SetSpacing(const SpacingType &spacing)=0
void operator=(const Self &)
TPixel & operator[](const IndexType &index)
virtual void SetInputFileName(const char *)=0
SmartPointer< const Self > ConstPointer
Point2DType::ValueType PointValueType
ImageBase< 2 >::SizeValueType SizeValueType
virtual void SetPixel(const IndexType &index, const TPixel &value)=0
virtual void SetOrigin(const PointType &origin)=0
virtual void SetRequestedRegion(DataObject *data)=0
virtual PixelContainer * GetPixelContainer()=0
Array< SpacingValueType > SpacingType
virtual unsigned int GetImageDimension(void)=0
Array< IndexValueType > IndexType
virtual const char * GetOutputFileName(void)=0
Image< TPixel, 2 >::ValueType ValueType
DataObject DataObjectType
Image< TPixel, 2 >::PixelContainerConstPointer PixelContainerConstPointer
virtual void SetPixelContainer(PixelContainer *container)=0
virtual TPixel & GetPixel(const IndexType &index)=0
virtual void SetRegions(SizeType size)=0
static Pointer NewNDImage(unsigned int dim)
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|