VISU_AppendFilter Class Reference

This class used same as vtkAppendFilter. See documentation on VTK for more information.

#include <VISU_AppendFilter.hxx>

Inheritance diagram for VISU_AppendFilter:

Inheritance graph

Public Member Functions

 vtkTypeRevisionMacro (VISU_AppendFilter, vtkAppendFilter)
 VTK type revision macros.
void SetSharedPointsDataSet (vtkPointSet *thePointsDataSet)
vtkPointSet * GetSharedPointsDataSet ()
void SetMergingInputs (bool theIsMergingInputs)
bool IsMergingInputs ()

Static Public Member Functions

static VISU_AppendFilterNew ()

Protected Member Functions

 VISU_AppendFilter ()
 Constructor.
 ~VISU_AppendFilter ()
 Destructor.
virtual void Execute ()
 Filter culculation method.

Protected Attributes

bool myIsMergingInputs
vtkSmartPointer< vtkPointSet > mySharedPointsDataSet

Constructor & Destructor Documentation

VISU_AppendFilter::VISU_AppendFilter  )  [protected]
 

VISU_AppendFilter::~VISU_AppendFilter  )  [protected]
 


Member Function Documentation

static VISU_AppendFilter * VISU_AppendFilter::New  )  [static]
 

VISU_AppendFilter::vtkTypeRevisionMacro VISU_AppendFilter  ,
vtkAppendFilter 
 

void VISU_AppendFilter::SetSharedPointsDataSet vtkPointSet *  thePointsDataSet  ) 
 

vtkPointSet * VISU_AppendFilter::GetSharedPointsDataSet  ) 
 

void VISU_AppendFilter::SetMergingInputs bool  theIsMergingInputs  ) 
 

bool VISU_AppendFilter::IsMergingInputs  ) 
 

void VISU_AppendFilter::Execute  )  [protected, virtual]
 


Field Documentation

bool VISU_AppendFilter.myIsMergingInputs [protected]
 

vtkSmartPointer<vtkPointSet> VISU_AppendFilter.mySharedPointsDataSet [protected]