#include <vtkOutlineCornerSource.h>
Inheritance diagram for vtkOutlineCornerSource:
vtkOutlineCornerSource creates wireframe outline corners around a user-specified bounding box.
Definition at line 38 of file vtkOutlineCornerSource.h.
Public Types | |
typedef vtkOutlineSource | 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) |
vtkOutlineCornerSource * | SafeDownCast (vtkObject *o) |
vtkOutlineCornerSource * | New () |
Protected Member Functions | |
vtkOutlineCornerSource () | |
~vtkOutlineCornerSource () | |
void | Execute () |
Protected Attributes | |
double | CornerFactor |
|
Reimplemented from vtkOutlineSource. Definition at line 41 of file vtkOutlineCornerSource.h. |
|
|
|
Definition at line 56 of file vtkOutlineCornerSource.h. |
|
Reimplemented from vtkOutlineSource. |
|
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 vtkOutlineSource. |
|
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 vtkOutlineSource. |
|
Reimplemented from vtkOutlineSource. |
|
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 vtkOutlineSource. |
|
Construct outline corner source with default corner factor = 0.2 Reimplemented from vtkOutlineSource. |
|
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 vtkOutlineSource. |
|
Definition at line 60 of file vtkOutlineCornerSource.h. |