vtkExtractGeometry - extract cells that lie either entirely inside or outside of a specified implicit function
Super Class: vtkDataSetToUnstructuredGridFilter
Description:
vtkExtractGeometry extracts from its input dataset all cells that are either completely inside or outside of a specified implicit function. Any type of dataset can be input to this filter. On output the filter generates an unstructured grid.
See Also:
Methods:
![]() | void vtkExtractGeometry (vtkImplicitFunction *) |
![]() | void vtkExtractGeometry () |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | static vtkExtractGeometry *New () |
![]() | unsigned long GetMTime () |
![]() | void SetImplicitFunction (vtkImplicitFunction *) |
![]() | vtkImplicitFunction *GetImplicitFunction () |
![]() | void SetExtractInside (int ) |
![]() | int GetExtractInside () |
![]() | void ExtractInsideOn () |
![]() | void ExtractInsideOff () |
![]() | void Execute () |
Detailed Method Descriptions:
![]() | static vtkExtractGeometry *New () |
![]() | unsigned long GetMTime () |
![]() | void SetImplicitFunction (vtkImplicitFunction *) |
![]() | vtkImplicitFunction *GetImplicitFunction () |
![]() | void SetExtractInside (int ) |
![]() | int GetExtractInside () |
![]() | void ExtractInsideOn () |
![]() | void ExtractInsideOff () |