This class used same as vtkAppendFilter. See documentation on VTK for more information.
#include <VISU_AppendFilter.hxx>

Public Member Functions | |
| vtkTypeRevisionMacro (VISU_AppendFilter, vtkAppendFilter) | |
| VTK type revision macros. | |
| void | SetSharedPointSet (vtkPointSet *thePointSet) |
| vtkPointSet * | GetSharedPointSet () |
| void | SetMappingInputs (bool theMappingInputs) |
| bool | IsMappingInputs () |
| void | SetMergingInputs (bool theIsMergingInputs) |
| bool | IsMergingInputs () |
Static Public Member Functions | |
| static VISU_AppendFilter * | New () |
Protected Member Functions | |
| VISU_AppendFilter () | |
| Constructor. | |
| ~VISU_AppendFilter () | |
| Destructor. | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
| vtkSmartPointer< vtkPointSet > | mySharedPointSet |
| bool | myIsMergingInputs |
| bool | myIsMappingInputs |
| vtkObject & | myParent |
| VISU_AppendFilter::VISU_AppendFilter | ( | ) | [protected] |
| VISU_AppendFilter::~VISU_AppendFilter | ( | ) | [protected] |
| static VISU_AppendFilter * VISU_AppendFilter::New | ( | ) | [static] |
| VISU_AppendFilter::vtkTypeRevisionMacro | ( | VISU_AppendFilter | , |
| vtkAppendFilter | |||
| ) |
| int VISU_AppendFilter::RequestData | ( | vtkInformation * | theRequest, |
| vtkInformationVector ** | theInputVector, | ||
| vtkInformationVector * | theOutputVector | ||
| ) | [protected, virtual] |
References VISU.UnstructuredGridRequestData().
| void VISU.TAppendFilterHelper::SetSharedPointSet | ( | vtkPointSet * | thePointSet | ) | [inherited] |
| vtkPointSet * VISU.TAppendFilterHelper::GetSharedPointSet | ( | ) | [inherited] |
| void VISU.TAppendFilterHelper::SetMappingInputs | ( | bool | theMappingInputs | ) | [inherited] |
| bool VISU.TAppendFilterHelper::IsMappingInputs | ( | ) | [inherited] |
| void VISU.TAppendFilterHelper::SetMergingInputs | ( | bool | theIsMergingInputs | ) | [inherited] |
| bool VISU.TAppendFilterHelper::IsMergingInputs | ( | ) | [inherited] |
vtkSmartPointer<vtkPointSet> VISU.TAppendFilterHelper.mySharedPointSet [protected, inherited] |
bool VISU.TAppendFilterHelper.myIsMergingInputs [protected, inherited] |
bool VISU.TAppendFilterHelper.myIsMappingInputs [protected, inherited] |
vtkObject& VISU.TAppendFilterHelper.myParent [protected, inherited] |