29 #ifndef vtkXdmf3Writer_h 30 #define vtkXdmf3Writer_h 32 #include "vtkIOXdmf3Module.h" 54 vtkSetStringMacro(FileName);
55 vtkGetStringMacro(FileName);
79 vtkSetMacro(LightDataLimit,
unsigned int);
80 vtkGetMacro(LightDataLimit,
unsigned int);
89 vtkSetMacro(WriteAllTimeSteps,
bool);
90 vtkGetMacro(WriteAllTimeSteps,
bool);
91 vtkBooleanMacro(WriteAllTimeSteps,
bool);
120 int CheckParametersInternal (
int NumberOfProcesses,
int MyRank);
121 virtual int CheckParameters ();
125 virtual int GlobalContinueExecuting(
int localContinueExecution);
void SetGhostLevel(int)
We never write out ghost cells.
static vtkDataObjectAlgorithm * New()
int GetGhostLevel()
We never write out ghost cells.
dynamic, self-adjusting array of double
a simple class to control print indentation
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
void SetInputData(vtkDataObject *)
Assign a data object as input.
unsigned int LightDataLimit
vtkDataObject * OriginalInput
write eXtensible Data Model and Format files
Superclass for algorithms that produce only data object as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkDoubleArray * TimeValues
general representation of visualization data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.