vtkSelectionDeliveryFilter is a filter that can deliver vtkSelection from data-server nodes to the client.
More...
#include <vtkSelectionDeliveryFilter.h>
Inherits vtkSelectionAlgorithm.
vtkSelectionDeliveryFilter is a filter that can deliver vtkSelection from data-server nodes to the client.
This should not be instantiated on the pure-render-server nodes to avoid odd side effects (We can fix this later if the need arises).
Definition at line 33 of file vtkSelectionDeliveryFilter.h.
§ Superclass
§ vtkSelectionDeliveryFilter()
vtkSelectionDeliveryFilter::vtkSelectionDeliveryFilter |
( |
| ) |
|
|
protected |
§ ~vtkSelectionDeliveryFilter()
vtkSelectionDeliveryFilter::~vtkSelectionDeliveryFilter |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkSelectionDeliveryFilter::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkSelectionDeliveryFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkSelectionDeliveryFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkSelectionDeliveryFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ FillInputPortInformation()
virtual int vtkSelectionDeliveryFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
§ RequestData()
virtual int vtkSelectionDeliveryFilter::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
§ ReductionFilter
§ DeliveryFilter
The documentation for this class was generated from the following file: