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