create wireframe outline for arbitrary data set
More...
#include <vtkPOutlineFilter.h>
Inherits vtkPolyDataAlgorithm.
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 34 of file vtkPOutlineFilter.h.
vtkPOutlineFilter::vtkPOutlineFilter |
( |
| ) |
|
|
protected |
vtkPOutlineFilter::~vtkPOutlineFilter |
( |
| ) |
|
|
protected |
static int vtkPOutlineFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkPOutlineFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkPOutlineFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkPOutlineFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
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 * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkPOutlineFilter::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkPOutlineFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
vtkMultiProcessController* vtkPOutlineFilter::Controller |
|
protected |
The documentation for this class was generated from the following file: