24 #ifndef vtkADIOSWriter_h
25 #define vtkADIOSWriter_h
35 #include "ADIOSDefs.h"
37 #include "vtkIOADIOSModule.h"
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));
101 void SetTransformToNone() { this->SetTransform(static_cast<int>(ADIOS::Transform_NONE)); }
218 int RequestExtent[6];
227 bool WriteInternal();
abstract base class for most VTK objects
GLenum GLenum GLenum input
void SetWriteModeToOnChange()
abstract class to specify dataset behavior
Abstract superclass for all arrays.
static vtkDataObjectAlgorithm * New()
void SetTransportMethodToMPIAggregate()
#define vtkGetMacro(name, type)
vtkMultiProcessController * Controller
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkSetClampMacro(name, type, min, max)
void SetTransportMethodToMPI()
GLsizei const GLfloat * value
concrete dataset represents vertices, lines, polygons, and triangle strips
#define vtkSetStringMacro(name)
void SetTransportMethodToNetCDF4()
#define vtkTypeMacro(thisClass, superclass)
void SetTransportMethodToDataSpaces()
void SetTransformToZLib()
void SetWriteModeToAlways()
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
std::map< std::string, size_t > NameIdMap
abstract superclass for arrays of numeric data
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetTransportMethodToPOSIX()
void SetTransportMethodToVarMerge()
virtual int FillInputPortInformation(int port, vtkInformation *info)
void SetTransportMethodToDIMES()
GLsizei const GLchar ** path
#define vtkGetStringMacro(name)
#define vtkGetObjectMacro(name, type)
Superclass for algorithms that produce only data object as output.
object to represent cell connectivity
void SetTransformToSZip()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
NameIdMap BlockStepIndexIdMap
std::vector< vtkTypeInt64 > BlockStepIndex
void SetTransportMethodToMPILustre()
#define vtkBooleanMacro(name, type)
void SetTransportMethodToFlexPath()
general representation of visualization data
GLsizei const GLchar ** string
represent and manipulate fields of data
#define vtkSetMacro(name, type)
Multiprocessing communication superclass.