create wireframe outline corners for arbitrary data set
More...
#include <vtkPOutlineCornerFilter.h>
Inherits vtkPolyDataAlgorithm.
create wireframe outline corners for arbitrary data set
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 34 of file vtkPOutlineCornerFilter.h.
vtkPOutlineCornerFilter::vtkPOutlineCornerFilter |
( |
| ) |
|
|
protected |
vtkPOutlineCornerFilter::~vtkPOutlineCornerFilter |
( |
| ) |
|
|
protected |
static int vtkPOutlineCornerFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkPOutlineCornerFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkPOutlineCornerFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkPOutlineCornerFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
Construct outline corner filter with default corner factor = 0.2
virtual void vtkPOutlineCornerFilter::SetCornerFactor |
( |
double |
cornerFactor | ) |
|
|
virtual |
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds Typically vtkSetClampMacro(CornerFactor, double, 0.001, 0.5) would used but since we are chaining this to an internal method we rewrite the code in the macro
virtual double vtkPOutlineCornerFilter::GetCornerFactorMinValue |
( |
| ) |
|
|
inlinevirtual |
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds Typically vtkSetClampMacro(CornerFactor, double, 0.001, 0.5) would used but since we are chaining this to an internal method we rewrite the code in the macro
Definition at line 50 of file vtkPOutlineCornerFilter.h.
virtual double vtkPOutlineCornerFilter::GetCornerFactorMaxValue |
( |
| ) |
|
|
inlinevirtual |
Set/Get the factor that controls the relative size of the corners to the length of the corresponding bounds Typically vtkSetClampMacro(CornerFactor, double, 0.001, 0.5) would used but since we are chaining this to an internal method we rewrite the code in the macro
Definition at line 51 of file vtkPOutlineCornerFilter.h.
virtual double vtkPOutlineCornerFilter::GetCornerFactor |
( |
| ) |
|
|
virtual |
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 * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkPOutlineCornerFilter::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkPOutlineCornerFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
vtkMultiProcessController* vtkPOutlineCornerFilter::Controller |
|
protected |
double vtkPOutlineCornerFilter::CornerFactor |
|
protected |
The documentation for this class was generated from the following file: