30#ifndef vtkXdmf3Reader_h
31#define vtkXdmf3Reader_h
34#include "vtkIOXdmf3Module.h"
67 vtkSetMacro(FileSeriesAsTime,
bool);
68 vtkGetMacro(FileSeriesAsTime,
bool);
203 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.
const char * GetSetArrayName(int index)
int GetCellArrayStatus(const char *name)
Get information about cell-based arrays.
int GetNumberOfSets()
Get/Set information about sets.
vtkXdmf3ArraySelection * GetSetsSelection()
int GetGridStatus(const char *gridname)
Get/Set information about grids.
vtkXdmf3ArraySelection * GetCellArraySelection()
virtual int CanReadFile(VTK_FILEPATH const char *filename)
Determine if the file can be read with this reader.
int GetPointArrayStatus(const char *name)
Get/Set the point array status.
vtkXdmf3ArraySelection * FieldArraysCache
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
virtual int RequestDataObjectInternal(vtkInformationVector *)
vtkXdmf3ArraySelection * CellArraysCache
vtkXdmf3ArraySelection * SetsCache
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
void SetGridStatus(const char *gridname, int status)
Get/Set information about grids.
vtkXdmf3ArraySelection * GetGridsSelection()
int GetSetStatus(const char *gridname)
Get/Set information about sets.
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()
Add and remove give the reader a list of top level xml files to read.
static vtkXdmf3Reader * New()
int GetFieldArrayStatus(const char *name)
Get information about unaligned arrays.
void SetSetStatus(const char *gridname, int status)
Get/Set information about sets.
virtual void AddFileName(VTK_FILEPATH const char *filename)
Add and remove give the reader a list of top level xml files to read.
int GetSetArrayStatus(const char *name)
const char * GetGridName(int index)
Get/Set information about grids.
vtkXdmf3ArraySelection * PointArraysCache
vtkXdmf3ArraySelection * GetPointArraySelection()
vtkXdmf3ArraySelection * GridsCache
int GetSILUpdateStamp()
Every time the SIL is updated a this will return a different value.
void SetFileName(VTK_FILEPATH const char *filename)
Set tells the reader the name of a single top level xml file to read.
void SetCellArrayStatus(const char *name, int status)
Get information about cell-based arrays.
const char * GetSetName(int index)
Get/Set information about sets.
int GetNumberOfSetArrays()
These methods are provided to make it easier to use the Sets in ParaView.
const char * GetFieldArrayName(int index)
Get information about unaligned arrays.
int GetNumberOfFieldArrays()
Get information about unaligned arrays.
int GetNumberOfCellArrays()
Get information about cell-based arrays.
vtkSetFilePathMacro(FileNameInternal)
int GetNumberOfGrids()
Get/Set information about grids.
const char * GetPointArrayName(int index)
Returns the name of point array at the give index.
vtkTypeBool ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
see vtkAlgorithm for details
virtual vtkGraph * GetSIL()
SIL describes organization of/relationships between classifications eg.
void SetFieldArrayStatus(const char *name, int status)
Get information about unaligned arrays.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
const char * GetCellArrayName(int index)
Get information about cell-based arrays.
vtkXdmf3ArraySelection * GetFieldArraySelection()
int GetNumberOfPointArrays()
Get information about point-based arrays.
~vtkXdmf3Reader() override
void SetPointArrayStatus(const char *name, int status)
Get/Set the point array status.