VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkXMLPStructuredDataReader Class Reference

Superclass for parallel structured data XML readers. More...

#include <vtkXMLPStructuredDataReader.h>

Inheritance diagram for vtkXMLPStructuredDataReader:
[legend]
Collaboration diagram for vtkXMLPStructuredDataReader:
[legend]

Public Types

typedef vtkXMLPDataReader Superclass
- Public Types inherited from vtkXMLPDataReader
typedef vtkXMLReader Superclass
- Public Types inherited from vtkXMLReader
typedef vtkAlgorithm Superclass
- Public Types inherited from vtkAlgorithm
typedef vtkObject Superclass
- Public Types inherited from vtkObject
typedef vtkObjectBase Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkExtentTranslatorGetExtentTranslator ()
virtual void CopyOutputInformation (vtkInformation *outInfo, int port)
- Public Member Functions inherited from vtkXMLPDataReader
virtual int GetNumberOfPieces ()
- Public Member Functions inherited from vtkXMLReader
virtual int CanReadFile (const char *name)
virtual void CopyOutputInformation (vtkInformation *vtkNotUsed(outInfo), int vtkNotUsed(port))
virtual int GetNumberOfTimeSteps ()
virtual int ProcessRequest (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual void SetFileName (const char *)
virtual char * GetFileName ()
vtkDataSetGetOutputAsDataSet ()
vtkDataSetGetOutputAsDataSet (int index)
virtual vtkDataArraySelectionGetPointDataArraySelection ()
virtual vtkDataArraySelectionGetCellDataArraySelection ()
int GetNumberOfPointArrays ()
int GetNumberOfCellArrays ()
const char * GetPointArrayName (int index)
const char * GetCellArrayName (int index)
int GetPointArrayStatus (const char *name)
int GetCellArrayStatus (const char *name)
void SetPointArrayStatus (const char *name, int status)
void SetCellArrayStatus (const char *name, int status)
virtual void SetTimeStep (int)
virtual int GetTimeStep ()
virtual int * GetTimeStepRange ()
virtual void GetTimeStepRange (int &, int &)
virtual void GetTimeStepRange (int[2])
virtual void SetTimeStepRange (int, int)
void SetTimeStepRange (int[2])
- Public Member Functions inherited from vtkAlgorithm
int HasExecutive ()
vtkExecutiveGetExecutive ()
virtual void SetExecutive (vtkExecutive *executive)
virtual int ModifyRequest (vtkInformation *request, int when)
vtkInformationGetInputPortInformation (int port)
vtkInformationGetOutputPortInformation (int port)
int GetNumberOfInputPorts ()
int GetNumberOfOutputPorts ()
void UpdateProgress (double amount)
vtkInformationGetInputArrayInformation (int idx)
void RemoveAllInputs ()
vtkDataObjectGetOutputDataObject (int port)
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
int GetNumberOfInputConnections (int port)
int GetTotalNumberOfInputConnections ()
vtkAlgorithmOutputGetInputConnection (int port, int index)
virtual void Update ()
virtual void UpdateInformation ()
virtual void UpdateWholeExtent ()
void ConvertTotalInputToPortConnection (int ind, int &port, int &conn)
virtual double ComputePriority ()
int ProcessRequest (vtkInformation *request, vtkCollection *inInfo, vtkInformationVector *outInfo)
virtual int ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime)
virtual vtkInformationGetInformation ()
virtual void SetInformation (vtkInformation *)
virtual void Register (vtkObjectBase *o)
virtual void UnRegister (vtkObjectBase *o)
virtual void SetAbortExecute (int)
virtual int GetAbortExecute ()
virtual void AbortExecuteOn ()
virtual void AbortExecuteOff ()
virtual void SetProgress (double)
virtual double GetProgress ()
void SetProgressText (const char *ptext)
virtual char * GetProgressText ()
virtual unsigned long GetErrorCode ()
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, const char *name)
virtual void SetInputArrayToProcess (int idx, int port, int connection, int fieldAssociation, int fieldAttributeType)
virtual void SetInputArrayToProcess (int idx, vtkInformation *info)
virtual void SetInputArrayToProcess (int idx, int port, int connection, const char *fieldAssociation, const char *attributeTypeorName)
vtkDataObjectGetInputDataObject (int port, int connection)
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
virtual void SetInputConnection (vtkAlgorithmOutput *input)
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
virtual void AddInputConnection (vtkAlgorithmOutput *input)
vtkAlgorithmOutputGetOutputPort (int index)
vtkAlgorithmOutputGetOutputPort ()
virtual void SetReleaseDataFlag (int)
virtual int GetReleaseDataFlag ()
void ReleaseDataFlagOn ()
void ReleaseDataFlagOff ()
int UpdateExtentIsEmpty (vtkDataObject *output)
int UpdateExtentIsEmpty (vtkInformation *pinfo, int extentType)
- Public Member Functions inherited from vtkObject
virtual void DebugOn ()
virtual void DebugOff ()
unsigned char GetDebug ()
void SetDebug (unsigned char debugFlag)
virtual void Modified ()
virtual unsigned long GetMTime ()
unsigned long AddObserver (unsigned long event, vtkCommand *, float priority=0.0f)
unsigned long AddObserver (const char *event, vtkCommand *, float priority=0.0f)
vtkCommandGetCommand (unsigned long tag)
void RemoveObserver (vtkCommand *)
void RemoveObservers (unsigned long event, vtkCommand *)
void RemoveObservers (const char *event, vtkCommand *)
int HasObserver (unsigned long event, vtkCommand *)
int HasObserver (const char *event, vtkCommand *)
void RemoveObserver (unsigned long tag)
void RemoveObservers (unsigned long event)
void RemoveObservers (const char *event)
void RemoveAllObservers ()
int HasObserver (unsigned long event)
int HasObserver (const char *event)
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f)
template<class U , class T >
unsigned long AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f)
int InvokeEvent (unsigned long event, void *callData)
int InvokeEvent (const char *event, void *callData)
int InvokeEvent (unsigned long event)
int InvokeEvent (const char *event)
- Public Member Functions inherited from vtkObjectBase
const char * GetClassName () const
virtual void Delete ()
virtual void FastDelete ()
void Print (ostream &os)
void SetReferenceCount (int)
void PrintRevisions (ostream &os)
virtual void PrintHeader (ostream &os, vtkIndent indent)
virtual void PrintTrailer (ostream &os, vtkIndent indent)
int GetReferenceCount ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static
vtkXMLPStructuredDataReader
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkXMLPStructuredDataReader ()
 ~vtkXMLPStructuredDataReader ()
vtkIdType GetNumberOfPoints ()
vtkIdType GetNumberOfCells ()
void CopyArrayForPoints (vtkDataArray *inArray, vtkDataArray *outArray)
void CopyArrayForCells (vtkDataArray *inArray, vtkDataArray *outArray)
virtual void SetOutputExtent (int *extent)=0
virtual void GetPieceInputExtent (int index, int *extent)=0
void ReadXMLData ()
int ReadPrimaryElement (vtkXMLDataElement *ePrimary)
void SetupOutputData ()
void SetupPieces (int numPieces)
void DestroyPieces ()
int ReadPiece (vtkXMLDataElement *ePiece)
int ReadPieceData ()
void CopySubExtent (int *inExtent, int *inDimensions, vtkIdType *inIncrements, int *outExtent, int *outDimensions, vtkIdType *outIncrements, int *subExtent, int *subDimensions, vtkDataArray *inArray, vtkDataArray *outArray)
int ComputePieceSubExtents ()
virtual int RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
- Protected Member Functions inherited from vtkXMLPDataReader
 vtkXMLPDataReader ()
 ~vtkXMLPDataReader ()
int ReadXMLInformation ()
virtual void SetupOutputInformation (vtkInformation *outInfo)
vtkDataSetGetPieceInputAsDataSet (int piece)
virtual vtkXMLDataReaderCreatePieceReader ()=0
int ReadPiece (vtkXMLDataElement *ePiece, int index)
int ReadPieceData (int index)
int CanReadPiece (int index)
char * CreatePieceFileName (const char *fileName)
void SplitFileName ()
virtual void PieceProgressCallback ()
- Protected Member Functions inherited from vtkXMLReader
 vtkXMLReader ()
 ~vtkXMLReader ()
virtual const char * GetDataSetName ()=0
virtual int CanReadFileVersion (int major, int minor)
virtual void SetupEmptyOutput ()=0
virtual void SetupOutputInformation (vtkInformation *vtkNotUsed(outInfo))
virtual void SetupUpdateExtentInformation (vtkInformation *vtkNotUsed(outInfo))
int ReadVTKFile (vtkXMLDataElement *eVTKFile)
vtkAbstractArrayCreateArray (vtkXMLDataElement *da)
int CreateInformationKey (vtkXMLDataElement *eInfoKey, vtkInformation *info)
virtual int OpenVTKFile ()
virtual void CloseVTKFile ()
virtual void CreateXMLParser ()
virtual void DestroyXMLParser ()
void SetupCompressor (const char *type)
int CanReadFileVersionString (const char *version)
virtual int GetFileMajorVersion ()
virtual int GetFileMinorVersion ()
int IntersectExtents (int *extent1, int *extent2, int *result)
int Min (int a, int b)
int Max (int a, int b)
void ComputePointDimensions (int *extent, int *dimensions)
void ComputePointIncrements (int *extent, vtkIdType *increments)
void ComputeCellDimensions (int *extent, int *dimensions)
void ComputeCellIncrements (int *extent, vtkIdType *increments)
vtkIdType GetStartTuple (int *extent, vtkIdType *increments, int i, int j, int k)
void ReadAttributeIndices (vtkXMLDataElement *eDSA, vtkDataSetAttributes *dsa)
char ** CreateStringArray (int numStrings)
void DestroyStringArray (int numStrings, char **strings)
void SetDataArraySelections (vtkXMLDataElement *eDSA, vtkDataArraySelection *sel)
int SetFieldDataInfo (vtkXMLDataElement *eDSA, int association, int numTuples, vtkInformationVector *(&infoVector))
int PointDataArrayIsEnabled (vtkXMLDataElement *ePDA)
int CellDataArrayIsEnabled (vtkXMLDataElement *eCDA)
virtual void GetProgressRange (float *range)
virtual void SetProgressRange (float *range, int curStep, int numSteps)
virtual void SetProgressRange (float *range, int curStep, float *fractions)
virtual void UpdateProgressDiscrete (float progress)
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int RequestDataObject (vtkInformation *vtkNotUsed(request), vtkInformationVector **vtkNotUsed(inputVector), vtkInformationVector *vtkNotUsed(outputVector))
virtual int RequestUpdateExtentInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetNumberOfTimeSteps (int num)
vtkDataObjectGetCurrentOutput ()
vtkInformationGetCurrentOutputInformation ()
- Protected Member Functions inherited from vtkAlgorithm
 vtkAlgorithm ()
 ~vtkAlgorithm ()
virtual int FillInputPortInformation (int port, vtkInformation *info)
virtual int FillOutputPortInformation (int port, vtkInformation *info)
virtual void SetNumberOfInputPorts (int n)
virtual void SetNumberOfOutputPorts (int n)
int InputPortIndexInRange (int index, const char *action)
int OutputPortIndexInRange (int index, const char *action)
int GetInputArrayAssociation (int idx, vtkInformationVector **inputVector)
virtual vtkExecutiveCreateDefaultExecutive ()
virtual void ReportReferences (vtkGarbageCollector *)
virtual void SetNumberOfInputConnections (int port, int n)
int GetInputArrayAssociation (int idx, int connection, vtkInformationVector **inputVector)
int GetInputArrayAssociation (int idx, vtkDataObject *input)
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector)
vtkDataArrayGetInputArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
vtkDataArrayGetInputArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input)
vtkDataArrayGetInputArrayToProcess (int idx, vtkDataObject *input, int &association)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkInformationVector **inputVector, int &association)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, int connection, vtkInformationVector **inputVector, int &association)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input)
vtkAbstractArrayGetInputAbstractArrayToProcess (int idx, vtkDataObject *input, int &association)
vtkInformationGetInputArrayFieldInformation (int idx, vtkInformationVector **inputVector)
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
virtual void SetErrorCode (unsigned long)
- Protected Member Functions inherited from vtkObject
 vtkObject ()
virtual ~vtkObject ()
virtual void RegisterInternal (vtkObjectBase *, int check)
virtual void UnRegisterInternal (vtkObjectBase *, int check)
void InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL)
void InternalReleaseFocus ()
- Protected Member Functions inherited from vtkObjectBase
 vtkObjectBase ()
virtual ~vtkObjectBase ()
virtual void CollectRevisions (ostream &os)
 vtkObjectBase (const vtkObjectBase &)
void operator= (const vtkObjectBase &)

Protected Attributes

vtkExtentSplitterExtentSplitter
int UpdateExtent [6]
int PointDimensions [3]
vtkIdType PointIncrements [3]
int CellDimensions [3]
vtkIdType CellIncrements [3]
int SubExtent [6]
int SubPointDimensions [3]
int SubCellDimensions [3]
int SubPieceExtent [6]
int SubPiecePointDimensions [3]
vtkIdType SubPiecePointIncrements [3]
int SubPieceCellDimensions [3]
vtkIdType SubPieceCellIncrements [3]
int * PieceExtents
- Protected Attributes inherited from vtkXMLPDataReader
int NumberOfPieces
int GhostLevel
int Piece
char * PathName
vtkXMLDataElement ** PieceElements
vtkXMLDataReader ** PieceReaders
int * CanReadPieceFlag
vtkXMLDataElementPPointDataElement
vtkXMLDataElementPCellDataElement
vtkCallbackCommandPieceProgressObserver
- Protected Attributes inherited from vtkXMLReader
vtkXMLDataParserXMLParser
vtkXMLDataElementFieldDataElement
char * FileName
istream * Stream
vtkDataArraySelectionPointDataArraySelection
vtkDataArraySelectionCellDataArraySelection
vtkCallbackCommandSelectionObserver
int InformationError
int DataError
float ProgressRange [2]
vtkTimeStamp ReadMTime
int ReadError
int AxesEmpty [3]
int TimeStep
int CurrentTimeStep
int NumberOfTimeSteps
int * TimeSteps
int TimeStepRange [2]
- Protected Attributes inherited from vtkAlgorithm
vtkInformationInformation
double Progress
char * ProgressText
unsigned long ErrorCode
- Protected Attributes inherited from vtkObject
unsigned char Debug
vtkTimeStamp MTime
vtkSubjectHelper * SubjectHelper
- Protected Attributes inherited from vtkObjectBase
int ReferenceCount
vtkWeakPointerBase ** WeakPointers

Additional Inherited Members

- Public Attributes inherited from vtkAlgorithm
int AbortExecute
- Static Protected Member Functions inherited from vtkXMLPDataReader
static void PieceProgressCallbackFunction (vtkObject *, unsigned long, void *, void *)
- Static Protected Attributes inherited from vtkAlgorithm
static vtkExecutiveDefaultExecutivePrototype
- Friends inherited from vtkObject

Detailed Description

Superclass for parallel structured data XML readers.

vtkXMLPStructuredDataReader provides functionality common to all parallel structured data format readers.

See Also
vtkXMLPImageDataReader vtkXMLPStructuredGridReader vtkXMLPRectilinearGridReader

Definition at line 36 of file vtkXMLPStructuredDataReader.h.

Member Typedef Documentation

Definition at line 39 of file vtkXMLPStructuredDataReader.h.

Constructor & Destructor Documentation

vtkXMLPStructuredDataReader::vtkXMLPStructuredDataReader ( )
protected
vtkXMLPStructuredDataReader::~vtkXMLPStructuredDataReader ( )
protected

Member Function Documentation

virtual const char* vtkXMLPStructuredDataReader::GetClassName ( )
virtual
static int vtkXMLPStructuredDataReader::IsTypeOf ( const char *  name)
static

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkXMLPDataReader.

Reimplemented in vtkXMLPImageDataReader, vtkXMLPRectilinearGridReader, and vtkXMLPStructuredGridReader.

virtual int vtkXMLPStructuredDataReader::IsA ( const char *  name)
virtual

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkXMLPDataReader.

Reimplemented in vtkXMLPImageDataReader, vtkXMLPRectilinearGridReader, and vtkXMLPStructuredGridReader.

static vtkXMLPStructuredDataReader* vtkXMLPStructuredDataReader::SafeDownCast ( vtkObject o)
static
void vtkXMLPStructuredDataReader::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

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 vtkXMLPDataReader.

Reimplemented in vtkXMLPImageDataReader, vtkXMLPRectilinearGridReader, and vtkXMLPStructuredGridReader.

virtual vtkExtentTranslator* vtkXMLPStructuredDataReader::GetExtentTranslator ( )
virtual

Get an extent translator that will create pieces matching the input file's piece breakdown. This can be used further down the pipeline to prevent reading from outside this process's piece. The translator is only valid after an UpdateInformation has been called.

virtual void vtkXMLPStructuredDataReader::CopyOutputInformation ( vtkInformation outInfo,
int  port 
)
virtual

Reimplemented from vtkXMLPDataReader.

Reimplemented in vtkXMLPImageDataReader.

vtkIdType vtkXMLPStructuredDataReader::GetNumberOfPoints ( )
protectedvirtual

Implements vtkXMLPDataReader.

vtkIdType vtkXMLPStructuredDataReader::GetNumberOfCells ( )
protectedvirtual

Implements vtkXMLPDataReader.

void vtkXMLPStructuredDataReader::CopyArrayForPoints ( vtkDataArray inArray,
vtkDataArray outArray 
)
protectedvirtual

Implements vtkXMLPDataReader.

void vtkXMLPStructuredDataReader::CopyArrayForCells ( vtkDataArray inArray,
vtkDataArray outArray 
)
protectedvirtual

Implements vtkXMLPDataReader.

virtual void vtkXMLPStructuredDataReader::SetOutputExtent ( int *  extent)
protectedpure virtual
virtual void vtkXMLPStructuredDataReader::GetPieceInputExtent ( int  index,
int *  extent 
)
protectedpure virtual
void vtkXMLPStructuredDataReader::ReadXMLData ( )
protectedvirtual

Reimplemented from vtkXMLReader.

int vtkXMLPStructuredDataReader::ReadPrimaryElement ( vtkXMLDataElement ePrimary)
protectedvirtual
void vtkXMLPStructuredDataReader::SetupOutputData ( )
protectedvirtual
void vtkXMLPStructuredDataReader::SetupPieces ( int  numPieces)
protectedvirtual

Reimplemented from vtkXMLPDataReader.

void vtkXMLPStructuredDataReader::DestroyPieces ( )
protectedvirtual

Reimplemented from vtkXMLPDataReader.

int vtkXMLPStructuredDataReader::ReadPiece ( vtkXMLDataElement ePiece)
protectedvirtual

Reimplemented from vtkXMLPDataReader.

int vtkXMLPStructuredDataReader::ReadPieceData ( )
protectedvirtual
void vtkXMLPStructuredDataReader::CopySubExtent ( int *  inExtent,
int *  inDimensions,
vtkIdType inIncrements,
int *  outExtent,
int *  outDimensions,
vtkIdType outIncrements,
int *  subExtent,
int *  subDimensions,
vtkDataArray inArray,
vtkDataArray outArray 
)
protected
int vtkXMLPStructuredDataReader::ComputePieceSubExtents ( )
protected
virtual int vtkXMLPStructuredDataReader::RequestInformation ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
)
protectedvirtual

Reimplemented from vtkXMLReader.

Member Data Documentation

vtkExtentSplitter* vtkXMLPStructuredDataReader::ExtentSplitter
protected

Definition at line 80 of file vtkXMLPStructuredDataReader.h.

int vtkXMLPStructuredDataReader::UpdateExtent[6]
protected

Definition at line 83 of file vtkXMLPStructuredDataReader.h.

int vtkXMLPStructuredDataReader::PointDimensions[3]
protected

Definition at line 84 of file vtkXMLPStructuredDataReader.h.

vtkIdType vtkXMLPStructuredDataReader::PointIncrements[3]
protected

Definition at line 85 of file vtkXMLPStructuredDataReader.h.

int vtkXMLPStructuredDataReader::CellDimensions[3]
protected

Definition at line 86 of file vtkXMLPStructuredDataReader.h.

vtkIdType vtkXMLPStructuredDataReader::CellIncrements[3]
protected

Definition at line 87 of file vtkXMLPStructuredDataReader.h.

int vtkXMLPStructuredDataReader::SubExtent[6]
protected

Definition at line 90 of file vtkXMLPStructuredDataReader.h.

int vtkXMLPStructuredDataReader::SubPointDimensions[3]
protected

Definition at line 91 of file vtkXMLPStructuredDataReader.h.

int vtkXMLPStructuredDataReader::SubCellDimensions[3]
protected

Definition at line 92 of file vtkXMLPStructuredDataReader.h.

int vtkXMLPStructuredDataReader::SubPieceExtent[6]
protected

Definition at line 93 of file vtkXMLPStructuredDataReader.h.

int vtkXMLPStructuredDataReader::SubPiecePointDimensions[3]
protected

Definition at line 94 of file vtkXMLPStructuredDataReader.h.

vtkIdType vtkXMLPStructuredDataReader::SubPiecePointIncrements[3]
protected

Definition at line 95 of file vtkXMLPStructuredDataReader.h.

int vtkXMLPStructuredDataReader::SubPieceCellDimensions[3]
protected

Definition at line 96 of file vtkXMLPStructuredDataReader.h.

vtkIdType vtkXMLPStructuredDataReader::SubPieceCellIncrements[3]
protected

Definition at line 97 of file vtkXMLPStructuredDataReader.h.

int* vtkXMLPStructuredDataReader::PieceExtents
protected

Definition at line 100 of file vtkXMLPStructuredDataReader.h.


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