28 #ifndef __vtkvmtkPolyDataCenterlineProjection_h 29 #define __vtkvmtkPolyDataCenterlineProjection_h 31 #include "vtkPolyDataAlgorithm.h" 33 #include "vtkvmtkWin32Header.h" 35 #include "vtkPolyData.h" 43 vtkSetObjectMacro(Centerlines,vtkPolyData);
44 vtkGetObjectMacro(Centerlines,vtkPolyData);
46 vtkSetMacro(UseRadiusInformation,
int);
47 vtkGetMacro(UseRadiusInformation,
int);
48 vtkBooleanMacro(UseRadiusInformation,
int);
50 vtkSetStringMacro(CenterlineRadiusArrayName);
51 vtkGetStringMacro(CenterlineRadiusArrayName);
57 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
vtkPolyData * Centerlines
char * CenterlineRadiusArrayName
Project all point data from a centerline onto a surface.