vtkCutter - Cut vtkDataSet with user-specified implicit function
Super Class: vtkDataSetToPolyDataFilter
Description:
vtkCutter is a filter to cut through data using any subclass of vtkImplicitFunction. That is, a polygonal surface is created corresponding to the implicit function F(x,y,z) = value(s), where you can specify one or more values used to cut with.
See Also:
Methods:
| void vtkCutter (vtkImplicitFunction *) | |
| void vtkCutter () | |
| const char *GetClassName () | |
| void PrintSelf (unknown & ,vtkIndent ) | |
| static vtkCutter *New () | |
| void SetValue (int ,float ) | |
| float GetValue (int ) | |
| float *GetValues () | |
| void GetValues (float *) | |
| void SetNumberOfContours (int ) | |
| int GetNumberOfContours () | |
| void GenerateValues (int ,float ) | |
| void GenerateValues (int ,float ,float ) | |
| unsigned long GetMTime () | |
| void SetCutFunction (vtkImplicitFunction *) | |
| vtkImplicitFunction *GetCutFunction () | |
| void SetGenerateCutScalars (int ) | |
| int GetGenerateCutScalars () | |
| void GenerateCutScalarsOn () | |
| void GenerateCutScalarsOff () | |
| void SetLocator (vtkPointLocator *) | |
| vtkPointLocator *GetLocator () | |
| void SetSortBy (int ) | |
| int GetSortBy () | |
| void SetSortByToSortByValue () | |
| void SetSortByToSortByCell () | |
| char *GetSortByAsString () | |
| void CreateDefaultLocator () | |
| void SetLocator (vtkPointLocator &) | |
| void Execute () |
Detailed Method Descriptions:
![]()
| static vtkCutter *New () |
![]()
| void SetValue (int ,float ) |
![]()
| float GetValue (int ) |
![]()
| float *GetValues () |
![]()
| void GetValues (float *) |
![]()
| void SetNumberOfContours (int ) |
![]()
| int GetNumberOfContours () |
![]()
| void GenerateValues (int ,float ) | |
| void GenerateValues (int ,float ,float ) |
![]()
| unsigned long GetMTime () |
![]()
| void SetGenerateCutScalars (int ) | |
| int GetGenerateCutScalars () | |
| void GenerateCutScalarsOn () | |
| void GenerateCutScalarsOff () |
![]()
| void SetLocator (vtkPointLocator *) | |
| vtkPointLocator *GetLocator () |
![]()
| void SetSortBy (int ) | |
| int GetSortBy () | |
| void SetSortByToSortByValue () | |
| void SetSortByToSortByCell () | |
| char *GetSortByAsString () |
![]()
| void CreateDefaultLocator () |
![]()
| void SetLocator (vtkPointLocator &) |
![]()