#include <ttkMacros.h>
#include <ttkTopologicalSkeleton.h>
#include <ttkUtils.h>
#include <vtkCellData.h>
#include <vtkDataArray.h>
#include <vtkDataObject.h>
#include <vtkDataSet.h>
#include <vtkDoubleArray.h>
#include <vtkFloatArray.h>
#include <vtkIdTypeArray.h>
#include <vtkInformation.h>
#include <vtkNew.h>
#include <vtkPointData.h>
#include <vtkPolyData.h>
#include <vtkSignedCharArray.h>
#include <vtkUnsignedCharArray.h>
Go to the source code of this file.
◆ setArray()
template<typename vtkArrayType, typename vectorType>
| void setArray |
( |
vtkArrayType & | vtkArray, |
|
|
vectorType & | vector ) |
◆ vtkStandardNewMacro()