Go to the documentation of this file.
29 #ifndef vtkXdmfWriter_h
30 #define vtkXdmfWriter_h
32 #include "vtkIOXdmf2Module.h"
48 class vtkXdmfWriterDomainMemoryHandler;
76 vtkSetStringMacro(FileName);
85 vtkSetStringMacro(HeavyDataFileName);
94 vtkSetStringMacro(HeavyDataGroupName);
112 vtkGetMacro(LightDataLimit,
int);
122 vtkGetMacro(WriteAllTimeSteps,
int);
134 vtkGetMacro(MeshStaticOverTime,
bool);
180 virtual int CreateGeometry(
vtkDataSet *ds, xdmf2::XdmfGrid *grid,
void *staticdata);
184 virtual int WriteAtomicDataSet(
vtkDataObject *dobj, xdmf2::XdmfGrid *grid);
185 virtual int WriteArrays(
vtkFieldData* dsa, xdmf2::XdmfGrid *grid,
int association,
187 virtual void ConvertVToXArray(
vtkDataArray *vda, xdmf2::XdmfArray *xda,
189 int AllocStrategy,
const char *heavyprefix);
191 virtual void SetupDataArrayXML(xdmf2::XdmfElement*, xdmf2::XdmfArray*)
const;
virtual vtkExecutive * CreateDefaultExecutive()
Create a default executive.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
std::vector< xdmf2::XdmfTopology * > TopologyAtT0
Superclass for algorithms that produce only data object as output.
abstract superclass for arrays of numeric data
abstract superclass for composite (multi-block or AMR) datasets
vtkXdmfWriterDomainMemoryHandler * DomainMemoryHandler
represent and manipulate fields of data
Superclass for all pipeline executives in VTK.
std::string WorkingDirectory
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
xdmf2::XdmfGrid * TopTemporalGrid
a simple class to control print indentation
int UnlabelledDataArrayId
write eXtensible Data Model and Format files
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
abstract class to specify dataset behavior
void WriteDataSet(vtkUnstructuredGrid *grid, const std::string &file)
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
std::vector< xdmf2::XdmfGeometry * > GeometryAtT0
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
static vtkDataObjectAlgorithm * New()
void SetInputData(vtkDataObject *)
Assign a data object as input.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
general representation of visualization data
char * HeavyDataGroupName