Superclass for algorithms that produce only vtkCompositeDataSet as output.
More...
#include <vtkCompositeDataSetAlgorithm.h>
Inherits vtkAlgorithm.
|
| | vtkCompositeDataSetAlgorithm () |
| |
| | ~vtkCompositeDataSetAlgorithm () |
| |
| virtual vtkExecutive * | CreateDefaultExecutive () |
| |
| virtual int | FillOutputPortInformation (int port, vtkInformation *info) |
| |
| virtual int | FillInputPortInformation (int port, vtkInformation *info) |
| |
| vtkDataObject * | GetInput (int port) |
| |
|
| virtual int | RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| |
|
| virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| |
|
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| |
|
| virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| |
Superclass for algorithms that produce only vtkCompositeDataSet as output.
Algorithms that take any type of data object (including composite dataset) and produce a vtkCompositeDataSet in the output can subclass from this class.
Definition at line 30 of file vtkCompositeDataSetAlgorithm.h.
| vtkCompositeDataSetAlgorithm::vtkCompositeDataSetAlgorithm |
( |
| ) |
|
|
protected |
| vtkCompositeDataSetAlgorithm::~vtkCompositeDataSetAlgorithm |
( |
| ) |
|
|
inlineprotected |
| virtual const char* vtkCompositeDataSetAlgorithm::GetClassName |
( |
| ) |
|
|
virtual |
| static int vtkCompositeDataSetAlgorithm::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
| virtual int vtkCompositeDataSetAlgorithm::IsA |
( |
const char * |
type | ) |
|
|
virtual |
| void vtkCompositeDataSetAlgorithm::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
Get the output data object for a port on this algorithm.
Get the output data object for a port on this algorithm.
Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.
| void vtkCompositeDataSetAlgorithm::SetInput |
( |
int |
, |
|
|
vtkDataObject * |
|
|
) |
| |
Set an input of this algorithm. You should not override these methods because they are not the only way to connect a pipeline. Note that these methods support old-style pipeline connections. When writing new code you should use the more general vtkAlgorithm::SetInputConnection(). These methods transform the input index to the input port index, not an index of a connection within a single port.
see vtkAlgorithm for details
| virtual vtkExecutive* vtkCompositeDataSetAlgorithm::CreateDefaultExecutive |
( |
| ) |
|
|
protectedvirtual |
| virtual int vtkCompositeDataSetAlgorithm::FillOutputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
| virtual int vtkCompositeDataSetAlgorithm::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
| vtkDataObject* vtkCompositeDataSetAlgorithm::GetInput |
( |
int |
port | ) |
|
|
protected |
The documentation for this class was generated from the following file: