 |
VTK
9.0.1
|
Go to the documentation of this file.
26 #ifndef vtkXdmfWriter_h
27 #define vtkXdmfWriter_h
29 #include "vtkIOXdmf2Module.h"
45 class vtkXdmfWriterDomainMemoryHandler;
73 vtkSetStringMacro(FileName);
74 vtkGetStringMacro(FileName);
82 vtkSetStringMacro(HeavyDataFileName);
83 vtkGetStringMacro(HeavyDataFileName);
91 vtkSetStringMacro(HeavyDataGroupName);
92 vtkGetStringMacro(HeavyDataGroupName);
108 vtkSetMacro(LightDataLimit,
int);
109 vtkGetMacro(LightDataLimit,
int);
118 vtkSetMacro(WriteAllTimeSteps,
int);
119 vtkGetMacro(WriteAllTimeSteps,
int);
120 vtkBooleanMacro(WriteAllTimeSteps,
int);
130 vtkSetMacro(MeshStaticOverTime,
bool);
131 vtkGetMacro(MeshStaticOverTime,
bool);
132 vtkBooleanMacro(MeshStaticOverTime,
bool);
141 vtkSetMacro(NumberOfPieces,
int);
180 vtkIdType* dims,
int AllocStrategy,
const char* heavyprefix);
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
std::map< DataSetType, DataSet > Piece
vtkExecutive * CreateDefaultExecutive() override
Create a default executive.
std::vector< xdmf2::XdmfTopology * > TopologyAtT0
virtual int CreateGeometry(vtkDataSet *ds, xdmf2::XdmfGrid *grid, void *staticdata)
~vtkXdmfWriter() override
Superclass for algorithms that produce only data object as output.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
abstract superclass for arrays of numeric data
static vtkXdmfWriter * New()
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
xdmf2::XdmfGrid * TopTemporalGrid
virtual int WriteDataSet(vtkDataObject *dobj, xdmf2::XdmfGrid *grid)
a simple class to control print indentation
int UnlabelledDataArrayId
virtual int Write()
Write data to output.
virtual int CreateTopology(vtkDataSet *ds, xdmf2::XdmfGrid *grid, vtkIdType PDims[3], vtkIdType CDims[3], vtkIdType &PRank, vtkIdType &CRank, void *staticdata)
virtual void SetInputData(vtkDataObject *dobj)
Set the input data set.
write eXtensible Data Model and Format files
abstract class to specify dataset behavior
std::vector< xdmf2::XdmfGeometry * > GeometryAtT0
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void ConvertVToXArray(vtkDataArray *vda, xdmf2::XdmfArray *xda, vtkIdType rank, vtkIdType *dims, int AllocStrategy, const char *heavyprefix)
general representation of visualization data
virtual int WriteArrays(vtkFieldData *dsa, xdmf2::XdmfGrid *grid, int association, vtkIdType rank, vtkIdType *dims, const char *name)
virtual int WriteCompositeDataSet(vtkCompositeDataSet *dobj, xdmf2::XdmfGrid *grid)
char * HeavyDataGroupName
virtual int WriteAtomicDataSet(vtkDataObject *dobj, xdmf2::XdmfGrid *grid)
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
virtual void SetupDataArrayXML(xdmf2::XdmfElement *, xdmf2::XdmfArray *) const