#include <vtkOutlineCornerFilter.h>
Inheritance diagram for vtkOutlineCornerFilter:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetCornerFactor (float) |
virtual float | GetCornerFactor () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkOutlineCornerFilter * | SafeDownCast (vtkObject *o) |
vtkOutlineCornerFilter * | New () |
Protected Methods | |
vtkOutlineCornerFilter () | |
~vtkOutlineCornerFilter () | |
vtkOutlineCornerFilter (const vtkOutlineCornerFilter &) | |
void | operator= (const vtkOutlineCornerFilter &) |
void | Execute () |
void | ExecuteInformation () |
Protected Attributes | |
vtkOutlineCornerSource * | OutlineCornerSource |
float | CornerFactor |
Definition at line 62 of file vtkOutlineCornerFilter.h.
|
|
|
|
|
Definition at line 79 of file vtkOutlineCornerFilter.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 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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkDataSetToPolyDataFilter. |
|
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 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 vtkSource. |
|
Construct outline corner filter with default corner factor = 0.2 Reimplemented from vtkPolyDataSource. |
|
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds |
|
|
|
Definition at line 80 of file vtkOutlineCornerFilter.h. |
|
Reimplemented from vtkSource. |
|
Reimplemented from vtkSource. |
|
Definition at line 82 of file vtkOutlineCornerFilter.h. |
|
Definition at line 86 of file vtkOutlineCornerFilter.h. |