extract separate components of data from different datasets
More...
#include <vtkMergeFilter.h>
Inherits vtkDataSetAlgorithm.
extract separate components of data from different datasets
vtkMergeFilter is a filter that extracts separate components of data from different datasets and merges them into a single dataset. The output from this filter is of the same type as the input (i.e., vtkDataSet.) It treats both cell and point data set attributes.
- Examples:
- vtkMergeFilter (Examples)
- Tests:
- vtkMergeFilter (Tests)
Definition at line 38 of file vtkMergeFilter.h.
vtkMergeFilter::vtkMergeFilter |
( |
| ) |
|
|
protected |
vtkMergeFilter::~vtkMergeFilter |
( |
| ) |
|
|
protected |
static int vtkMergeFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkMergeFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkMergeFilter* vtkMergeFilter::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkMergeFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkMergeFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkMergeFilter::SetGeometryInputData |
( |
vtkDataSet * |
input | ) |
|
|
inline |
vtkDataSet* vtkMergeFilter::GetGeometry |
( |
| ) |
|
void vtkMergeFilter::SetGeometryConnection |
( |
vtkAlgorithmOutput * |
algOutput | ) |
|
|
inline |
Specify object from which to extract geometry information. Equivalent to SetInputConnection(0, algOutput)
Definition at line 55 of file vtkMergeFilter.h.
void vtkMergeFilter::SetScalarsData |
( |
vtkDataSet * |
| ) |
|
vtkDataSet* vtkMergeFilter::GetScalars |
( |
| ) |
|
void vtkMergeFilter::SetScalarsConnection |
( |
vtkAlgorithmOutput * |
algOutput | ) |
|
|
inline |
Specify object from which to extract scalar information. Equivalent to SetInputConnection(1, algOutput)
Definition at line 71 of file vtkMergeFilter.h.
void vtkMergeFilter::SetVectorsData |
( |
vtkDataSet * |
| ) |
|
vtkDataSet* vtkMergeFilter::GetVectors |
( |
| ) |
|
void vtkMergeFilter::SetVectorsConnection |
( |
vtkAlgorithmOutput * |
algOutput | ) |
|
|
inline |
Set the connection from which to extract vector information. Equivalent to SetInputConnection(2, algOutput)
Definition at line 87 of file vtkMergeFilter.h.
void vtkMergeFilter::SetNormalsData |
( |
vtkDataSet * |
| ) |
|
vtkDataSet* vtkMergeFilter::GetNormals |
( |
| ) |
|
void vtkMergeFilter::SetNormalsConnection |
( |
vtkAlgorithmOutput * |
algOutput | ) |
|
|
inline |
Set the connection from which to extract normal information. Equivalent to SetInputConnection(3, algOutput)
Definition at line 103 of file vtkMergeFilter.h.
void vtkMergeFilter::SetTCoordsData |
( |
vtkDataSet * |
| ) |
|
Set / get the object from which to extract texture coordinates information. Old style. Use SetTCoordsConnection() instead.
vtkDataSet* vtkMergeFilter::GetTCoords |
( |
| ) |
|
Set / get the object from which to extract texture coordinates information. Old style. Use SetTCoordsConnection() instead.
void vtkMergeFilter::SetTCoordsConnection |
( |
vtkAlgorithmOutput * |
algOutput | ) |
|
|
inline |
Set the connection from which to extract texture coordinates information. Equivalent to SetInputConnection(4, algOutput)
Definition at line 119 of file vtkMergeFilter.h.
void vtkMergeFilter::SetTensorsData |
( |
vtkDataSet * |
| ) |
|
vtkDataSet* vtkMergeFilter::GetTensors |
( |
| ) |
|
void vtkMergeFilter::SetTensorsConnection |
( |
vtkAlgorithmOutput * |
algOutput | ) |
|
|
inline |
Set the connection from which to extract tensor data. Equivalent to SetInputConnection(5, algOutput)
Definition at line 135 of file vtkMergeFilter.h.
void vtkMergeFilter::AddField |
( |
const char * |
name, |
|
|
vtkDataSet * |
input |
|
) |
| |
Set the object from which to extract a field and the name of the field. Note that this does not create pipeline connectivity.
int vtkMergeFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkMergeFilter::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkMergeFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protected |
vtkFieldList* vtkMergeFilter::FieldList |
|
protected |
The documentation for this class was generated from the following file: