VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkPOutlineCornerFilter Class Reference

create wireframe outline corners for arbitrary data set More...

#include <vtkPOutlineCornerFilter.h>

Inheritance diagram for vtkPOutlineCornerFilter:
Inheritance graph
[legend]
Collaboration diagram for vtkPOutlineCornerFilter:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkPolyDataAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPOutlineCornerFilterNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual double GetCornerFactor ()
virtual void SetCornerFactor (double cornerFactor)
virtual double GetCornerFactorMinValue ()
virtual double GetCornerFactorMaxValue ()
virtual void SetController (vtkMultiProcessController *)
virtual vtkMultiProcessControllerGetController ()

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPOutlineCornerFilterSafeDownCast (vtkObjectBase *o)
static vtkPOutlineCornerFilterNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPOutlineCornerFilter ()
 ~vtkPOutlineCornerFilter ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation (int port, vtkInformation *info)

Protected Attributes

vtkMultiProcessControllerController
vtkOutlineCornerSourceOutlineCornerSource
double CornerFactor

Detailed Description

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.


Member Typedef Documentation

Reimplemented from vtkPolyDataAlgorithm.

Definition at line 37 of file vtkPOutlineCornerFilter.h.


Constructor & Destructor Documentation


Member Function Documentation

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.

Reimplemented from vtkPolyDataAlgorithm.

virtual vtkObjectBase* vtkPOutlineCornerFilter::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkPolyDataAlgorithm.

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.

Construct outline corner filter with default corner factor = 0.2

Reimplemented from vtkPolyDataAlgorithm.

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

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.

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.

Set and get the controller.

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.

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.


Member Data Documentation

Definition at line 66 of file vtkPOutlineCornerFilter.h.

Definition at line 67 of file vtkPOutlineCornerFilter.h.

Definition at line 72 of file vtkPOutlineCornerFilter.h.


The documentation for this class was generated from the following file: