#include <VISU_MapperHolder.hxx>

Public Member Functions | |
| vtkTypeMacro (VISU_MapperHolder, vtkObject) | |
| virtual void | ShallowCopy (VISU_MapperHolder *theMapperHolder, bool theIsCopyInput) |
| virtual unsigned long int | GetMemorySize () |
| Gets memory size used by the instance (bytes). | |
| virtual unsigned long int | GetMTime () |
| void | SetPipeLine (VISU_PipeLine *thePipeLine) |
| const VISU::PIDMapper & | GetIDMapper () |
| virtual vtkDataSet * | GetInput () |
| virtual vtkMapper * | GetMapper () |
| virtual vtkDataSet * | GetOutput () |
| virtual void | Update () |
| virtual vtkIdType | GetNodeObjID (vtkIdType theID) |
| virtual vtkIdType | GetNodeVTKID (vtkIdType theID) |
| virtual vtkFloatingPointType * | GetNodeCoord (vtkIdType theObjID) |
| virtual vtkIdType | GetElemObjID (vtkIdType theID) |
| virtual vtkIdType | GetElemVTKID (vtkIdType theID) |
| virtual vtkCell * | GetElemCell (vtkIdType theObjID) |
| virtual void | SetImplicitFunction (vtkImplicitFunction *theFunction)=0 |
| virtual vtkImplicitFunction * | GetImplicitFunction ()=0 |
| virtual void | RemoveAllClippingPlanes ()=0 |
| virtual vtkIdType | GetNumberOfClippingPlanes ()=0 |
| virtual bool | AddClippingPlane (vtkPlane *thePlane)=0 |
| virtual vtkPlane * | GetClippingPlane (vtkIdType theID)=0 |
| virtual void | RemoveClippingPlane (vtkIdType theID)=0 |
| virtual void | SetLookupTable (VISU_LookupTable *theLookupTable)=0 |
| virtual vtkPointSet * | GetClippedInput ()=0 |
| virtual void | SetExtractInside (bool theMode)=0 |
| virtual void | SetExtractBoundaryCells (bool theMode)=0 |
Protected Member Functions | |
| VISU_MapperHolder () | |
| VISU_MapperHolder (const VISU_MapperHolder &) | |
| virtual | ~VISU_MapperHolder () |
| virtual void | OnCreateMapper ()=0 |
| void | SetMapper (vtkMapper *theMapper) |
| void | SetIDMapper (const VISU::PIDMapper &theIDMapper) |
Private Attributes | |
| vtkSmartPointer< vtkMapper > | myMapper |
| VISU::PIDMapper | myIDMapper |
| VISU_PipeLine * | myPipeLine |
| VISU_MapperHolder.VISU_MapperHolder | ( | const VISU_MapperHolder & | ) | [protected] |
| VISU_MapperHolder.vtkTypeMacro | ( | VISU_MapperHolder | , |
| vtkObject | |||
| ) |
| void VISU_MapperHolder::ShallowCopy | ( | VISU_MapperHolder * | theMapperHolder, |
| bool | theIsCopyInput | ||
| ) | [virtual] |
Reimplemented in VISU_DataSetMapperHolder, VISU_PointSpriteMapperHolder, and VISU_PolyDataMapperHolder.
References VISU.CopyMapper(), GetIDMapper(), and GetMapper().
| unsigned long int VISU_MapperHolder::GetMemorySize | ( | ) | [virtual] |
Reimplemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| unsigned long int VISU_MapperHolder::GetMTime | ( | ) | [virtual] |
| void VISU_MapperHolder::SetPipeLine | ( | VISU_PipeLine * | thePipeLine | ) |
| const VISU::PIDMapper & VISU_MapperHolder::GetIDMapper | ( | ) |
| vtkDataSet * VISU_MapperHolder::GetInput | ( | ) | [virtual] |
| vtkMapper * VISU_MapperHolder::GetMapper | ( | ) | [virtual] |
| vtkDataSet * VISU_MapperHolder::GetOutput | ( | ) | [virtual] |
| void VISU_MapperHolder::Update | ( | ) | [virtual] |
| vtkIdType VISU_MapperHolder::GetNodeObjID | ( | vtkIdType | theID | ) | [virtual] |
Reimplemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| vtkIdType VISU_MapperHolder::GetNodeVTKID | ( | vtkIdType | theID | ) | [virtual] |
Reimplemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| vtkFloatingPointType * VISU_MapperHolder::GetNodeCoord | ( | vtkIdType | theObjID | ) | [virtual] |
Reimplemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| vtkIdType VISU_MapperHolder::GetElemObjID | ( | vtkIdType | theID | ) | [virtual] |
Reimplemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| vtkIdType VISU_MapperHolder::GetElemVTKID | ( | vtkIdType | theID | ) | [virtual] |
Reimplemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| vtkCell * VISU_MapperHolder::GetElemCell | ( | vtkIdType | theObjID | ) | [virtual] |
Reimplemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| virtual void VISU_MapperHolder.SetImplicitFunction | ( | vtkImplicitFunction * | theFunction | ) | [pure virtual] |
Implemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| virtual vtkImplicitFunction* VISU_MapperHolder.GetImplicitFunction | ( | ) | [pure virtual] |
Implemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| virtual void VISU_MapperHolder.RemoveAllClippingPlanes | ( | ) | [pure virtual] |
Implemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| virtual vtkIdType VISU_MapperHolder.GetNumberOfClippingPlanes | ( | ) | [pure virtual] |
Implemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| virtual bool VISU_MapperHolder.AddClippingPlane | ( | vtkPlane * | thePlane | ) | [pure virtual] |
Implemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| virtual vtkPlane* VISU_MapperHolder.GetClippingPlane | ( | vtkIdType | theID | ) | [pure virtual] |
Implemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| virtual void VISU_MapperHolder.RemoveClippingPlane | ( | vtkIdType | theID | ) | [pure virtual] |
Implemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| virtual void VISU_MapperHolder.SetLookupTable | ( | VISU_LookupTable * | theLookupTable | ) | [pure virtual] |
Implemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| virtual vtkPointSet* VISU_MapperHolder.GetClippedInput | ( | ) | [pure virtual] |
Implemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| virtual void VISU_MapperHolder.SetExtractInside | ( | bool | theMode | ) | [pure virtual] |
Implemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| virtual void VISU_MapperHolder.SetExtractBoundaryCells | ( | bool | theMode | ) | [pure virtual] |
Implemented in VISU_DataSetMapperHolder, and VISU_PolyDataMapperHolder.
| virtual void VISU_MapperHolder.OnCreateMapper | ( | ) | [protected, pure virtual] |
Implemented in VISU_DataSetMapperHolder, VISU_PointSpriteMapperHolder, and VISU_PolyDataMapperHolder.
| void VISU_MapperHolder::SetMapper | ( | vtkMapper * | theMapper | ) | [protected] |
| void VISU_MapperHolder::SetIDMapper | ( | const VISU::PIDMapper & | theIDMapper | ) | [protected] |
References VISU.GetInput().
vtkSmartPointer<vtkMapper> VISU_MapperHolder.myMapper [private] |
VISU::PIDMapper VISU_MapperHolder.myIDMapper [private] |
VISU_PipeLine* VISU_MapperHolder.myPipeLine [private] |