Public Member Functions |
virtual bool | CanReadFile (const char *FileNameToRead) |
virtual bool | CanWriteFile (const char *FileNameToWrite) |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual void | ReadCellData (void *buffer) |
virtual void | ReadCells (void *buffer) |
virtual void | ReadMeshInformation () |
virtual void | ReadPointData (void *buffer) |
virtual void | ReadPoints (void *buffer) |
virtual void | Write () |
virtual void | WriteCellData (void *buffer) |
virtual void | WriteCells (void *buffer) |
virtual void | WriteMeshInformation () |
virtual void | WritePointData (void *buffer) |
virtual void | WritePoints (void *buffer) |
std::string | GetByteOrderAsString (ByteOrder) const |
unsigned int | GetComponentSize (IOComponentType componentType) const |
std::string | GetComponentTypeAsString (IOComponentType) const |
std::string | GetFileTypeAsString (FileType) const |
std::string | GetPixelTypeAsString (IOPixelType) const |
const ArrayOfExtensionsType & | GetSupportedReadExtensions () const |
const ArrayOfExtensionsType & | GetSupportedWriteExtensions () const |
void | SetByteOrderToBigEndian () |
void | SetByteOrderToLittleEndian () |
void | SetFileTypeToASCII () |
void | SetFileTypeToBinary () |
template<typename T > |
void | SetPixelType (const T &, bool UsePointPixel=true) |
template<typename T > |
void | SetPixelType (const RGBPixel< T > &, bool UsePointPixel=true) |
template<typename T > |
void | SetPixelType (const RGBAPixel< T > &, bool UsePointPixel=true) |
template<typename T , unsigned int VLength> |
void | SetPixelType (const Vector< T, VLength > &, bool UsePointPixel=true) |
template<typename T , unsigned int VLength> |
void | SetPixelType (const CovariantVector< T, VLength > &, bool UsePointPixel=true) |
template<typename T , unsigned int VLength> |
void | SetPixelType (const FixedArray< T, VLength > &, bool UsePointPixel=true) |
template<typename T , unsigned int VLength> |
void | SetPixelType (const SymmetricSecondRankTensor< T, VLength >, bool UsePointPixel=true) |
template<typename T > |
void | SetPixelType (const DiffusionTensor3D< T > &, bool UsePointPixel=true) |
template<typename T , unsigned int NR, unsigned int NC> |
void | SetPixelType (const Matrix< T, NR, NC > &, bool UsePointPixel=true) |
template<typename T > |
void | SetPixelType (const std::complex< T > &, bool UsePointPixel=true) |
template<typename T > |
void | SetPixelType (const Array< T > &array, 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) |
virtual void | SetFileName (const char *_arg) |
virtual const char * | GetFileName () const |
virtual void | SetPointPixelType (const IOPixelType _arg) |
virtual IOPixelType | GetPointPixelType () const |
virtual void | SetCellPixelType (const IOPixelType _arg) |
virtual IOPixelType | GetCellPixelType () const |
virtual void | SetPointComponentType (const IOComponentType _arg) |
virtual IOComponentType | GetPointComponentType () const |
virtual void | SetCellComponentType (const IOComponentType _arg) |
virtual IOComponentType | GetCellComponentType () const |
virtual void | SetPointPixelComponentType (const IOComponentType _arg) |
virtual IOComponentType | GetPointPixelComponentType () const |
virtual void | SetCellPixelComponentType (const IOComponentType _arg) |
virtual IOComponentType | 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 | SetUpdateCells (bool _arg) |
virtual bool | GetUpdateCells () const |
virtual void | SetUpdatePointData (bool _arg) |
virtual bool | GetUpdatePointData () const |
virtual void | SetUpdateCellData (bool _arg) |
virtual bool | GetUpdateCellData () const |
virtual void | SetFileType (const FileType _arg) |
virtual FileType | GetFileType () const |
virtual void | SetByteOrder (const ByteOrder _arg) |
virtual ByteOrder | GetByteOrder () const |
virtual void | SetUseCompression (bool _arg) |
virtual bool | GetUseCompression () const |
virtual void | UseCompressionOn () |
virtual void | UseCompressionOff () |
virtual void | AbortGenerateDataOff () |
virtual void | AbortGenerateDataOn () |
virtual const bool & | GetAbortGenerateData () |
virtual void | SetAbortGenerateData (bool _arg) |
virtual void | UpdateOutputData () |
void | UpdateProgress (float amount) |
virtual void | SetProgress (float _arg) |
virtual const float & | GetProgress () |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
virtual unsigned long | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
virtual void | Register () const |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
| itkCloneMacro (Self) |
void | Print (std::ostream &os, Indent indent=0) const |
Protected Member Functions |
void | PrintSelf (std::ostream &os, Indent indent) const |
template<typename T > |
void | ReadCellDataBufferAsBINARY (std::ifstream &inputFile, T *buffer) |
template<typename TInput , typename TOutput > |
void | ReadCellsBuffer (TInput *input, TOutput *output) |
void | ReadCellsBufferAsASCII (std::ifstream &inputFile, void *buffer) |
void | ReadCellsBufferAsBINARY (std::ifstream &inputFile, void *buffer) |
template<typename T > |
void | ReadPointDataBufferAsBINARY (std::ifstream &inputFile, T *buffer) |
template<typename T > |
void | ReadPointsBufferAsASCII (std::ifstream &inputFile, T *buffer) |
template<typename T > |
void | UpdateCellInformation (T *buffer) |
| VTKPolyDataMeshIO () |
template<typename T > |
void | WriteCellDataBufferAsASCII (std::ofstream &outputFile, T *buffer, const StringType &cellPixelComponentName) |
template<typename T > |
void | WriteCellDataBufferAsBINARY (std::ofstream &outputFile, T *buffer, const StringType &cellPixelComponentName) |
template<typename T > |
void | WriteColorScalarBufferAsASCII (std::ofstream &outputFile, T *buffer, unsigned int numberOfPixelComponents, SizeValueType numberOfPixels) |
template<typename T > |
void | WriteColorScalarBufferAsBINARY (std::ofstream &outputFile, T *buffer, unsigned int numberOfPixelComponents, SizeValueType numberOfPixels) |
template<typename T > |
void | WritePointDataBufferAsASCII (std::ofstream &outputFile, T *buffer, const StringType &pointPixelComponentName) |
template<typename T > |
void | WritePointDataBufferAsBINARY (std::ofstream &outputFile, T *buffer, const StringType &pointPixelComponentName) |
template<typename T > |
void | WritePointsBufferAsASCII (std::ofstream &outputFile, T *buffer, const StringType &pointComponentType) |
template<typename T > |
void | WritePointsBufferAsBINARY (std::ofstream &outputFile, T *buffer, const StringType &pointComponentType) |
virtual | ~VTKPolyDataMeshIO () |
|
template<typename T > |
void | ReadPointsBufferAsBINARY (std::ifstream &inputFile, T *buffer) |
|
template<typename T > |
void | ReadPointDataBufferAsASCII (std::ifstream &inputFile, T *buffer) |
|
template<typename T > |
void | ReadCellDataBufferAsASCII (std::ifstream &inputFile, T *buffer) |
|
template<typename T > |
void | WriteCellsBufferAsASCII (std::ofstream &outputFile, T *buffer) |
|
template<typename T > |
void | WriteCellsBufferAsBINARY (std::ofstream &outputFile, T *buffer) |
void | AddSupportedReadExtension (const char *extension) |
void | AddSupportedWriteExtension (const char *extension) |
| MeshIOBase () |
template<class T > |
void | ReadBufferAsBinary (T *buffer, std::ifstream &inputFile, SizeValueType numberOfComponents) |
virtual | ~MeshIOBase () |
template<class T > |
void | ReadBufferAsAscii (T *buffer, std::ifstream &inputFile, SizeValueType numberOfComponents) |
template<class T > |
void | WriteBufferAsAscii (T *buffer, std::ofstream &outputFile, SizeValueType numberOfLines, SizeValueType numberOfComponents) |
template<class TOutput , class TInput > |
void | WriteBufferAsBinary (TInput *buffer, std::ofstream &outputFile, SizeValueType numberOfComponents) |
template<class TInput , class TOutput > |
void | ReadCellsBuffer (TInput *input, TOutput *output, MeshIOBase::CellGeometryType type) |
template<class TInput , class TOutput > |
void | WriteCellsBuffer (TInput *input, TOutput *output, CellGeometryType cellType, unsigned int numberOfPoints, SizeValueType numberOfCells) |
template<class TInput , class TOutput > |
void | WriteCellsBuffer (TInput *input, TOutput *output, CellGeometryType cellType, SizeValueType numberOfCells) |
| LightProcessObject () |
| ~LightProcessObject () |
virtual void | GenerateData () |
| Object () |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
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 () |
This class defines how to read and write vtk legacy file format.
- Author:
- Wanlin Zhu. Uviversity of New South Wales, Australia.
Definition at line 38 of file itkVTKPolyDataMeshIO.h.