24 #ifndef vtkADIOSWriter_h 25 #define vtkADIOSWriter_h 35 #include "ADIOSDefs.h" 37 #include "vtkIOADIOSModule.h" 59 virtual void PrintSelf(ostream& os,
vtkIndent indent);
61 const char* GetDefaultFileExtension();
73 static_cast<
int>(
ADIOS::TransportMethod_NULL),
74 static_cast<
int>(
ADIOS::TransportMethod_NetCDF4));
75 void SetTransportMethodToNULL() { this->SetTransportMethod(static_cast<int>(ADIOS::TransportMethod_NULL)); }
99 static_cast<int>(ADIOS::Transform_NONE),
100 static_cast<int>(ADIOS::Transform_SZIP));
199 int RequestExtent[6];
205 bool WriteInternal();
abstract base class for most VTK objects
abstract class to specify dataset behavior
Abstract superclass for all arrays.
void SetTransportMethodToMPIAggregate()
#define vtkGetMacro(name, type)
vtkMultiProcessController * Controller
void SetTransformToNone()
#define vtkSetClampMacro(name, type, min, max)
void SetTransportMethodToMPI()
concrete dataset represents vertices, lines, polygons, and triangle strips
#define vtkSetStringMacro(name)
void SetTransportMethodToNetCDF4()
#define vtkTypeMacro(thisClass, superclass)
void SetTransportMethodToDataSpaces()
void SetTransformToZLib()
void SetTransportMethodToPHDF5()
char * TransportMethodArguments
a simple class to control print indentation
topologically and geometrically regular array of data
std::map< std::string, unsigned long > LastUpdated
void SetTransformToBZip2()
std::vector< double > TimeSteps
dataset represents arbitrary combinations of all possible cell types
abstract superclass for arrays of numeric data
void SetTransportMethodToPOSIX()
void SetTransportMethodToVarMerge()
void SetTransportMethodToDIMES()
#define vtkGetStringMacro(name)
#define vtkGetObjectMacro(name, type)
Superclass for algorithms that produce only data object as output.
object to represent cell connectivity
void SetTransformToSZip()
void SetTransportMethodToMPILustre()
#define vtkBooleanMacro(name, type)
void SetTransportMethodToFlexPath()
general representation of visualization data
represent and manipulate fields of data
#define vtkSetMacro(name, type)
Multiprocessing communication superclass.