#include <vtkPOutlineCornerFilter.h>
vtkPOutlineCornerFilter works like vtkOutlineCornerFilter, but it looks for data partitions in other processes. It assumes the filter is operated in a data parallel pipeline.
Definition at line 31 of file vtkPOutlineCornerFilter.h.
vtkPOutlineCornerFilter::vtkPOutlineCornerFilter | ( | ) | [protected] |
vtkPOutlineCornerFilter::~vtkPOutlineCornerFilter | ( | ) | [protected] |
virtual const char* vtkPOutlineCornerFilter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPolyDataAlgorithm.
static int vtkPOutlineCornerFilter::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkPolyDataAlgorithm.
virtual int vtkPOutlineCornerFilter::IsA | ( | const char * | name | ) | [virtual] |
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 vtkPolyDataAlgorithm.
static vtkPOutlineCornerFilter* vtkPOutlineCornerFilter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPolyDataAlgorithm.
void vtkPOutlineCornerFilter::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
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 vtkPolyDataAlgorithm.
static vtkPOutlineCornerFilter* vtkPOutlineCornerFilter::New | ( | ) | [static] |
Construct outline corner filter with default corner factor = 0.2
Reimplemented from vtkPolyDataAlgorithm.
virtual void vtkPOutlineCornerFilter::SetCornerFactor | ( | double | ) | [virtual] |
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
virtual double vtkPOutlineCornerFilter::GetCornerFactor | ( | ) | [virtual] |
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds
virtual void vtkPOutlineCornerFilter::SetController | ( | vtkMultiProcessController * | ) | [virtual] |
Set and get the controller.
virtual vtkMultiProcessController* vtkPOutlineCornerFilter::GetController | ( | ) | [virtual] |
Set and get the controller.
virtual int vtkPOutlineCornerFilter::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPolyDataAlgorithm.
virtual int vtkPOutlineCornerFilter::RequestInformation | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
Reimplemented from vtkPolyDataAlgorithm.
virtual int vtkPOutlineCornerFilter::FillInputPortInformation | ( | int | port, | |
vtkInformation * | info | |||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkPolyDataAlgorithm.
Definition at line 57 of file vtkPOutlineCornerFilter.h.
Definition at line 58 of file vtkPOutlineCornerFilter.h.
double vtkPOutlineCornerFilter::CornerFactor [protected] |
Definition at line 63 of file vtkPOutlineCornerFilter.h.