appends all vtkUnstructuredGrid leaves of the input composite dataset to a single vtkUnstructuredGrid.
More...
#include <vtkCompositeDataToUnstructuredGridFilter.h>
Inherits vtkUnstructuredGridAlgorithm.
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 36 of file vtkCompositeDataToUnstructuredGridFilter.h.
◆ Superclass
◆ vtkCompositeDataToUnstructuredGridFilter()
vtkCompositeDataToUnstructuredGridFilter::vtkCompositeDataToUnstructuredGridFilter |
( |
| ) |
|
|
protected |
◆ ~vtkCompositeDataToUnstructuredGridFilter()
vtkCompositeDataToUnstructuredGridFilter::~vtkCompositeDataToUnstructuredGridFilter |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkCompositeDataToUnstructuredGridFilter::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkCompositeDataToUnstructuredGridFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkCompositeDataToUnstructuredGridFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkCompositeDataToUnstructuredGridFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetSubTreeCompositeIndex()
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.
◆ GetSubTreeCompositeIndex()
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.
◆ SetMergePoints()
virtual void vtkCompositeDataToUnstructuredGridFilter::SetMergePoints |
( |
bool |
| ) |
|
|
virtual |
Turn on/off merging of coincidental points.
Frontend to vtkAppendFilter::MergePoints. Default is on.
◆ GetMergePoints()
virtual bool vtkCompositeDataToUnstructuredGridFilter::GetMergePoints |
( |
| ) |
|
|
virtual |
Turn on/off merging of coincidental points.
Frontend to vtkAppendFilter::MergePoints. Default is on.
◆ MergePointsOn()
virtual void vtkCompositeDataToUnstructuredGridFilter::MergePointsOn |
( |
| ) |
|
|
virtual |
Turn on/off merging of coincidental points.
Frontend to vtkAppendFilter::MergePoints. Default is on.
◆ MergePointsOff()
virtual void vtkCompositeDataToUnstructuredGridFilter::MergePointsOff |
( |
| ) |
|
|
virtual |
Turn on/off merging of coincidental points.
Frontend to vtkAppendFilter::MergePoints. Default is on.
◆ RequestData()
virtual int vtkCompositeDataToUnstructuredGridFilter::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
This is called by the superclass.
This is the method you should override.
◆ FillInputPortInformation()
virtual int vtkCompositeDataToUnstructuredGridFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
◆ RemovePartialArrays()
void vtkCompositeDataToUnstructuredGridFilter::RemovePartialArrays |
( |
vtkUnstructuredGrid * |
data | ) |
|
|
protected |
Remove point/cell arrays not present on all processes.
◆ AddDataSet()
void vtkCompositeDataToUnstructuredGridFilter::AddDataSet |
( |
vtkDataSet * |
ds, |
|
|
vtkAppendFilter * |
appender |
|
) |
| |
|
protected |
◆ ExecuteSubTree()
void vtkCompositeDataToUnstructuredGridFilter::ExecuteSubTree |
( |
vtkCompositeDataSet * |
cd, |
|
|
vtkAppendFilter * |
output |
|
) |
| |
|
protected |
◆ SubTreeCompositeIndex
unsigned int vtkCompositeDataToUnstructuredGridFilter::SubTreeCompositeIndex |
|
protected |
◆ MergePoints
bool vtkCompositeDataToUnstructuredGridFilter::MergePoints |
|
protected |
The documentation for this class was generated from the following file: