#include <VISU_DeformationPL.hxx>

Public Member Functions | |
| VISU_DeformationPL () | |
| virtual | ~VISU_DeformationPL () |
| virtual void | SetScale (vtkFloatingPointType theScaleFactor) |
| virtual void | SetMapScale (vtkFloatingPointType theMapScaleFactor) |
| virtual vtkFloatingPointType | GetScale () |
| virtual void | SetVectorialField (VISU::PUnstructuredGridIDMapper theIdMapper)=0 |
| virtual VISU::PUnstructuredGridIDMapper | getVectorialField ()=0 |
| virtual unsigned long int | GetMTime () |
| void | SetWarpVectorInput (vtkDataSet *theInput) |
| vtkDataSet * | GetWarpVectorOutput () |
| void | SetMergeFilterInput (vtkDataSet *ScalarInput, vtkDataSet *VectorialInput) |
| vtkDataSet * | GetMergeFilterOutput () |
Static Public Member Functions | |
| static vtkFloatingPointType | GetDefaultScaleFactor (VISU_DeformationPL *thePipeLine) |
Protected Attributes | |
| VISU::PUnstructuredGridIDMapper | myVectorialField |
| vtkWarpVector * | myWarpVector |
| vtkSmartPointer< VISU_MergeFilter > | myVectorMergeFilter |
| vtkPassThroughFilter * | myInputPassFilter |
| vtkPassThroughFilter * | myOutputPassFiler |
| VISU_CellDataToPointData * | myCellDataToPointData |
Private Attributes | |
| vtkFloatingPointType | myScaleFactor |
| vtkFloatingPointType | myMapScaleFactor |
| VISU_DeformationPL::VISU_DeformationPL | ( | ) |
| VISU_DeformationPL::~VISU_DeformationPL | ( | ) | [virtual] |
References MESSAGE, myCellDataToPointData, MYDEBUG, myInputPassFilter, myOutputPassFiler, myVectorMergeFilter, and myWarpVector.
| void VISU_DeformationPL::SetScale | ( | vtkFloatingPointType | theScaleFactor | ) | [virtual] |
References myMapScaleFactor, myScaleFactor, and myWarpVector.
| void VISU_DeformationPL::SetMapScale | ( | vtkFloatingPointType | theMapScaleFactor | ) | [virtual] |
Reimplemented in VISU_CutPlanesPL.
References myMapScaleFactor, myScaleFactor, and myWarpVector.
| vtkFloatingPointType VISU_DeformationPL::GetScale | ( | ) | [virtual] |
References myScaleFactor.
| virtual void VISU_DeformationPL.SetVectorialField | ( | VISU::PUnstructuredGridIDMapper | theIdMapper | ) | [pure virtual] |
Implemented in VISU_CutPlanesPL.
| virtual VISU::PUnstructuredGridIDMapper VISU_DeformationPL.getVectorialField | ( | ) | [pure virtual] |
Implemented in VISU_CutPlanesPL.
| unsigned long int VISU_DeformationPL::GetMTime | ( | ) | [virtual] |
Reimplemented in VISU_CutPlanesPL, and VISU_OptionalDeformationPL.
References myCellDataToPointData, myInputPassFilter, myOutputPassFiler, myVectorMergeFilter, and myWarpVector.
| vtkFloatingPointType VISU_DeformationPL::GetDefaultScaleFactor | ( | VISU_DeformationPL * | thePipeLine | ) | [static] |
| void VISU_DeformationPL::SetWarpVectorInput | ( | vtkDataSet * | theInput | ) |
References myInputPassFilter.
| vtkDataSet * VISU_DeformationPL::GetWarpVectorOutput | ( | ) |
References myOutputPassFiler.
| void VISU_DeformationPL::SetMergeFilterInput | ( | vtkDataSet * | ScalarInput, |
| vtkDataSet * | VectorialInput | ||
| ) |
References myVectorMergeFilter.
| vtkDataSet * VISU_DeformationPL::GetMergeFilterOutput | ( | ) |
References myVectorMergeFilter.
vtkWarpVector* VISU_DeformationPL.myWarpVector [protected] |
vtkSmartPointer<VISU_MergeFilter> VISU_DeformationPL.myVectorMergeFilter [protected] |
vtkPassThroughFilter* VISU_DeformationPL.myInputPassFilter [protected] |
vtkPassThroughFilter* VISU_DeformationPL.myOutputPassFiler [protected] |
vtkFloatingPointType VISU_DeformationPL.myScaleFactor [private] |
vtkFloatingPointType VISU_DeformationPL.myMapScaleFactor [private] |