25 #ifndef vtkADIOSWriter_h 26 #define vtkADIOSWriter_h 34 #include "vtkSetGet.h" 38 #include "vtkIOADIOSModule.h" 60 void PrintSelf(ostream& os,
vtkIndent indent)
override;
62 const char* GetDefaultFileExtension();
68 vtkGetStringMacro(FileName)
69 vtkSetStringMacro(FileName)
77 vtkSetClampMacro(TransportMethod,
int,
98 vtkSetStringMacro(TransportMethodArguments)
99 vtkGetStringMacro(TransportMethodArguments)
122 vtkSetMacro(WriteAllTimeSteps,
bool);
123 vtkGetMacro(WriteAllTimeSteps,
bool);
124 vtkBooleanMacro(WriteAllTimeSteps,
bool);
144 void Write() {
return this->Update(); }
220 int RequestExtent[6];
226 bool WriteInternal();
abstract base class for most VTK objects
abstract class to specify dataset behavior
Abstract superclass for all arrays.
void SetTransportMethodToMPIAggregate()
Get/Set the ADIOS transport method.
vtkMultiProcessController * Controller
void SetTransformToNone()
Get/Set the data transformation.
void SetTransportMethodToMPI()
Get/Set the ADIOS transport method.
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetTransportMethodToNetCDF4()
Get/Set the ADIOS transport method.
void SetTransportMethodToDataSpaces()
Get/Set the ADIOS transport method.
void SetTransformToZLib()
Get/Set the data transformation.
void SetTransportMethodToPHDF5()
Get/Set the ADIOS transport method.
char * TransportMethodArguments
a simple class to control print indentation
void Write()
Declare data if necessary and write the current step to the output stream.
topologically and geometrically regular array of data
std::map< std::string, unsigned long > LastUpdated
void SetTransformToBZip2()
Get/Set the data transformation.
std::vector< double > TimeSteps
dataset represents arbitrary combinations of all possible cell types
abstract superclass for arrays of numeric data
void SetTransportMethodToPOSIX()
Get/Set the ADIOS transport method.
void SetTransportMethodToVarMerge()
Get/Set the ADIOS transport method.
void SetTransportMethodToDIMES()
Get/Set the ADIOS transport method.
Superclass for algorithms that produce only data object as output.
object to represent cell connectivity
void SetTransformToSZip()
Get/Set the data transformation.
void SetTransportMethodToMPILustre()
Get/Set the ADIOS transport method.
void SetTransportMethodToFlexPath()
Get/Set the ADIOS transport method.
general representation of visualization data
represent and manipulate fields of data
Multiprocessing communication superclass.