#include <vtkOutlineCornerFilter.h>
Inheritance diagram for vtkOutlineCornerFilter:
vtkOutlineCornerFilter is a filter that generates wireframe outline corners of any data set. The outline consists of the eight corners of the dataset bounding box.
Definition at line 43 of file vtkOutlineCornerFilter.h.
Public Types | |
typedef vtkDataSetToPolyDataFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetCornerFactor (double) |
virtual double | GetCornerFactor () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkOutlineCornerFilter * | SafeDownCast (vtkObject *o) |
vtkOutlineCornerFilter * | New () |
Protected Member Functions | |
vtkOutlineCornerFilter () | |
~vtkOutlineCornerFilter () | |
void | Execute () |
void | ExecuteInformation () |
Protected Attributes | |
vtkOutlineCornerSource * | OutlineCornerSource |
double | CornerFactor |
|
Reimplemented from vtkDataSetToPolyDataFilter. Definition at line 46 of file vtkOutlineCornerFilter.h. |
|
|
|
|
|
Reimplemented from vtkDataSetToPolyDataFilter. |
|
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 vtkDataSetToPolyDataFilter. |
|
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 vtkDataSetToPolyDataFilter. |
|
Reimplemented from vtkDataSetToPolyDataFilter. |
|
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 vtkDataSetToPolyDataFilter. |
|
Construct outline corner filter with default corner factor = 0.2 Reimplemented from vtkAlgorithm. |
|
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds |
|
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
Reimplemented from vtkSource. |
|
Definition at line 63 of file vtkOutlineCornerFilter.h. |
|
Definition at line 67 of file vtkOutlineCornerFilter.h. |