vtkPOutlineFilter Class Reference

#include <vtkPOutlineFilter.h>

Inheritance diagram for vtkPOutlineFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkPOutlineFilter:

Collaboration graph
[legend]

List of all members.


Detailed Description

create wireframe outline for arbitrary data set

vtkPOutlineFilter works like vtkOutlineFilter, but it looks for data partitions in other processes. It assumes the filter is operated in a data parallel pipeline.

Tests:
vtkPOutlineFilter (Tests)

Definition at line 33 of file vtkPOutlineFilter.h.


Public Types

typedef vtkPolyDataAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetController (vtkMultiProcessController *)
virtual vtkMultiProcessControllerGetController ()

Static Public Member Functions

static vtkPOutlineFilterNew ()
static int IsTypeOf (const char *type)
static vtkPOutlineFilterSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPOutlineFilter ()
 ~vtkPOutlineFilter ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation (int port, vtkInformation *info)

Protected Attributes

vtkMultiProcessControllerController
vtkOutlineSourceOutlineSource

Member Typedef Documentation

Reimplemented from vtkPolyDataAlgorithm.

Definition at line 37 of file vtkPOutlineFilter.h.


Constructor & Destructor Documentation

vtkPOutlineFilter::vtkPOutlineFilter (  )  [protected]

vtkPOutlineFilter::~vtkPOutlineFilter (  )  [protected]


Member Function Documentation

static vtkPOutlineFilter* vtkPOutlineFilter::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkPolyDataAlgorithm.

virtual const char* vtkPOutlineFilter::GetClassName (  )  [virtual]

Reimplemented from vtkPolyDataAlgorithm.

static int vtkPOutlineFilter::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkPolyDataAlgorithm.

virtual int vtkPOutlineFilter::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkPolyDataAlgorithm.

static vtkPOutlineFilter* vtkPOutlineFilter::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkPolyDataAlgorithm.

void vtkPOutlineFilter::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.

virtual void vtkPOutlineFilter::SetController ( vtkMultiProcessController  )  [virtual]

Set and get the controller.

virtual vtkMultiProcessController* vtkPOutlineFilter::GetController (  )  [virtual]

Set and get the controller.

virtual int vtkPOutlineFilter::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 vtkPOutlineFilter::RequestInformation ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

Reimplemented from vtkPolyDataAlgorithm.

virtual int vtkPOutlineFilter::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 50 of file vtkPOutlineFilter.h.

Definition at line 51 of file vtkPOutlineFilter.h.


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

Generated on Sat Dec 27 13:44:32 2008 for VTK by  doxygen 1.5.6