#include <VISU_Plot3DPL.hxx>

Public Member Functions | |
| vtkTypeMacro (VISU_Plot3DPL, VISU_ScalarMapPL) | |
| virtual unsigned long int | GetMTime () |
| VISU_CutPlanesPL::PlaneOrientation | GetPlaneOrientation () |
| vtkFloatingPointType | GetRotateX () |
| vtkFloatingPointType | GetRotateY () |
| void | SetOrientation (VISU_CutPlanesPL::PlaneOrientation theOrientation, vtkFloatingPointType theXAngle=0.0, vtkFloatingPointType theYAngle=0.0) |
| vtkFloatingPointType | GetPlanePosition () |
| bool | IsPositionRelative () |
| void | SetPlanePosition (vtkFloatingPointType thePosition, bool theIsRelative) |
| void | SetScaleFactor (vtkFloatingPointType theScaleFactor) |
| vtkFloatingPointType | GetScaleFactor () |
| void | SetContourPrs (bool theIsContourPrs) |
| bool | GetIsContourPrs () |
| void | SetNumberOfContours (int theNumber) |
| int | GetNumberOfContours () |
| void | GetBasePlane (vtkFloatingPointType theOrigin[3], vtkFloatingPointType theNormal[3], bool theCenterOrigine=false) |
| void | GetMinMaxPosition (vtkFloatingPointType &minPos, vtkFloatingPointType &maxPos) |
| virtual void | Init () |
| virtual void | Update () |
| virtual unsigned long int | GetMemorySize () |
| Gets memory size used by the instance (bytes). | |
| void | SetMapScale (vtkFloatingPointType theMapScale) |
| vtkTypeMacro (VISU_ScalarMapPL, VISU_ColoredPL) | |
| vtkTypeMacro (VISU_ColoredPL, VISU_PipeLine) | |
| vtkTypeMacro (VISU_PipeLine, vtkObject) | |
| virtual void | SetSourceGeometry () |
| virtual int | AddGeometry (vtkDataSet *theGeometry, const VISU::TName &theGeomName) |
| virtual vtkDataSet * | GetGeometry (int theGeomNumber, VISU::TName &theGeomName) |
| virtual int | GetNumberOfGeometry () |
| bool | IsExternalGeometryUsed () |
| virtual void | ClearGeometry () |
| virtual void | GetSourceRange (vtkFloatingPointType theRange[2]) |
| virtual void | SetGaussMetric (VISU::TGaussMetric theGaussMetric) |
| virtual VISU::TGaussMetric | GetGaussMetric () |
| virtual vtkPointSet * | GetMergedInput () |
| virtual void | AddGeometryName (const VISU::TName &theGeomName) |
| virtual VISU::TName | GetGeometryName (int theGeomNumber) const |
| virtual const VISU::TNames & | GetGeometryNames () const |
| virtual void | ClearGeometryNames () |
| virtual int | GetScalarMode () |
| virtual void | SetScalarMode (int theScalarMode=0) |
| virtual vtkFloatingPointType * | GetScalarRange () |
| virtual void | SetScalarRange (vtkFloatingPointType theRange[2]) |
| void | SetScalarFilterRange (vtkFloatingPointType theRange[2]) |
| void | GetScalarFilterRange (vtkFloatingPointType theRange[2]) |
| vtkFloatingPointType * | GetScalarFilterRange () |
| bool | IsScalarFilterUsed () |
| void | UseScalarFiltering (bool theUseScalarFilter) |
| virtual void | SetScaling (int theScaling) |
| virtual int | GetScaling () |
| virtual void | SetNbColors (int theNbColors) |
| virtual int | GetNbColors () |
| vtkDoubleArray * | GetDistribution () |
| virtual VISU_LookupTable * | GetMapperTable () |
| virtual VISU_LookupTable * | GetBarTable () |
| virtual vtkFloatingPointType | GetMapScale () |
| virtual void | SetSourceRange () |
| virtual void | UpdateMapperLookupTable () |
| 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 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]) |
| void | SetUnstructuredGridIDMapper (const VISU::PUnstructuredGridIDMapper &theIDMapper) |
| VISU_DataSetMapperHolder * | GetDataSetMapperHolder () |
| vtkDataSetMapper * | GetDataSetMapper () |
Static Public Member Functions | |
| static VISU_Plot3DPL * | New () |
| static VISU_CutPlanesPL::PlaneOrientation | GetOrientation (vtkDataSet *theDataSet) |
| static vtkFloatingPointType | GetScaleFactor (VISU_ColoredPL *theColoredPL, vtkDataSet *theDataSet) |
| static size_t | CheckAvailableMemory (double theSize) |
| static size_t | GetAvailableMemory (double theSize, double theMinSize=1024 *1024) |
Data Fields | |
| VISU::TNames | myGeometryNames |
Protected Member Functions | |
| VISU_Plot3DPL () | |
| virtual | ~VISU_Plot3DPL () |
| virtual vtkDataSet * | InsertCustomPL () |
| virtual void | DoShallowCopy (VISU_PipeLine *thePipeLine, bool theIsCopyInput) |
| virtual void | OnCreateMapperHolder () |
| virtual void | Build () |
| void | SetElnoDisassembleState (bool theIsShrunk) |
| VISU_Extractor * | GetExtractorFilter () |
| VISU_FieldTransform * | GetFieldTransformFilter () |
| virtual vtkPointSet * | GetClippedInput () |
| virtual void | ComputeVisibleBounds () |
| void | SetIsShrinkable (bool theIsShrinkable) |
| void | SetIsFeatureEdgesAllowed (bool theIsFeatureEdgesAllowed) |
Static Protected Member Functions | |
| static void | SetScalarMode (int theScalarMode, vtkDataSet *theInput, VISU_Extractor *theExtractor) |
Protected Attributes | |
| vtkFloatingPointType | myAngle [3] |
| bool | myIsRelative |
| bool | myIsContour |
| vtkFloatingPointType | myPosition |
| vtkFloatingPointType | myScaleFactor |
| vtkFloatingPointType | myMapScaleFactor |
| VISU_CutPlanesPL::PlaneOrientation | myOrientation |
| vtkSmartPointer < VISU_CellDataToPointData > | myCellDataToPointData |
| vtkSmartPointer < vtkAppendPolyData > | myAppendPolyData |
| vtkSmartPointer < vtkGeometryFilter > | myGeometryFilter |
| vtkSmartPointer< vtkContourFilter > | myContourFilter |
| vtkSmartPointer< vtkWarpScalar > | myWarpScalar |
| vtkFloatingPointType | myVisibleBounds [6] |
| vtkTimeStamp | myVisibleComputeTime |
Private Member Functions | |
| VISU_Plot3DPL (const VISU_Plot3DPL &) | |
| void | operator= (const VISU_Plot3DPL &) |
| VISU_Plot3DPL::VISU_Plot3DPL | ( | ) | [protected] |
| VISU_Plot3DPL::~VISU_Plot3DPL | ( | ) | [protected, virtual] |
| VISU_Plot3DPL.VISU_Plot3DPL | ( | const VISU_Plot3DPL & | ) | [private] |
| VISU_Plot3DPL.vtkTypeMacro | ( | VISU_Plot3DPL | , |
| VISU_ScalarMapPL | |||
| ) |
| static VISU_Plot3DPL* VISU_Plot3DPL.New | ( | ) | [static] |
Reimplemented from VISU_ScalarMapPL.
| unsigned long int VISU_Plot3DPL::GetMTime | ( | ) | [virtual] |
Reimplemented from VISU_ScalarMapPL.
| VISU_CutPlanesPL::PlaneOrientation VISU_Plot3DPL::GetPlaneOrientation | ( | ) |
| vtkFloatingPointType VISU_Plot3DPL::GetRotateX | ( | ) |
References myAngle, myOrientation, VISU_CutPlanesPL.XY, VISU_CutPlanesPL.YZ, and VISU_CutPlanesPL.ZX.
| vtkFloatingPointType VISU_Plot3DPL::GetRotateY | ( | ) |
References myAngle, myOrientation, VISU_CutPlanesPL.XY, VISU_CutPlanesPL.YZ, and VISU_CutPlanesPL.ZX.
| void VISU_Plot3DPL::SetOrientation | ( | VISU_CutPlanesPL::PlaneOrientation | theOrientation, |
| vtkFloatingPointType | theXAngle = 0.0, |
||
| vtkFloatingPointType | theYAngle = 0.0 |
||
| ) |
| vtkFloatingPointType VISU_Plot3DPL::GetPlanePosition | ( | ) |
| bool VISU_Plot3DPL::IsPositionRelative | ( | ) |
| void VISU_Plot3DPL::SetPlanePosition | ( | vtkFloatingPointType | thePosition, |
| bool | theIsRelative | ||
| ) |
References VISU.CheckIsSameValue().
| void VISU_Plot3DPL::SetScaleFactor | ( | vtkFloatingPointType | theScaleFactor | ) |
| vtkFloatingPointType VISU_Plot3DPL::GetScaleFactor | ( | ) |
| void VISU_Plot3DPL::SetContourPrs | ( | bool | theIsContourPrs | ) |
References myIsContour.
| bool VISU_Plot3DPL::GetIsContourPrs | ( | ) |
| void VISU_Plot3DPL::SetNumberOfContours | ( | int | theNumber | ) |
| int VISU_Plot3DPL::GetNumberOfContours | ( | ) |
| void VISU_Plot3DPL::GetBasePlane | ( | vtkFloatingPointType | theOrigin[3], |
| vtkFloatingPointType | theNormal[3], | ||
| bool | theCenterOrigine = false |
||
| ) |
References VISU_CutPlanesPL.GetBoundProject(), VISU_CutPlanesPL.GetDir(), VISU.GetInput(), and VISU.Mul().
| void VISU_Plot3DPL::GetMinMaxPosition | ( | vtkFloatingPointType & | minPos, |
| vtkFloatingPointType & | maxPos | ||
| ) |
References VISU_CutPlanesPL.GetBoundProject(), VISU_CutPlanesPL.GetDir(), and VISU.GetInput().
| void VISU_Plot3DPL::Init | ( | ) | [virtual] |
Reimplemented from VISU_ColoredPL.
| void VISU_Plot3DPL::Update | ( | ) | [virtual] |
Reimplemented from VISU_ScalarMapPL.
References VISU_CutPlanesPL.ClearAppendPolyData(), VISU.IsDataOnCells(), and VISU.IsQuadraticData().
| unsigned long int VISU_Plot3DPL::GetMemorySize | ( | ) | [virtual] |
Reimplemented from VISU_ColoredPL.
| VISU_CutPlanesPL::PlaneOrientation VISU_Plot3DPL::GetOrientation | ( | vtkDataSet * | theDataSet | ) | [static] |
References batchmode_visu_view3d.aDelta, VISU_CutPlanesPL.XY, VISU_CutPlanesPL.YZ, and VISU_CutPlanesPL.ZX.
| vtkFloatingPointType VISU_Plot3DPL::GetScaleFactor | ( | VISU_ColoredPL * | theColoredPL, |
| vtkDataSet * | theDataSet | ||
| ) | [static] |
References EPS, and VISU_ColoredPL.GetSourceRange().
| void VISU_Plot3DPL::SetMapScale | ( | vtkFloatingPointType | theMapScale | ) | [virtual] |
Reimplemented from VISU_ColoredPL.
| vtkDataSet * VISU_Plot3DPL::InsertCustomPL | ( | ) | [protected, virtual] |
Reimplemented from VISU_ScalarMapPL.
| void VISU_Plot3DPL::DoShallowCopy | ( | VISU_PipeLine * | thePipeLine, |
| bool | theIsCopyInput | ||
| ) | [protected, virtual] |
Reimplemented from VISU_ScalarMapPL.
| void VISU_Plot3DPL.operator= | ( | const VISU_Plot3DPL & | ) | [private] |
| VISU_ScalarMapPL.vtkTypeMacro | ( | VISU_ScalarMapPL | , |
| VISU_ColoredPL | |||
| ) | [inherited] |
| VISU_ColoredPL.vtkTypeMacro | ( | VISU_ColoredPL | , |
| VISU_PipeLine | |||
| ) | [inherited] |
| VISU_PipeLine.vtkTypeMacro | ( | VISU_PipeLine | , |
| vtkObject | |||
| ) | [inherited] |
| void VISU_ScalarMapPL::SetSourceGeometry | ( | ) | [virtual, inherited] |
Implements VISU_MergedPL.
| int VISU_ScalarMapPL::AddGeometry | ( | vtkDataSet * | theGeometry, |
| const VISU::TName & | theGeomName | ||
| ) | [virtual, inherited] |
Implements VISU_MergedPL.
| vtkDataSet * VISU_ScalarMapPL::GetGeometry | ( | int | theGeomNumber, |
| VISU::TName & | theGeomName | ||
| ) | [virtual, inherited] |
Implements VISU_MergedPL.
| int VISU_ScalarMapPL::GetNumberOfGeometry | ( | ) | [virtual, inherited] |
Implements VISU_MergedPL.
| bool VISU_ScalarMapPL::IsExternalGeometryUsed | ( | ) | [virtual, inherited] |
Implements VISU_MergedPL.
| void VISU_ScalarMapPL::ClearGeometry | ( | ) | [virtual, inherited] |
Implements VISU_MergedPL.
| void VISU_ScalarMapPL::GetSourceRange | ( | vtkFloatingPointType | theRange[2] | ) | [virtual, inherited] |
Reimplemented from VISU_ColoredPL.
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
| void VISU_ScalarMapPL::SetGaussMetric | ( | VISU::TGaussMetric | theGaussMetric | ) | [virtual, inherited] |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
| VISU::TGaussMetric VISU_ScalarMapPL::GetGaussMetric | ( | ) | [virtual, inherited] |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
| vtkPointSet * VISU_ScalarMapPL::GetMergedInput | ( | ) | [virtual, inherited] |
Implements VISU_MergedPL.
| void VISU_ScalarMapPL::OnCreateMapperHolder | ( | ) | [protected, virtual, inherited] |
Reimplemented from VISU_UnstructuredGridPL.
References VISU_UnstructuredGridPL.OnCreateMapperHolder().
| void VISU_ScalarMapPL::Build | ( | ) | [protected, virtual, inherited] |
Reimplemented from VISU_ColoredPL.
Reimplemented in VISU_DeformedShapeAndScalarMapPL, VISU_IsoSurfacesPL, VISU_StreamLinesPL, and VISU_VectorsPL.
| void VISU_ScalarMapPL::SetElnoDisassembleState | ( | bool | theIsShrunk | ) | [protected, inherited] |
| void VISU_MergedPL::AddGeometryName | ( | const VISU::TName & | theGeomName | ) | [virtual, inherited] |
| VISU::TName VISU_MergedPL::GetGeometryName | ( | int | theGeomNumber | ) | const [virtual, inherited] |
| const VISU::TNames & VISU_MergedPL::GetGeometryNames | ( | ) | const [virtual, inherited] |
| void VISU_MergedPL::ClearGeometryNames | ( | ) | [virtual, inherited] |
| int VISU_ColoredPL::GetScalarMode | ( | ) | [virtual, inherited] |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
| void VISU_ColoredPL::SetScalarMode | ( | int | theScalarMode = 0 | ) | [virtual, inherited] |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
References VISU.GetInput().
| void VISU_ColoredPL::SetScalarMode | ( | int | theScalarMode, |
| vtkDataSet * | theInput, | ||
| VISU_Extractor * | theExtractor | ||
| ) | [static, protected, inherited] |
References VISU.IsDataOnPoints(), and VISU_Extractor.SetScalarMode().
| vtkFloatingPointType * VISU_ColoredPL::GetScalarRange | ( | ) | [virtual, inherited] |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
| void VISU_ColoredPL::SetScalarRange | ( | vtkFloatingPointType | theRange[2] | ) | [virtual, inherited] |
Reimplemented in VISU_DeformedShapeAndScalarMapPL, and VISU_IsoSurfacesPL.
References VISU.CheckIsSameRange().
| void VISU_ColoredPL::SetScalarFilterRange | ( | vtkFloatingPointType | theRange[2] | ) | [inherited] |
References VISU.CheckIsSameRange().
| void VISU_ColoredPL::GetScalarFilterRange | ( | vtkFloatingPointType | theRange[2] | ) | [inherited] |
| vtkFloatingPointType * VISU_ColoredPL::GetScalarFilterRange | ( | ) | [inherited] |
| bool VISU_ColoredPL::IsScalarFilterUsed | ( | ) | [inherited] |
| void VISU_ColoredPL::UseScalarFiltering | ( | bool | theUseScalarFilter | ) | [inherited] |
| void VISU_ColoredPL::SetScaling | ( | int | theScaling | ) | [virtual, inherited] |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
References VISU_FieldTransform.Ident(), and VISU_FieldTransform.Log10().
| int VISU_ColoredPL::GetScaling | ( | ) | [virtual, inherited] |
| void VISU_ColoredPL::SetNbColors | ( | int | theNbColors | ) | [virtual, inherited] |
| int VISU_ColoredPL::GetNbColors | ( | ) | [virtual, inherited] |
| vtkDoubleArray * VISU_ColoredPL::GetDistribution | ( | ) | [inherited] |
References VISU_LookupTable.GetMapScale(), VISU.GetOutput(), and VISU.IsDataOnCells().
| VISU_LookupTable * VISU_ColoredPL::GetMapperTable | ( | ) | [virtual, inherited] |
| VISU_LookupTable * VISU_ColoredPL::GetBarTable | ( | ) | [virtual, inherited] |
| vtkFloatingPointType VISU_ColoredPL::GetMapScale | ( | ) | [virtual, inherited] |
| void VISU_ColoredPL::SetSourceRange | ( | ) | [virtual, inherited] |
| void VISU_ColoredPL::UpdateMapperLookupTable | ( | ) | [virtual, inherited] |
| VISU_Extractor * VISU_ColoredPL::GetExtractorFilter | ( | ) | [protected, inherited] |
| VISU_FieldTransform * VISU_ColoredPL::GetFieldTransformFilter | ( | ) | [protected, inherited] |
| vtkPointSet * VISU_ColoredPL::GetClippedInput | ( | ) | [protected, virtual, inherited] |
Reimplemented from VISU_PipeLine.
| void VISU_PipeLine::ShallowCopy | ( | VISU_PipeLine * | thePipeLine, |
| bool | theIsCopyInput | ||
| ) | [virtual, inherited] |
References VISU_PipeLine.GetImplicitFunction().
| void VISU_PipeLine::SameAs | ( | VISU_PipeLine * | thePipeLine | ) | [virtual, inherited] |
| void VISU_PipeLine::SetMapperHolder | ( | VISU_MapperHolder * | theHolder | ) | [inherited] |
References VISU_MapperHolder.SetPipeLine().
| VISU_MapperHolder * VISU_PipeLine::GetMapperHolder | ( | ) | [inherited] |
| const VISU::PIDMapper & VISU_PipeLine::GetIDMapper | ( | ) | [inherited] |
| vtkDataSet * VISU_PipeLine::GetInput | ( | ) | [virtual, inherited] |
| vtkMapper * VISU_PipeLine::GetMapper | ( | ) | [virtual, inherited] |
| vtkDataSet * VISU_PipeLine::GetOutput | ( | ) | [virtual, inherited] |
Reimplemented in VISU_VectorsPL.
| vtkIdType VISU_PipeLine::GetNodeObjID | ( | vtkIdType | theID | ) | [virtual, inherited] |
| vtkIdType VISU_PipeLine::GetNodeVTKID | ( | vtkIdType | theID | ) | [virtual, inherited] |
| vtkFloatingPointType * VISU_PipeLine::GetNodeCoord | ( | vtkIdType | theObjID | ) | [virtual, inherited] |
| vtkIdType VISU_PipeLine::GetElemObjID | ( | vtkIdType | theID | ) | [virtual, inherited] |
| vtkIdType VISU_PipeLine::GetElemVTKID | ( | vtkIdType | theID | ) | [virtual, inherited] |
| vtkCell * VISU_PipeLine::GetElemCell | ( | vtkIdType | theObjID | ) | [virtual, inherited] |
| bool VISU_PipeLine::IsPlanarInput | ( | ) | [inherited] |
References VISU.GetInput().
| bool VISU_PipeLine::IsShrinkable | ( | ) | [inherited] |
| bool VISU_PipeLine::IsFeatureEdgesAllowed | ( | ) | [inherited] |
| void VISU_PipeLine::SetImplicitFunction | ( | vtkImplicitFunction * | theFunction | ) | [inherited] |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
| vtkImplicitFunction * VISU_PipeLine::GetImplicitFunction | ( | ) | [inherited] |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
| void VISU_PipeLine::SetExtractInside | ( | bool | theMode | ) | [inherited] |
| void VISU_PipeLine::SetExtractBoundaryCells | ( | bool | theMode | ) | [inherited] |
| void VISU_PipeLine::RemoveAllClippingPlanes | ( | ) | [virtual, inherited] |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
| vtkIdType VISU_PipeLine::GetNumberOfClippingPlanes | ( | ) | [inherited] |
| bool VISU_PipeLine::AddClippingPlane | ( | vtkPlane * | thePlane | ) | [virtual, inherited] |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
| vtkPlane * VISU_PipeLine::GetClippingPlane | ( | vtkIdType | theID | ) | [virtual, inherited] |
| void VISU_PipeLine::RemoveClippingPlane | ( | vtkIdType | theID | ) | [virtual, inherited] |
Reimplemented in VISU_DeformedShapeAndScalarMapPL.
References VISU_PipeLine.GetMapperHolder(), and VISU_MapperHolder.RemoveClippingPlane().
| void VISU_PipeLine::SetPlaneParam | ( | vtkFloatingPointType | theDir[3], |
| vtkFloatingPointType | theDist, | ||
| vtkPlane * | thePlane | ||
| ) | [virtual, inherited] |
References VISU.ComputeVisibleBounds(), and VISU.DistanceToPosition().
| void VISU_PipeLine::GetPlaneParam | ( | vtkFloatingPointType | theDir[3], |
| vtkFloatingPointType & | theDist, | ||
| vtkPlane * | thePlane | ||
| ) | [virtual, inherited] |
References VISU.ComputeVisibleBounds(), and VISU.PositionToDistance().
| void VISU_PipeLine::GetVisibleBounds | ( | vtkFloatingPointType | theBounds[6] | ) | [inherited] |
References VISU_PipeLine.ComputeVisibleBounds(), and VISU_PipeLine.myVisibleBounds.
| size_t VISU_PipeLine::CheckAvailableMemory | ( | double | theSize | ) | [static, inherited] |
| size_t VISU_PipeLine::GetAvailableMemory | ( | double | theSize, |
| double | theMinSize = 1024*1024 |
||
| ) | [static, inherited] |
References batchmode_visu_view3d.aMax, and batchmode_visu_view3d.aMin.
| void VISU_PipeLine::ComputeVisibleBounds | ( | ) | [protected, virtual, inherited] |
| void VISU_PipeLine::SetIsShrinkable | ( | bool | theIsShrinkable | ) | [protected, inherited] |
| void VISU_PipeLine::SetIsFeatureEdgesAllowed | ( | bool | theIsFeatureEdgesAllowed | ) | [protected, inherited] |
| void VISU_UnstructuredGridPL::SetUnstructuredGridIDMapper | ( | const VISU::PUnstructuredGridIDMapper & | theIDMapper | ) | [inherited] |
| VISU_DataSetMapperHolder * VISU_UnstructuredGridPL::GetDataSetMapperHolder | ( | ) | [inherited] |
| vtkDataSetMapper * VISU_UnstructuredGridPL::GetDataSetMapper | ( | ) | [inherited] |
vtkFloatingPointType VISU_Plot3DPL.myAngle[3] [protected] |
bool VISU_Plot3DPL.myIsRelative [protected] |
bool VISU_Plot3DPL.myIsContour [protected] |
vtkFloatingPointType VISU_Plot3DPL.myPosition [protected] |
vtkFloatingPointType VISU_Plot3DPL.myScaleFactor [protected] |
vtkFloatingPointType VISU_Plot3DPL.myMapScaleFactor [protected] |
vtkSmartPointer<VISU_CellDataToPointData> VISU_Plot3DPL.myCellDataToPointData [protected] |
vtkSmartPointer<vtkAppendPolyData> VISU_Plot3DPL.myAppendPolyData [protected] |
vtkSmartPointer<vtkGeometryFilter> VISU_Plot3DPL.myGeometryFilter [protected] |
vtkSmartPointer<vtkContourFilter> VISU_Plot3DPL.myContourFilter [protected] |
vtkSmartPointer<vtkWarpScalar> VISU_Plot3DPL.myWarpScalar [protected] |
VISU::TNames VISU_MergedPL.myGeometryNames [inherited] |
vtkFloatingPointType VISU_PipeLine.myVisibleBounds[6] [protected, inherited] |
vtkTimeStamp VISU_PipeLine.myVisibleComputeTime [protected, inherited] |