21 #ifndef vtkOTUtilities_h 22 #define vtkOTUtilities_h 24 #include "vtkOTConfig.h" 26 #if (OPENTURNS_VERSION_MAJOR == 1 && OPENTURNS_VERSION_MINOR == 8) 29 class NumericalSample;
30 typedef NumericalSample Sample;
static OT::Sample * ArrayToSample(vtkDataArray *arr)
Methods to convert a multi-component array into a Sample.
static vtkDataArray * SampleToArray(OT::Sample *ns)
Methods to convert a Sample into a multi-component array.
static OT::Sample * SingleDimArraysToSample(vtkDataArrayCollection *arrays)
Methods to convert a collection of uni-dimensional data array into a single Sample The number of arra...
abstract superclass for arrays of numeric data
maintain an ordered list of dataarray objects
Set of utilities for OpenTURNS<->VTK conversions.
represent and manipulate 3D points