28 #ifndef __vtkvmtkCenterlineEndpointExtractor_h 29 #define __vtkvmtkCenterlineEndpointExtractor_h 33 #include "vtkvmtkWin32Header.h" 39 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
43 vtkSetMacro(NumberOfEndpointSpheres,
int);
44 vtkGetMacro(NumberOfEndpointSpheres,
int);
46 vtkSetMacro(NumberOfGapSpheres,
int);
47 vtkGetMacro(NumberOfGapSpheres,
int);
49 vtkSetMacro(ExtractionMode,
int);
50 vtkGetMacro(ExtractionMode,
int);
52 { this->SetExtractionMode(VTK_VMTK_FIRST_ENDPOINT); }
54 { this->SetExtractionMode(VTK_VMTK_LAST_ENDPOINT); }
56 { this->SetExtractionMode(VTK_VMTK_BOTH_ENDPOINTS); }
73 VTK_VMTK_BOTH_ENDPOINTS
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
virtual void ComputeCenterlineSplitting(vtkPolyData *input, vtkIdType cellId)=0
Multipurpose filter used to bundle and blank split tracts in all "branch extractor" like methods...