#include <vtkPOutlineCornerFilter.h>
Inheritance diagram for vtkPOutlineCornerFilter:
vtkPOutlineCornerFilter works like vtkOutlineCornerFilter, but it looks for data partitions in other processes. It assmues the fitler is operation in a data parallel pipeline.
Definition at line 35 of file vtkPOutlineCornerFilter.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 (float) |
virtual float | GetCornerFactor () |
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkPOutlineCornerFilter * | SafeDownCast (vtkObject *o) |
vtkPOutlineCornerFilter * | New () |
Protected Member Functions | |
vtkPOutlineCornerFilter () | |
~vtkPOutlineCornerFilter () | |
void | Execute () |
void | ExecuteInformation () |
Protected Attributes | |
vtkMultiProcessController * | Controller |
vtkOutlineCornerSource * | OutlineCornerSource |
float | CornerFactor |
|
Reimplemented from vtkDataSetToPolyDataFilter. Definition at line 38 of file vtkPOutlineCornerFilter.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 vtkObject.
|
|
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 |
|
Set and get the controller. |
|
Set and get the controller. |
|
This method is the old style execute method Reimplemented from vtkSource.
|
|
Reimplemented from vtkSource.
|
|
Definition at line 61 of file vtkPOutlineCornerFilter.h. |
|
Definition at line 62 of file vtkPOutlineCornerFilter.h. |
|
Definition at line 66 of file vtkPOutlineCornerFilter.h. |