13 #ifndef vtkConstantDoubleArray_h 14 #define vtkConstantDoubleArray_h 16 #include "vtkConstantArray.h" 22 #define vtkDataArray vtkConstantArray<double> 36 #if defined(__VTK_WRAP__) || defined(__WRAP_GCCXML__) 37 vtkCreateReadOnlyWrappedArrayInterface(
double);
59 void ConstructBackend(
double value);
66 typedef vtkConstantArray<double> RealSuperclass;
#define VTKCOMMONCORE_EXPORT
#define VTK_ABI_NAMESPACE_END
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTK_ABI_NAMESPACE_BEGIN
vtkArrayDownCast_FastCastMacro(vtkConstantDoubleArray)
void operator=(const vtkObjectBase &)
constant implicit array of double.
static vtkConstantDoubleArray * FastDownCast(vtkAbstractArray *source)
A faster alternative to SafeDownCast for downcasting vtkAbstractArrays.