30 #ifndef vtkXdmf3Reader_h
31 #define vtkXdmf3Reader_h
34 #include "vtkIOXdmf3Module.h"
67 vtkSetMacro(FileSeriesAsTime,
bool);
68 vtkGetMacro(FileSeriesAsTime,
bool);
169 vtkSetStringMacro(FileNameInternal);
204 bool FileSeriesAsTime;
Superclass for algorithms that produce only data object as output.
Base class for graph data types.
a simple class to control print indentation
helper to identify requested arrays with
Reads eXtensible Data Model and Format files.
int GetCellArrayStatus(const char *name)
int GetNumberOfSets()
Get/Set information about sets.
int GetGridStatus(const char *gridname)
int GetPointArrayStatus(const char *name)
Get/Set the point array status.
vtkXdmf3ArraySelection * FieldArraysCache
virtual int RequestDataObjectInternal(vtkInformationVector *)
const char * GetCellArrayName(int index)
vtkXdmf3ArraySelection * CellArraysCache
vtkXdmf3ArraySelection * SetsCache
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
const char * GetSetArrayName(int index)
void SetGridStatus(const char *gridname, int status)
int GetSetStatus(const char *gridname)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
const char * FileNameInternal
virtual void RemoveAllFileNames()
vtkXdmf3ArraySelection * GetSetsSelection()
int GetFieldArrayStatus(const char *name)
vtkXdmf3ArraySelection * GetCellArraySelection()
void SetFileName(const char *filename)
Set tells the reader the name of a single top level xml file to read.
virtual int CanReadFile(const char *filename)
Determine if the file can be read with this reader.
void SetSetStatus(const char *gridname, int status)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
int GetSetArrayStatus(const char *name)
vtkXdmf3ArraySelection * PointArraysCache
vtkXdmf3ArraySelection * GridsCache
int GetSILUpdateStamp()
Every time the SIL is updated a this will return a different value.
vtkXdmf3ArraySelection * GetGridsSelection()
void SetCellArrayStatus(const char *name, int status)
int GetNumberOfSetArrays()
These methods are provided to make it easier to use the Sets in ParaView.
const char * GetFieldArrayName(int index)
int GetNumberOfFieldArrays()
Get information about unaligned arrays.
static vtkXdmf3Reader * New()
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
const char * GetPointArrayName(int index)
Returns the name of point array at the give index.
vtkXdmf3ArraySelection * GetFieldArraySelection()
int GetNumberOfCellArrays()
Get information about cell-based arrays.
virtual vtkGraph * GetSIL()
SIL describes organization of/relationships between classifications eg.
vtkXdmf3ArraySelection * GetPointArraySelection()
int GetNumberOfGrids()
Get/Set information about grids.
const char * GetGridName(int index)
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
void SetFieldArrayStatus(const char *name, int status)
const char * GetSetName(int index)
int GetNumberOfPointArrays()
Get information about point-based arrays.
~vtkXdmf3Reader() override
virtual void AddFileName(const char *filename)
Add and remove give the reader a list of top level xml files to read.
void SetPointArrayStatus(const char *name, int status)