#include <vtkKitwareCutter.h>
Inheritance diagram for vtkKitwareCutter:
vtkKitwareCutter 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.
In VTK, cutting means reducing a cell of dimension N to a cut surface of dimension N-1. For example, a tetrahedron when cut by a plane (i.e., vtkPlane implicit function) will generate triangles. (Clipping takes a N dimensional cell and creates N dimension primitives.)
vtkKitwareCutter is generally used to "slice-through" a dataset, generating a surface that can be visualized. It is also possible to use vtkKitwareCutter to do a form of volume rendering. vtkKitwareCutter does this by generating multiple cut surfaces (usually planes) which are ordered (and rendered) from back-to-front. The surfaces are set translucent to give a volumetric rendering effect.
vtkKitwareCutter uses the synchronized templates algorithm to do contouring.
Definition at line 56 of file vtkKitwareCutter.h.
Public Types | |
typedef vtkCutter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
vtkKitwareCutter * | New () |
int | IsTypeOf (const char *type) |
vtkKitwareCutter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkKitwareCutter () | |
~vtkKitwareCutter () | |
void | Execute () |
void | StructuredPointsCutter () |
void | StructuredGridCutter () |
void | RectilinearGridCutter () |
|
Reimplemented from vtkCutter. Definition at line 60 of file vtkKitwareCutter.h. |
|
|
|
|
|
Construct with user-specified implicit function; initial value of 0.0; and generating cut scalars turned off. Reimplemented from vtkCutter. |
|
Reimplemented from vtkCutter. |
|
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 vtkCutter. |
|
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 vtkCutter. |
|
Reimplemented from vtkCutter. |
|
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 vtkCutter. |
|
This method is the old style execute method Reimplemented from vtkCutter. |
|
|
|
|
|
|