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

Public Member Functions | |
| vtkTypeRevisionMacro (VISU_AppendPolyData, vtkAppendPolyData) | |
| void | SetSharedPointSet (vtkPointSet *thePointSet) |
| vtkPointSet * | GetSharedPointSet () |
| void | SetMappingInputs (bool theMappingInputs) |
| bool | IsMappingInputs () |
| void | SetMergingInputs (bool theIsMergingInputs) |
| bool | IsMergingInputs () |
Static Public Member Functions | |
| static VISU_AppendPolyData * | New () |
Protected Member Functions | |
| VISU_AppendPolyData () | |
| ~VISU_AppendPolyData () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
| vtkSmartPointer< vtkPointSet > | mySharedPointSet |
| bool | myIsMergingInputs |
| bool | myIsMappingInputs |
| vtkObject & | myParent |
| VISU_AppendPolyData::VISU_AppendPolyData | ( | ) | [protected] |
| VISU_AppendPolyData::~VISU_AppendPolyData | ( | ) | [protected] |
| static VTKViewer_AppendFilter * VISU_AppendPolyData::New | ( | ) | [static] |
| VISU_AppendPolyData.vtkTypeRevisionMacro | ( | VISU_AppendPolyData | , |
| vtkAppendPolyData | |||
| ) |
| int VISU_AppendPolyData::RequestData | ( | vtkInformation * | theRequest, |
| vtkInformationVector ** | theInputVector, | ||
| vtkInformationVector * | theOutputVector | ||
| ) | [protected, virtual] |
References VISU.PolyDataRequestData().
| 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] |