#include <vtkExtractPolyDataGeometry.h>
Inheritance diagram for vtkExtractPolyDataGeometry:
vtkExtractPolyDataGeometry extracts from its input vtkPolyData all cells that are either completely inside or outside of a specified implicit function. This filter is specialized to vtkPolyData. On output the filter generates vtkPolyData.
To use this filter you must specify an implicit function. You must also specify whethter to extract cells lying inside or outside of the implicit function. (The inside of an implicit function is the negative values region.) An option exists to extract cells that are neither inside or outside (i.e., boundary).
A more general version of this filter is available for arbitrary vtkDataSet input (see vtkExtractGeometry).
Definition at line 51 of file vtkExtractPolyDataGeometry.h.
|
Reimplemented from vtkPolyDataToPolyDataFilter. Definition at line 54 of file vtkExtractPolyDataGeometry.h. |
|
|
|
|
|
Reimplemented from vtkPolyDataToPolyDataFilter.
|
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataToPolyDataFilter.
|
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataToPolyDataFilter.
|
|
Reimplemented from vtkPolyDataToPolyDataFilter.
|
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPolyDataToPolyDataFilter.
|
|
Construct object with ExtractInside turned on. Reimplemented from vtkObject.
|
|
Return the MTime taking into account changes to the implicit function Reimplemented from vtkObject.
|
|
Specify the implicit function for inside/outside checks. |
|
Specify the implicit function for inside/outside checks. |
|
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0). |
|
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0). |
|
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0). |
|
Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0). |
|
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off. |
|
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off. |
|
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off. |
|
Boolean controls whether to extract cells that are partially inside. By default, ExtractBoundaryCells is off. |
|
This method is the old style execute method Reimplemented from vtkSource.
|
|
Definition at line 93 of file vtkExtractPolyDataGeometry.h. |
|
Definition at line 94 of file vtkExtractPolyDataGeometry.h. |
|
Definition at line 95 of file vtkExtractPolyDataGeometry.h. |