Go to the documentation of this file.
34 #ifndef vtkXdmfReader_h
35 #define vtkXdmfReader_h
37 #include "vtkIOXdmf2Module.h"
67 vtkSetStringMacro(DomainName);
68 vtkGetStringMacro(DomainName);
81 int GetNumberOfPointArrays();
87 const char* GetPointArrayName(
int index);
93 int GetPointArrayStatus(
const char*
name);
94 void SetPointArrayStatus(
const char*
name,
int status);
103 int GetNumberOfCellArrays();
104 const char* GetCellArrayName(
int index);
105 void SetCellArrayStatus(
const char*
name,
int status);
106 int GetCellArrayStatus(
const char*
name);
115 int GetNumberOfGrids();
116 const char* GetGridName(
int index);
117 void SetGridStatus(
const char* gridname,
int status);
118 int GetGridStatus(
const char* gridname);
128 int GetNumberOfSets();
129 const char* GetSetName(
int index);
130 void SetSetStatus(
const char* gridname,
int status);
131 int GetSetStatus(
const char* gridname);
139 {
return this->GetSetName(
index); }
141 {
return this->GetSetStatus(
name); }
148 vtkSetVector3Macro(Stride,
int);
149 vtkGetVector3Macro(Stride,
int);
155 virtual int CanReadFile(
const char* filename);
161 vtkGetMacro(SILUpdateStamp,
int);
204 void PassCachedSelections();
235 bool PrepareDocument();
237 void ClearDataSetCache();
vtkXdmfArraySelection * GridsCache
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
std::map< int, XdmfDataSetTopoGeoPath > XdmfReaderCachedData
unsigned int LastTimeIndex
helper superclass for objects that read vtk data files
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkXdmfArraySelection * PointArraysCache
vtkXdmfDocument * XdmfDocument
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Reads eXtensible Data Model and Format files.
const char * GetSetArrayName(int index)
a simple class to control print indentation
static vtkDataReader * New()
XdmfReaderCachedData DataSetCache
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
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.