VTK
|
create wireframe outline for arbitrary data set More...
#include <vtkPOutlineFilter.h>
Public Types | |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPOutlineFilter * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetController (vtkMultiProcessController *) |
virtual vtkMultiProcessController * | GetController () |
Static Public Member Functions | |
static vtkPOutlineFilter * | New () |
static int | IsTypeOf (const char *type) |
static vtkPOutlineFilter * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPOutlineFilter () | |
~vtkPOutlineFilter () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Protected Attributes | |
vtkMultiProcessController * | Controller |
vtkOutlineSource * | OutlineSource |
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.
Definition at line 34 of file vtkPOutlineFilter.h.
Reimplemented from vtkPolyDataAlgorithm.
Definition at line 38 of file vtkPOutlineFilter.h.
vtkPOutlineFilter::vtkPOutlineFilter | ( | ) | [protected] |
vtkPOutlineFilter::~vtkPOutlineFilter | ( | ) | [protected] |
static vtkPOutlineFilter* vtkPOutlineFilter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataAlgorithm.
static vtkPOutlineFilter* vtkPOutlineFilter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPolyDataAlgorithm.
virtual vtkObjectBase* vtkPOutlineFilter::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPolyDataAlgorithm.
vtkPOutlineFilter* vtkPOutlineFilter::NewInstance | ( | ) | const |
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.
vtkMultiProcessController* vtkPOutlineFilter::Controller [protected] |
Definition at line 51 of file vtkPOutlineFilter.h.
vtkOutlineSource* vtkPOutlineFilter::OutlineSource [protected] |
Definition at line 52 of file vtkPOutlineFilter.h.