|
ParaView
|
appends all vtkUnstructuredGrid leaves of the input composite dataset to a single vtkUnstructuredGrid. More...
#include <vtkCompositeDataToUnstructuredGridFilter.h>


appends all vtkUnstructuredGrid leaves of the input composite dataset to a single vtkUnstructuredGrid.
vtkCompositeDataToUnstructuredGridFilter appends all vtkUnstructuredGrid leaves of the input composite dataset to a single unstructure grid. The subtree to be combined can be chosen using the SubTreeCompositeIndex. If the SubTreeCompositeIndex is a leaf node, then no appending is required.
Definition at line 34 of file vtkCompositeDataToUnstructuredGridFilter.h.
| vtkCompositeDataToUnstructuredGridFilter::vtkCompositeDataToUnstructuredGridFilter | ( | ) | [protected] |
| vtkCompositeDataToUnstructuredGridFilter::~vtkCompositeDataToUnstructuredGridFilter | ( | ) | [protected] |
| static vtkCompositeDataToUnstructuredGridFilter* vtkCompositeDataToUnstructuredGridFilter::New | ( | ) | [static] |
Reimplemented from vtkUnstructuredGridAlgorithm.
| virtual const char* vtkCompositeDataToUnstructuredGridFilter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkUnstructuredGridAlgorithm.
| static int vtkCompositeDataToUnstructuredGridFilter::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkUnstructuredGridAlgorithm.
| virtual int vtkCompositeDataToUnstructuredGridFilter::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkUnstructuredGridAlgorithm.
| static vtkCompositeDataToUnstructuredGridFilter* vtkCompositeDataToUnstructuredGridFilter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkUnstructuredGridAlgorithm.
| void vtkCompositeDataToUnstructuredGridFilter::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkUnstructuredGridAlgorithm.
| virtual void vtkCompositeDataToUnstructuredGridFilter::SetSubTreeCompositeIndex | ( | unsigned | int | ) | [virtual] |
Get/Set the composite index of the subtree to be merged. By default set to 0 i.e. root, hence entire input composite dataset is merged.
| virtual unsigned int vtkCompositeDataToUnstructuredGridFilter::GetSubTreeCompositeIndex | ( | ) | [virtual] |
Get/Set the composite index of the subtree to be merged. By default set to 0 i.e. root, hence entire input composite dataset is merged.
| virtual void vtkCompositeDataToUnstructuredGridFilter::SetMergePoints | ( | bool | ) | [virtual] |
Turn on/off merging of coincidental points. Frontend to vtkAppendFilter::MergePoints. Default is on.
| virtual bool vtkCompositeDataToUnstructuredGridFilter::GetMergePoints | ( | ) | [virtual] |
Turn on/off merging of coincidental points. Frontend to vtkAppendFilter::MergePoints. Default is on.
| virtual void vtkCompositeDataToUnstructuredGridFilter::MergePointsOn | ( | ) | [virtual] |
Turn on/off merging of coincidental points. Frontend to vtkAppendFilter::MergePoints. Default is on.
| virtual void vtkCompositeDataToUnstructuredGridFilter::MergePointsOff | ( | ) | [virtual] |
Turn on/off merging of coincidental points. Frontend to vtkAppendFilter::MergePoints. Default is on.
| virtual int vtkCompositeDataToUnstructuredGridFilter::RequestData | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkUnstructuredGridAlgorithm.
| virtual int vtkCompositeDataToUnstructuredGridFilter::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkUnstructuredGridAlgorithm.
| void vtkCompositeDataToUnstructuredGridFilter::RemovePartialArrays | ( | vtkUnstructuredGrid * | data | ) | [protected] |
Remove point/cell arrays not present on all processes.
| void vtkCompositeDataToUnstructuredGridFilter::AddDataSet | ( | vtkDataSet * | ds, |
| vtkAppendFilter * | appender | ||
| ) | [protected] |
| void vtkCompositeDataToUnstructuredGridFilter::ExecuteSubTree | ( | vtkCompositeDataSet * | cd, |
| vtkAppendFilter * | output | ||
| ) | [protected] |
unsigned int vtkCompositeDataToUnstructuredGridFilter::SubTreeCompositeIndex [protected] |
Definition at line 79 of file vtkCompositeDataToUnstructuredGridFilter.h.
bool vtkCompositeDataToUnstructuredGridFilter::MergePoints [protected] |
Definition at line 80 of file vtkCompositeDataToUnstructuredGridFilter.h.
1.7.5.1