ITK  5.4.0
Insight Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members

#include <itkGiftiMeshIO.h>

Detailed Description

This class defines how to read and write Gifti file format.

Definition at line 39 of file itkGiftiMeshIO.h.

+ Inheritance diagram for itk::GiftiMeshIO:
+ Collaboration diagram for itk::GiftiMeshIO:

Public Types

using ConstPointer = SmartPointer< const Self >
 
using DirectionType = Matrix< double, 4, 4 >
 
using LabelColorContainer = MapContainer< int, RGBAPixelType >
 
using LabelColorContainerPointer = LabelColorContainer::Pointer
 
using LabelNameContainer = MapContainer< int, std::string >
 
using LabelNameContainerPointer = LabelNameContainer::Pointer
 
using Pointer = SmartPointer< Self >
 
using RGBAPixelType = RGBAPixel< float >
 
using Self = GiftiMeshIO
 
using SizeValueType = Superclass::SizeValueType
 
using Superclass = MeshIOBase
 
- Public Types inherited from itk::MeshIOBase
using ArrayOfExtensionsType = std::vector< std::string >
 
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = MeshIOBase
 
using SizeValueType = IdentifierType
 
using StreamOffsetType = std::streamoff
 
using Superclass = LightProcessObject
 
- Public Types inherited from itk::LightProcessObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightProcessObject
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightObject
 

Public Member Functions

bool CanReadFile (const char *fileName) override
 
bool CanWriteFile (const char *fileName) override
 
virtual const DirectionTypeGetDirection () const
 
LabelColorContainerPointer GetLabelColorTable ()
 
LabelNameContainerPointer GetLabelNameTable ()
 
const char * GetNameOfClass () const override
 
virtual bool GetReadPointData () const
 
void ReadCellData (void *buffer) override
 
void ReadCells (void *buffer) override
 
void ReadMeshInformation () override
 
void ReadPointData (void *buffer) override
 
virtual void ReadPointDataOn ()
 
void ReadPoints (void *buffer) override
 
void SetDirection (const DirectionType &direction)
 
void SetLabelColorTable (const LabelColorContainer *colorMap)
 
void SetLabelNameTable (const LabelNameContainer *labelMap)
 
virtual void SetReadPointData (bool _arg)
 
void Write () override
 
void WriteCellData (void *buffer) override
 
void WriteCells (void *buffer) override
 
void WriteMeshInformation () override
 
void WritePointData (void *buffer) override
 
void WritePoints (void *buffer) override
 
- Public Member Functions inherited from itk::MeshIOBase
std::string GetByteOrderAsString (IOByteOrderEnum) const
 
unsigned int GetComponentSize (IOComponentEnum componentType) const
 
std::string GetComponentTypeAsString (IOComponentEnum) const
 
std::string GetFileTypeAsString (IOFileEnum) const
 
std::string GetPixelTypeAsString (IOPixelEnum) const
 
const ArrayOfExtensionsTypeGetSupportedReadExtensions () const
 
const ArrayOfExtensionsTypeGetSupportedWriteExtensions () const
 
void SetByteOrderToBigEndian ()
 
void SetByteOrderToLittleEndian ()
 
void SetFileTypeToASCII ()
 
void SetFileTypeToBinary ()
 
template<typename T >
void SetPixelType (const Array< T > &array, bool usePointPixel=true)
 
template<typename T , unsigned int VLength>
void SetPixelType (const CovariantVector< T, VLength > &, bool usePointPixel=true)
 
template<typename T >
void SetPixelType (const DiffusionTensor3D< T > &, bool usePointPixel=true)
 
template<typename T , unsigned int VLength>
void SetPixelType (const FixedArray< T, VLength > &, bool usePointPixel=true)
 
template<typename T , unsigned int VRows, unsigned int VColumns>
void SetPixelType (const Matrix< T, VRows, VColumns > &, bool usePointPixel=true)
 
template<typename T >
void SetPixelType (const RGBAPixel< T > &, bool usePointPixel=true)
 
template<typename T >
void SetPixelType (const RGBPixel< T > &, bool usePointPixel=true)
 
template<typename T >
void SetPixelType (const std::complex< T > &, bool usePointPixel=true)
 
template<typename T , unsigned int VLength>
void SetPixelType (const SymmetricSecondRankTensor< T, VLength >, bool usePointPixel=true)
 
template<typename T >
void SetPixelType (const T &, bool usePointPixel=true)
 
template<typename T >
void SetPixelType (const VariableLengthVector< T > &vector, bool usePointPixel=true)
 
template<typename T >
void SetPixelType (const VariableSizeMatrix< T > &matrix, bool usePointPixel=true)
 
template<typename T , unsigned int VLength>
void SetPixelType (const Vector< T, VLength > &, bool usePointPixel=true)
 
virtual void SetFileName (const char *_arg)
 
virtual const char * GetFileName () const
 
virtual void SetPointPixelType (const itk::CommonEnums::IOPixel _arg)
 
virtual itk::CommonEnums::IOPixel GetPointPixelType () const
 
virtual void SetCellPixelType (const itk::CommonEnums::IOPixel _arg)
 
virtual itk::CommonEnums::IOPixel GetCellPixelType () const
 
virtual void SetPointComponentType (const itk::CommonEnums::IOComponent _arg)
 
virtual itk::CommonEnums::IOComponent GetPointComponentType () const
 
virtual void SetCellComponentType (const itk::CommonEnums::IOComponent _arg)
 
virtual itk::CommonEnums::IOComponent GetCellComponentType () const
 
virtual void SetPointPixelComponentType (const itk::CommonEnums::IOComponent _arg)
 
virtual itk::CommonEnums::IOComponent GetPointPixelComponentType () const
 
virtual void SetCellPixelComponentType (const itk::CommonEnums::IOComponent _arg)
 
virtual itk::CommonEnums::IOComponent GetCellPixelComponentType () const
 
virtual void SetNumberOfPointPixelComponents (unsigned int _arg)
 
virtual unsigned int GetNumberOfPointPixelComponents () const
 
virtual void SetNumberOfCellPixelComponents (unsigned int _arg)
 
virtual unsigned int GetNumberOfCellPixelComponents () const
 
virtual void SetPointDimension (unsigned int _arg)
 
virtual unsigned int GetPointDimension () const
 
virtual void SetNumberOfPoints (SizeValueType _arg)
 
virtual SizeValueType GetNumberOfPoints () const
 
virtual void SetNumberOfCells (SizeValueType _arg)
 
virtual SizeValueType GetNumberOfCells () const
 
virtual void SetNumberOfPointPixels (SizeValueType _arg)
 
virtual SizeValueType GetNumberOfPointPixels () const
 
virtual void SetNumberOfCellPixels (SizeValueType _arg)
 
virtual SizeValueType GetNumberOfCellPixels () const
 
virtual void SetCellBufferSize (SizeValueType _arg)
 
virtual SizeValueType GetCellBufferSize () const
 
virtual void SetUpdatePoints (bool _arg)
 
virtual bool GetUpdatePoints () const
 
virtual void UpdatePointsOn ()
 
virtual void SetUpdateCells (bool _arg)
 
virtual bool GetUpdateCells () const
 
virtual void UpdateCellsOn ()
 
virtual void SetUpdatePointData (bool _arg)
 
virtual bool GetUpdatePointData () const
 
virtual void UpdatePointDataOn ()
 
virtual void SetUpdateCellData (bool _arg)
 
virtual bool GetUpdateCellData () const
 
virtual void UpdateCellDataOn ()
 
virtual void SetFileType (const IOFileEnum _arg)
 
virtual IOFileEnum GetFileType () const
 
virtual void SetByteOrder (const IOByteOrderEnum _arg)
 
virtual IOByteOrderEnum GetByteOrder () const
 
virtual void SetUseCompression (bool _arg)
 
virtual bool GetUseCompression () const
 
virtual void UseCompressionOn ()
 
- Public Member Functions inherited from itk::LightProcessObject
virtual void AbortGenerateDataOn ()
 
virtual const bool & GetAbortGenerateData () const
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void UpdateOutputData ()
 
void UpdateProgress (float amount)
 
virtual void SetProgress (float _arg)
 
virtual const float & GetProgress () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const
 
LightObject::Pointer CreateAnother () const override
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexcept override
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () const
 
- Public Member Functions inherited from itk::LightObject
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::LightProcessObject
static Pointer New ()
 
- Static Public Member Functions inherited from itk::Object
static bool GetGlobalWarningDisplay ()
 
static void GlobalWarningDisplayOff ()
 
static void GlobalWarningDisplayOn ()
 
static Pointer New ()
 
static void SetGlobalWarningDisplay (bool val)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 

Protected Member Functions

template<typename TInput , typename TOutput >
void ConvertBuffer (TInput *input, TOutput *output, SizeValueType numberOfElements)
 
 GiftiMeshIO ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~GiftiMeshIO () override
 
- Protected Member Functions inherited from itk::MeshIOBase
void AddSupportedReadExtension (const char *extension)
 
void AddSupportedWriteExtension (const char *extension)
 
 MeshIOBase ()
 
template<typename T >
void ReadBufferAsBinary (T *buffer, std::ifstream &inputFile, SizeValueType numberOfComponents)
 
 ~MeshIOBase () override=default
 
template<typename T >
void ReadBufferAsAscii (T *buffer, std::ifstream &inputFile, SizeValueType numberOfComponents)
 
template<typename T >
void WriteBufferAsAscii (T *buffer, std::ofstream &outputFile, SizeValueType numberOfLines, SizeValueType numberOfComponents)
 
template<typename TOutput , typename TInput >
void WriteBufferAsBinary (TInput *buffer, std::ofstream &outputFile, SizeValueType numberOfComponents)
 
template<typename TInput , typename TOutput >
void ReadCellsBuffer (TInput *input, TOutput *output)
 
template<typename TInput , typename TOutput >
void ReadCellsBuffer (TInput *input, TOutput *output, CellGeometryEnum type)
 
template<typename TInput , typename TOutput >
void WriteCellsBuffer (TInput *input, TOutput *output, CellGeometryEnum cellType, unsigned int numberOfPoints, SizeValueType numberOfCells)
 
template<typename TInput , typename TOutput >
void WriteCellsBuffer (TInput *input, TOutput *output, CellGeometryEnum cellType, SizeValueType numberOfCells)
 
- Protected Member Functions inherited from itk::LightProcessObject
virtual void GenerateData ()
 
 LightProcessObject ()
 
 ~LightProcessObject () override
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &timeStamp)
 
 ~Object () override
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Member Functions

IOComponentEnum GetComponentTypeFromGifti (int datatype)
 
int GetNumberOfPixelComponentsFromGifti (int datatype)
 
IOPixelEnum GetPixelTypeFromGifti (int datatype)
 

Private Attributes

DirectionType m_Direction {}
 
GiftiImageProxy & m_GiftiImage
 
const std::unique_ptr< GiftiImageProxy > m_GiftiImageHolder
 
bool m_ReadPointData {}
 

Additional Inherited Members

- Protected Attributes inherited from itk::MeshIOBase
IOByteOrderEnum m_ByteOrder { IOByteOrderEnum::OrderNotApplicable }
 
SizeValueType m_CellBufferSize {}
 
IOComponentEnum m_CellComponentType { IOComponentEnum::UNKNOWNCOMPONENTTYPE }
 
IOComponentEnum m_CellPixelComponentType { IOComponentEnum::UNKNOWNCOMPONENTTYPE }
 
IOPixelEnum m_CellPixelType { IOPixelEnum::SCALAR }
 
std::string m_FileName {}
 
IOFileEnum m_FileType { IOFileEnum::ASCII }
 
unsigned int m_NumberOfCellPixelComponents { 0 }
 
SizeValueType m_NumberOfCellPixels {}
 
SizeValueType m_NumberOfCells {}
 
unsigned int m_NumberOfPointPixelComponents { 0 }
 
SizeValueType m_NumberOfPointPixels {}
 
SizeValueType m_NumberOfPoints {}
 
IOComponentEnum m_PointComponentType { IOComponentEnum::UNKNOWNCOMPONENTTYPE }
 
unsigned int m_PointDimension { 3 }
 
IOComponentEnum m_PointPixelComponentType { IOComponentEnum::UNKNOWNCOMPONENTTYPE }
 
IOPixelEnum m_PointPixelType { IOPixelEnum::SCALAR }
 
bool m_UpdateCellData { false }
 
bool m_UpdateCells { false }
 
bool m_UpdatePointData { false }
 
bool m_UpdatePoints { false }
 
bool m_UseCompression { false }
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount {}
 

Member Typedef Documentation

◆ ConstPointer

Definition at line 47 of file itkGiftiMeshIO.h.

◆ DirectionType

using itk::GiftiMeshIO::DirectionType = Matrix<double, 4, 4>

Definition at line 51 of file itkGiftiMeshIO.h.

◆ LabelColorContainer

Definition at line 53 of file itkGiftiMeshIO.h.

◆ LabelColorContainerPointer

Definition at line 55 of file itkGiftiMeshIO.h.

◆ LabelNameContainer

Definition at line 54 of file itkGiftiMeshIO.h.

◆ LabelNameContainerPointer

Definition at line 56 of file itkGiftiMeshIO.h.

◆ Pointer

Definition at line 48 of file itkGiftiMeshIO.h.

◆ RGBAPixelType

Definition at line 52 of file itkGiftiMeshIO.h.

◆ Self

Standard class type aliases.

Definition at line 45 of file itkGiftiMeshIO.h.

◆ SizeValueType

using itk::GiftiMeshIO::SizeValueType = Superclass::SizeValueType

Definition at line 50 of file itkGiftiMeshIO.h.

◆ Superclass

Definition at line 46 of file itkGiftiMeshIO.h.

Constructor & Destructor Documentation

◆ GiftiMeshIO()

itk::GiftiMeshIO::GiftiMeshIO ( )
protected

◆ ~GiftiMeshIO()

itk::GiftiMeshIO::~GiftiMeshIO ( )
overrideprotected

Member Function Documentation

◆ CanReadFile()

bool itk::GiftiMeshIO::CanReadFile ( const char *  fileName)
overridevirtual

Determine if the file can be read with this MeshIO implementation.

Parameters
fileNameThe name of the file to test for reading.
Postcondition
Sets classes MeshIOBase::m_FileName variable to be FileNameToWrite
Returns
Returns true if this MeshIO can read the file specified.

Implements itk::MeshIOBase.

◆ CanWriteFile()

bool itk::GiftiMeshIO::CanWriteFile ( const char *  fileName)
overridevirtual

Determine if the file can be written with this MeshIO implementation.

Parameters
fileNameThe name of the file to test for writing.
Postcondition
Sets classes MeshIOBase::m_FileName variable to be FileNameToWrite
Returns
Returns true if this MeshIO can write the file specified.

Implements itk::MeshIOBase.

◆ ConvertBuffer()

template<typename TInput , typename TOutput >
void itk::GiftiMeshIO::ConvertBuffer ( TInput *  input,
TOutput *  output,
SizeValueType  numberOfElements 
)
inlineprotected

Definition at line 149 of file itkGiftiMeshIO.h.

◆ GetComponentTypeFromGifti()

IOComponentEnum itk::GiftiMeshIO::GetComponentTypeFromGifti ( int  datatype)
private

◆ GetDirection()

virtual const DirectionType& itk::GiftiMeshIO::GetDirection ( ) const
virtual

◆ GetLabelColorTable()

LabelColorContainerPointer itk::GiftiMeshIO::GetLabelColorTable ( )

◆ GetLabelNameTable()

LabelNameContainerPointer itk::GiftiMeshIO::GetLabelNameTable ( )

◆ GetNameOfClass()

const char* itk::GiftiMeshIO::GetNameOfClass ( ) const
overridevirtual
See also
LightObject::GetNameOfClass()

Reimplemented from itk::MeshIOBase.

◆ GetNumberOfPixelComponentsFromGifti()

int itk::GiftiMeshIO::GetNumberOfPixelComponentsFromGifti ( int  datatype)
private

◆ GetPixelTypeFromGifti()

IOPixelEnum itk::GiftiMeshIO::GetPixelTypeFromGifti ( int  datatype)
private

◆ GetReadPointData()

virtual bool itk::GiftiMeshIO::GetReadPointData ( ) const
virtual

◆ New()

static Pointer itk::GiftiMeshIO::New ( )
static

Method for creation through the object factory.

◆ PrintSelf()

void itk::GiftiMeshIO::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
overrideprotectedvirtual

Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from itk::MeshIOBase.

◆ ReadCellData()

void itk::GiftiMeshIO::ReadCellData ( void *  buffer)
overridevirtual

Implements itk::MeshIOBase.

◆ ReadCells()

void itk::GiftiMeshIO::ReadCells ( void *  buffer)
overridevirtual

Implements itk::MeshIOBase.

◆ ReadMeshInformation()

void itk::GiftiMeshIO::ReadMeshInformation ( )
overridevirtual

Set the spacing and dimension information for the set filename.

Implements itk::MeshIOBase.

◆ ReadPointData()

void itk::GiftiMeshIO::ReadPointData ( void *  buffer)
overridevirtual

Implements itk::MeshIOBase.

◆ ReadPointDataOn()

virtual void itk::GiftiMeshIO::ReadPointDataOn ( )
virtual

◆ ReadPoints()

void itk::GiftiMeshIO::ReadPoints ( void *  buffer)
overridevirtual

Reads the data from disk into the memory buffer provided.

Implements itk::MeshIOBase.

◆ SetDirection()

void itk::GiftiMeshIO::SetDirection ( const DirectionType direction)

◆ SetLabelColorTable()

void itk::GiftiMeshIO::SetLabelColorTable ( const LabelColorContainer colorMap)

◆ SetLabelNameTable()

void itk::GiftiMeshIO::SetLabelNameTable ( const LabelNameContainer labelMap)

◆ SetReadPointData()

virtual void itk::GiftiMeshIO::SetReadPointData ( bool  _arg)
virtual

◆ Write()

void itk::GiftiMeshIO::Write ( )
overridevirtual

Implements itk::MeshIOBase.

◆ WriteCellData()

void itk::GiftiMeshIO::WriteCellData ( void *  buffer)
overridevirtual

Implements itk::MeshIOBase.

◆ WriteCells()

void itk::GiftiMeshIO::WriteCells ( void *  buffer)
overridevirtual

Implements itk::MeshIOBase.

◆ WriteMeshInformation()

void itk::GiftiMeshIO::WriteMeshInformation ( )
overridevirtual

Set the spacing and dimension information for the set filename.

Implements itk::MeshIOBase.

◆ WritePointData()

void itk::GiftiMeshIO::WritePointData ( void *  buffer)
overridevirtual

Implements itk::MeshIOBase.

◆ WritePoints()

void itk::GiftiMeshIO::WritePoints ( void *  buffer)
overridevirtual

Writes the data to disk from the memory buffer provided. Make sure that the IORegions has been set properly.

Implements itk::MeshIOBase.

Member Data Documentation

◆ m_Direction

DirectionType itk::GiftiMeshIO::m_Direction {}
private

Definition at line 172 of file itkGiftiMeshIO.h.

◆ m_GiftiImage

GiftiImageProxy& itk::GiftiMeshIO::m_GiftiImage
private

Definition at line 169 of file itkGiftiMeshIO.h.

◆ m_GiftiImageHolder

const std::unique_ptr<GiftiImageProxy> itk::GiftiMeshIO::m_GiftiImageHolder
private

Definition at line 163 of file itkGiftiMeshIO.h.

◆ m_ReadPointData

bool itk::GiftiMeshIO::m_ReadPointData {}
private

Definition at line 171 of file itkGiftiMeshIO.h.


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