23 #ifndef vtkXdmfDataArray_h
24 #define vtkXdmfDataArray_h
26 #include "vtkIOXdmf2Module.h"
46 vtkDataArray* FromXdmfArray(
char* ArrayName =
nullptr,
int CopyShape = 1,
int rank = 1,
47 int Components = 1,
int MakeCopy = 1);
49 char* ToXdmfArray(
vtkDataArray* DataArray =
nullptr,
int CopyShape = 1);
51 void SetArray(
char* TagName);
64 xdmf2::XdmfArray* Array;
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Abstract interface for N-dimensional arrays.
a simple class to control print indentation
abstract superclass for arrays of numeric data
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...