#include <VISU_MergeFilter.hxx>

Public Member Functions | |
| vtkTypeMacro (VISU_MergeFilter, vtkPointSetAlgorithm) | |
| void | SetGeometry (vtkDataSet *input) |
| vtkDataSet * | GetGeometry () |
| void | SetScalars (vtkDataSet *) |
| vtkDataSet * | GetScalars () |
| void | SetVectors (vtkDataSet *) |
| vtkDataSet * | GetVectors () |
| void | SetNormals (vtkDataSet *) |
| vtkDataSet * | GetNormals () |
| void | SetTCoords (vtkDataSet *) |
| vtkDataSet * | GetTCoords () |
| void | SetTensors (vtkDataSet *) |
| vtkDataSet * | GetTensors () |
| void | AddField (const char *name, vtkDataSet *input) |
| void | RemoveFields () |
| void | SetMergingInputs (bool theIsMergingInputs) |
| bool | IsMergingInputs () |
Static Public Member Functions | |
| static VISU_MergeFilter * | New () |
Protected Member Functions | |
| VISU_MergeFilter () | |
| ~VISU_MergeFilter () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| int | FillInputPortInformation (int port, vtkInformation *info) |
Protected Attributes | |
| VISU::TFieldList * | FieldList |
| bool | myIsMergingInputs |
Private Member Functions | |
| VISU_MergeFilter (const VISU_MergeFilter &) | |
| void | operator= (const VISU_MergeFilter &) |
| VISU_MergeFilter::VISU_MergeFilter | ( | ) | [protected] |
| VISU_MergeFilter::~VISU_MergeFilter | ( | ) | [protected] |
References FieldList.
| VISU_MergeFilter.VISU_MergeFilter | ( | const VISU_MergeFilter & | ) | [private] |
| static VISU_MergeFilter* VISU_MergeFilter.New | ( | ) | [static] |
| VISU_MergeFilter.vtkTypeMacro | ( | VISU_MergeFilter | , |
| vtkPointSetAlgorithm | |||
| ) |
| void VISU_MergeFilter::SetGeometry | ( | vtkDataSet * | input | ) |
| vtkDataSet * VISU_MergeFilter::GetGeometry | ( | ) |
| void VISU_MergeFilter::SetScalars | ( | vtkDataSet * | input | ) |
| vtkDataSet * VISU_MergeFilter::GetScalars | ( | ) |
| void VISU_MergeFilter::SetVectors | ( | vtkDataSet * | input | ) |
| vtkDataSet * VISU_MergeFilter::GetVectors | ( | ) |
| void VISU_MergeFilter::SetNormals | ( | vtkDataSet * | input | ) |
| vtkDataSet * VISU_MergeFilter::GetNormals | ( | ) |
| void VISU_MergeFilter::SetTCoords | ( | vtkDataSet * | input | ) |
| vtkDataSet * VISU_MergeFilter::GetTCoords | ( | ) |
| void VISU_MergeFilter::SetTensors | ( | vtkDataSet * | input | ) |
| vtkDataSet * VISU_MergeFilter::GetTensors | ( | ) |
| void VISU_MergeFilter::AddField | ( | const char * | name, |
| vtkDataSet * | input | ||
| ) |
References VISU.TFieldList.Add(), and FieldList.
| void VISU_MergeFilter::RemoveFields | ( | ) |
References FieldList.
| void VISU_MergeFilter::SetMergingInputs | ( | bool | theIsMergingInputs | ) |
| bool VISU_MergeFilter::IsMergingInputs | ( | ) |
| int VISU_MergeFilter::RequestData | ( | vtkInformation * | theRequest, |
| vtkInformationVector ** | theInputVector, | ||
| vtkInformationVector * | theOutputVector | ||
| ) | [protected, virtual] |
References visu_cache.anInput, VISU.Execute(), VISU.GetInput(), and VISU.GetOutput().
| int VISU_MergeFilter.RequestUpdateExtent | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | |||
| ) | [protected] |
| int VISU_MergeFilter::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected] |
| void VISU_MergeFilter.operator= | ( | const VISU_MergeFilter & | ) | [private] |
VISU::TFieldList* VISU_MergeFilter.FieldList [protected] |
bool VISU_MergeFilter.myIsMergingInputs [protected] |