#include <vtkExtractsDeliveryHelper.h>
Inherits vtkObject.
|
typedef std::map< std::string, std::pair< vtkSmartPointer< vtkTrivialProducer >, bool > > | ExtractConsumersType |
|
typedef std::map< std::string, vtkSmartPointer< vtkAlgorithmOutput > > | ExtractProducersType |
|
Definition at line 37 of file vtkExtractsDeliveryHelper.h.
◆ Superclass
◆ ExtractConsumersType
◆ ExtractProducersType
◆ vtkExtractsDeliveryHelper()
vtkExtractsDeliveryHelper::vtkExtractsDeliveryHelper |
( |
| ) |
|
|
protected |
◆ ~vtkExtractsDeliveryHelper()
vtkExtractsDeliveryHelper::~vtkExtractsDeliveryHelper |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkExtractsDeliveryHelper::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkExtractsDeliveryHelper::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkExtractsDeliveryHelper::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkExtractsDeliveryHelper::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetProcessIsProducer()
virtual void vtkExtractsDeliveryHelper::SetProcessIsProducer |
( |
bool |
| ) |
|
|
virtual |
◆ GetProcessIsProducer()
virtual bool vtkExtractsDeliveryHelper::GetProcessIsProducer |
( |
| ) |
|
|
virtual |
◆ SetSimulation2VisualizationController()
void vtkExtractsDeliveryHelper::SetSimulation2VisualizationController |
( |
vtkSocketController * |
| ) |
|
◆ SetParallelController()
void vtkExtractsDeliveryHelper::SetParallelController |
( |
vtkMultiProcessController * |
| ) |
|
◆ ClearAllExtracts()
void vtkExtractsDeliveryHelper::ClearAllExtracts |
( |
| ) |
|
◆ AddExtractConsumer()
void vtkExtractsDeliveryHelper::AddExtractConsumer |
( |
const char * |
key, |
|
|
vtkTrivialProducer * |
consumer |
|
) |
| |
◆ RemoveExtractConsumer()
void vtkExtractsDeliveryHelper::RemoveExtractConsumer |
( |
const char * |
key | ) |
|
◆ AddExtractProducer()
void vtkExtractsDeliveryHelper::AddExtractProducer |
( |
const char * |
key, |
|
|
vtkAlgorithmOutput * |
producerPort |
|
) |
| |
◆ Update()
bool vtkExtractsDeliveryHelper::Update |
( |
| ) |
|
Returns true if the data has been made available.
◆ SetNumberOfVisualizationProcesses()
virtual void vtkExtractsDeliveryHelper::SetNumberOfVisualizationProcesses |
( |
int |
| ) |
|
|
virtual |
◆ GetNumberOfVisualizationProcesses()
virtual int vtkExtractsDeliveryHelper::GetNumberOfVisualizationProcesses |
( |
| ) |
|
|
virtual |
◆ SetNumberOfSimulationProcesses()
virtual void vtkExtractsDeliveryHelper::SetNumberOfSimulationProcesses |
( |
int |
| ) |
|
|
virtual |
◆ GetNumberOfSimulationProcesses()
virtual int vtkExtractsDeliveryHelper::GetNumberOfSimulationProcesses |
( |
| ) |
|
|
virtual |
◆ Collect()
vtkDataObject* vtkExtractsDeliveryHelper::Collect |
( |
int |
nodes_to_collect_to, |
|
|
vtkDataObject * |
|
|
) |
| |
|
protected |
◆ ProcessIsProducer
bool vtkExtractsDeliveryHelper::ProcessIsProducer |
|
protected |
◆ NumberOfSimulationProcesses
int vtkExtractsDeliveryHelper::NumberOfSimulationProcesses |
|
protected |
◆ NumberOfVisualizationProcesses
int vtkExtractsDeliveryHelper::NumberOfVisualizationProcesses |
|
protected |
◆ ExtractConsumers
◆ ExtractProducers
◆ Simulation2VisualizationController
vtkSmartPointer<vtkSocketController> vtkExtractsDeliveryHelper::Simulation2VisualizationController |
|
protected |
◆ ParallelController
vtkSmartPointer<vtkMultiProcessController> vtkExtractsDeliveryHelper::ParallelController |
|
protected |
The documentation for this class was generated from the following file: