28 #ifndef __vtkvmtkStreamlineOsculatingCentersFilter_h 29 #define __vtkvmtkStreamlineOsculatingCentersFilter_h 31 #include "vtkPolyDataAlgorithm.h" 32 #include "vtkvmtkWin32Header.h" 38 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
42 vtkSetObjectMacro(VoronoiDiagram,vtkPolyData);
43 vtkGetObjectMacro(VoronoiDiagram,vtkPolyData);
45 vtkSetStringMacro(VoronoiSheetIdsArrayName);
46 vtkGetStringMacro(VoronoiSheetIdsArrayName);
48 vtkGetObjectMacro(OsculatingCenters,vtkPolyData);
54 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
vtkPolyData * VoronoiDiagram
Cluster streamlines based on Mahalanobis distance metric and K-Means clustering.
vtkPolyData * OsculatingCenters
char * VoronoiSheetIdsArrayName