Go to the documentation of this file.
37 #ifndef vtkXdmfReader_h
38 #define vtkXdmfReader_h
40 #include "vtkIOXdmf2Module.h"
70 vtkSetStringMacro(DomainName);
84 int GetNumberOfPointArrays();
90 const char* GetPointArrayName(
int index);
96 int GetPointArrayStatus(
const char*
name);
97 void SetPointArrayStatus(
const char*
name,
int status);
106 int GetNumberOfCellArrays();
107 const char* GetCellArrayName(
int index);
108 void SetCellArrayStatus(
const char*
name,
int status);
109 int GetCellArrayStatus(
const char*
name);
118 int GetNumberOfGrids();
119 const char* GetGridName(
int index);
120 void SetGridStatus(
const char* gridname,
int status);
121 int GetGridStatus(
const char* gridname);
131 int GetNumberOfSets();
132 const char* GetSetName(
int index);
133 void SetSetStatus(
const char* gridname,
int status);
134 int GetSetStatus(
const char* gridname);
142 {
return this->GetSetName(
index); }
144 {
return this->GetSetStatus(
name); }
151 vtkSetVector3Macro(Stride,
int);
152 vtkGetVector3Macro(Stride,
int);
158 virtual int CanReadFile(
const char* filename);
164 vtkGetMacro(SILUpdateStamp,
int);
207 void PassCachedSelections();
238 bool PrepareDocument();
240 void ClearDataSetCache();
vtkXdmfArraySelection * GridsCache
std::map< int, XdmfDataSetTopoGeoPath > XdmfReaderCachedData
unsigned int LastTimeIndex
helper superclass for objects that read vtk data files
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkXdmfArraySelection * PointArraysCache
vtkXdmfDocument * XdmfDocument
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
Reads eXtensible Data Model and Format files.
const char * GetSetArrayName(int index)
a simple class to control print indentation
static vtkDataReader * New()
XdmfReaderCachedData DataSetCache
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkXdmfArraySelection * CellArraysCache
abstract class to specify dataset behavior
int GetNumberOfSetArrays()
These methods are provided to make it easier to use the Sets in ParaView.
vtkXdmfArraySelection * SetsCache
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
int GetSetArrayStatus(const char *name)
Base class for graph data types.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.