#include <vtkStripper.h>
Inheritance diagram for vtkStripper:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetMaximumLength (int) |
virtual int | GetMaximumLength () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkStripper * | SafeDownCast (vtkObject *o) |
vtkStripper * | New () |
Protected Methods | |
vtkStripper () | |
~vtkStripper () | |
vtkStripper (const vtkStripper &) | |
void | operator= (const vtkStripper &) |
void | Execute () |
Protected Attributes | |
int | MaximumLength |
vtkStripper is a filter that generates triangle strips and/or poly-lines from input polygons, triangle strips, and lines. Input polygons are assumed to be triangles. (Use vtkTriangleFilter to triangulate non-triangular polygons.) The filter will pass through (to the output) vertices if they are present in the input poly-data.
The ivar MaximumLength can be used to control the maximum allowable triangle strip and poly-line length.
Definition at line 72 of file vtkStripper.h.
|
|
|
Definition at line 88 of file vtkStripper.h. |
|
Definition at line 89 of file vtkStripper.h. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataToPolyDataFilter. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 vtkSource. |
|
Construct object with MaximumLength set to 1000. Reimplemented from vtkPolyDataSource. |
|
Specify the maximum number of triangles in a triangle strip, and/or the maximum number of lines in a poly-line. |
|
|
|
Definition at line 90 of file vtkStripper.h. |
|
Reimplemented from vtkSource. |
|
Definition at line 95 of file vtkStripper.h. |