#include <VISU_PipeLine.hxx>

Public Member Functions | |
| vtkTypeMacro (VISU_PipeLine, vtkObject) | |
| virtual unsigned long int | GetMemorySize () |
| Gets memory size used by the instance (bytes). | |
| virtual unsigned long int | GetMTime () |
| virtual void | ShallowCopy (VISU_PipeLine *thePipeLine, bool theIsCopyInput) |
| virtual void | SameAs (VISU_PipeLine *thePipeLine) |
| void | SetMapperHolder (VISU_MapperHolder *theHolder) |
| VISU_MapperHolder * | GetMapperHolder () |
| const VISU::PIDMapper & | GetIDMapper () |
| virtual vtkDataSet * | GetInput () |
| virtual vtkMapper * | GetMapper () |
| virtual vtkDataSet * | GetOutput () |
| virtual void | Init () |
| 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) |
| bool | IsPlanarInput () |
| bool | IsShrinkable () |
| bool | IsFeatureEdgesAllowed () |
| void | SetImplicitFunction (vtkImplicitFunction *theFunction) |
| vtkImplicitFunction * | GetImplicitFunction () |
| void | SetExtractInside (bool theMode) |
| void | SetExtractBoundaryCells (bool theMode) |
| virtual void | RemoveAllClippingPlanes () |
| vtkIdType | GetNumberOfClippingPlanes () |
| virtual bool | AddClippingPlane (vtkPlane *thePlane) |
| virtual vtkPlane * | GetClippingPlane (vtkIdType theID) |
| virtual void | RemoveClippingPlane (vtkIdType theID) |
| virtual void | SetPlaneParam (vtkFloatingPointType theDir[3], vtkFloatingPointType theDist, vtkPlane *thePlane) |
| virtual void | GetPlaneParam (vtkFloatingPointType theDir[3], vtkFloatingPointType &theDist, vtkPlane *thePlane) |
| void | GetVisibleBounds (vtkFloatingPointType theBounds[6]) |
Static Public Member Functions | |
| static size_t | CheckAvailableMemory (double theSize) |
| static size_t | GetAvailableMemory (double theSize, double theMinSize=1024 *1024) |
Protected Member Functions | |
| VISU_PipeLine () | |
| virtual | ~VISU_PipeLine () |
| virtual void | Build ()=0 |
| virtual void | OnCreateMapperHolder ()=0 |
| virtual void | DoShallowCopy (VISU_PipeLine *thePipeLine, bool theIsCopyInput) |
| virtual void | ComputeVisibleBounds () |
| vtkDataSet * | GetClippedInput () |
| void | SetIsShrinkable (bool theIsShrinkable) |
| void | SetIsFeatureEdgesAllowed (bool theIsFeatureEdgesAllowed) |
Protected Attributes | |
| vtkFloatingPointType | myVisibleBounds [6] |
| vtkTimeStamp | myVisibleComputeTime |
Private Attributes | |
| vtkSmartPointer < VISU_MapperHolder > | myMapperHolder |
| bool | myIsShrinkable |
| bool | myIsFeatureEdgesAllowed |
Friends | |
| class | VISU_MapperHolder |
| VISU_PipeLine.vtkTypeMacro | ( | VISU_PipeLine | , |
| vtkObject | |||
| ) |
| unsigned long int VISU_PipeLine::GetMemorySize | ( | ) | [virtual] |
| unsigned long int VISU_PipeLine::GetMTime | ( | ) | [virtual] |
| void VISU_PipeLine::ShallowCopy | ( | VISU_PipeLine * | thePipeLine, |
| bool | theIsCopyInput | ||
| ) | [virtual] |
References GetImplicitFunction().
| void VISU_PipeLine::SameAs | ( | VISU_PipeLine * | thePipeLine | ) | [virtual] |
| void VISU_PipeLine::SetMapperHolder | ( | VISU_MapperHolder * | theHolder | ) |
References VISU_MapperHolder.SetPipeLine().
| VISU_MapperHolder * VISU_PipeLine::GetMapperHolder | ( | ) |
| const VISU::PIDMapper & VISU_PipeLine::GetIDMapper | ( | ) |
| vtkDataSet * VISU_PipeLine::GetInput | ( | ) | [virtual] |
| vtkMapper * VISU_PipeLine::GetMapper | ( | ) | [virtual] |
| vtkDataSet * VISU_PipeLine::GetOutput | ( | ) | [virtual] |
Reimplemented in VISU_VectorsPL.
| void VISU_PipeLine::Init | ( | ) | [virtual] |
| void VISU_PipeLine::Update | ( | ) | [virtual] |
| vtkIdType VISU_PipeLine::GetNodeObjID | ( | vtkIdType | theID | ) | [virtual] |
| vtkIdType VISU_PipeLine::GetNodeVTKID | ( | vtkIdType | theID | ) | [virtual] |
| vtkFloatingPointType * VISU_PipeLine::GetNodeCoord | ( | vtkIdType | theObjID | ) | [virtual] |
| vtkIdType VISU_PipeLine::GetElemObjID | ( | vtkIdType | theID | ) | [virtual] |
| vtkIdType VISU_PipeLine::GetElemVTKID | ( | vtkIdType | theID | ) | [virtual] |
| vtkCell * VISU_PipeLine::GetElemCell | ( | vtkIdType | theObjID | ) | [virtual] |
| bool VISU_PipeLine::IsPlanarInput | ( | ) |
References VISU.GetInput().
| bool VISU_PipeLine::IsShrinkable | ( | ) |
| bool VISU_PipeLine::IsFeatureEdgesAllowed | ( | ) |
| void VISU_PipeLine::SetImplicitFunction | ( | vtkImplicitFunction * | theFunction | ) |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
| vtkImplicitFunction * VISU_PipeLine::GetImplicitFunction | ( | ) |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
| void VISU_PipeLine::SetExtractInside | ( | bool | theMode | ) |
| void VISU_PipeLine::SetExtractBoundaryCells | ( | bool | theMode | ) |
| void VISU_PipeLine::RemoveAllClippingPlanes | ( | ) | [virtual] |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
| vtkIdType VISU_PipeLine::GetNumberOfClippingPlanes | ( | ) |
| bool VISU_PipeLine::AddClippingPlane | ( | vtkPlane * | thePlane | ) | [virtual] |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
| vtkPlane * VISU_PipeLine::GetClippingPlane | ( | vtkIdType | theID | ) | [virtual] |
| void VISU_PipeLine::RemoveClippingPlane | ( | vtkIdType | theID | ) | [virtual] |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
References GetMapperHolder(), and VISU_MapperHolder.RemoveClippingPlane().
| void VISU_PipeLine::SetPlaneParam | ( | vtkFloatingPointType | theDir[3], |
| vtkFloatingPointType | theDist, | ||
| vtkPlane * | thePlane | ||
| ) | [virtual] |
References VISU.ComputeVisibleBounds(), and VISU.DistanceToPosition().
| void VISU_PipeLine::GetPlaneParam | ( | vtkFloatingPointType | theDir[3], |
| vtkFloatingPointType & | theDist, | ||
| vtkPlane * | thePlane | ||
| ) | [virtual] |
References VISU.ComputeVisibleBounds(), and VISU.PositionToDistance().
| void VISU_PipeLine::GetVisibleBounds | ( | vtkFloatingPointType | theBounds[6] | ) |
References ComputeVisibleBounds(), and myVisibleBounds.
| size_t VISU_PipeLine::CheckAvailableMemory | ( | double | theSize | ) | [static] |
| size_t VISU_PipeLine::GetAvailableMemory | ( | double | theSize, |
| double | theMinSize = 1024*1024 |
||
| ) | [static] |
References batchmode_visu_view3d.aMax, and batchmode_visu_view3d.aMin.
| virtual void VISU_PipeLine.Build | ( | ) | [protected, pure virtual] |
| virtual void VISU_PipeLine.OnCreateMapperHolder | ( | ) | [protected, pure virtual] |
Implemented in VISU_GaussPointsPL, VISU_MeshPL, VISU_PolyDataPL, and VISU_ScalarMapPL.
| void VISU_PipeLine::DoShallowCopy | ( | VISU_PipeLine * | thePipeLine, |
| bool | theIsCopyInput | ||
| ) | [protected, virtual] |
Reimplemented in VISU_ColoredPL, VISU_CutLinesPL, VISU_CutPlanesPL, VISU_CutSegmentPL, VISU_DeformedGridPL, VISU_DeformedShapeAndScalarMapPL, VISU_DeformedShapePL, VISU_GaussPointsPL, VISU_IsoSurfacesPL, VISU_Plot3DPL, VISU_ScalarMapPL, VISU_StreamLinesPL, and VISU_VectorsPL.
References GetMapperHolder(), myVisibleBounds, and myVisibleComputeTime.
| void VISU_PipeLine::ComputeVisibleBounds | ( | ) | [protected, virtual] |
References GetMapperHolder(), GetMTime(), GetOutput(), myVisibleBounds, and myVisibleComputeTime.
| vtkDataSet * VISU_PipeLine::GetClippedInput | ( | ) | [protected] |
Reimplemented in VISU_ColoredPL.
| void VISU_PipeLine::SetIsShrinkable | ( | bool | theIsShrinkable | ) | [protected] |
| void VISU_PipeLine::SetIsFeatureEdgesAllowed | ( | bool | theIsFeatureEdgesAllowed | ) | [protected] |
friend class VISU_MapperHolder [friend] |
vtkFloatingPointType VISU_PipeLine.myVisibleBounds[6] [protected] |
vtkTimeStamp VISU_PipeLine.myVisibleComputeTime [protected] |
vtkSmartPointer<VISU_MapperHolder> VISU_PipeLine.myMapperHolder [private] |
bool VISU_PipeLine.myIsShrinkable [private] |
bool VISU_PipeLine.myIsFeatureEdgesAllowed [private] |