28 #ifndef __vtkvmtkPolyDataNormalPlaneEstimator_h 29 #define __vtkvmtkPolyDataNormalPlaneEstimator_h 31 #include "vtkPolyDataAlgorithm.h" 32 #include "vtkvmtkWin32Header.h" 38 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
42 vtkSetMacro(OriginPointId,vtkIdType);
43 vtkGetMacro(OriginPointId,vtkIdType);
45 vtkGetVectorMacro(Origin,
double,3);
46 vtkGetVectorMacro(Normal,
double,3);
48 vtkSetMacro(UseConnectivity,
int);
49 vtkGetMacro(UseConnectivity,
int);
50 vtkBooleanMacro(UseConnectivity,
int);
52 vtkSetMacro(MinimumNeighborhoodSize,
int);
53 vtkGetMacro(MinimumNeighborhoodSize,
int);
59 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
int MinimumNeighborhoodSize
calculate the normal plane alone a centerline path