Go to the documentation of this file.
28 #ifndef vtk__Int64Array_h
29 #define vtk__Int64Array_h
32 #if !defined(vtk__Int64Array_cxx)
33 # define VTK_DATA_ARRAY_TEMPLATE_TYPE __int64
42 #define vtkDataArray vtkDataArrayTemplate<__int64>
57 #if defined(__WRAP__) || defined (__WRAP_GCCXML__)
#define VTKCOMMONCORE_EXPORT
static __int64 GetDataTypeValueMax()
#define vtkTypeMacro(thisClass, superclass)
abstract superclass for arrays of numeric data
static __int64 GetDataTypeValueMin()
void PrintSelf(ostream &os, vtkIndent indent)
dynamic, self-adjusting array of __int64
#define vtkCreateWrappedArrayInterface(T)
a simple class to control print indentation
static vtk__Int64Array * New()
vtk__Int64Array(vtkIdType numComp=1)
Implementation template for vtkDataArray.