26 #ifndef __vtkvmtkTopologicalSeamFilter_h 27 #define __vtkvmtkTopologicalSeamFilter_h 29 #include "vtkPolyDataAlgorithm.h" 30 #include "vtkImplicitFunction.h" 31 #include "vtkvmtkWin32Header.h" 37 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
41 vtkSetVectorMacro(ClosestPoint,
double,3);
42 vtkGetVectorMacro(ClosestPoint,
double,3);
44 vtkSetStringMacro(SeamScalarsArrayName);
45 vtkGetStringMacro(SeamScalarsArrayName);
47 vtkSetObjectMacro(SeamFunction,vtkImplicitFunction);
48 vtkGetObjectMacro(SeamFunction,vtkImplicitFunction);
54 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
56 double ClosestPoint[3];
char * SeamScalarsArrayName
vtkImplicitFunction * SeamFunction
Create a feature edge on a surface from a point and implicit plane function.