Home
last modified time | relevance | path

Searched refs:LocalPts (Results 1 – 7 of 7) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_Animation.cxx271 aPosition.LocalPts = thePts - myPtsStart; in Update()
273 ? (aPosition.LocalPts / myOwnDuration) in Update()
287 if (thePosition.LocalPts < 0.0 in updateWithChildren()
297 aPosition.LocalPts = aPosition.LocalPts - anAnim->StartPts(); in updateWithChildren()
299 ? (aPosition.LocalPts / anAnim->OwnDuration()) in updateWithChildren()
306 if (thePosition.LocalPts >= Duration()) in updateWithChildren()
H A DAIS_Animation.hxx26 Standard_Real LocalPts; //!< presentation within current animation member
29 AIS_AnimationProgress() : Pts (-1.0), LocalPts (-1.0), LocalNormalized (-1.0) {} in AIS_AnimationProgress()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DAIS_Animation.hxx26 Standard_Real LocalPts; //!< presentation within current animation member
29 AIS_AnimationProgress() : Pts (-1.0), LocalPts (-1.0), LocalNormalized (-1.0) {} in AIS_AnimationProgress()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DAIS_Animation.hxx26 Standard_Real LocalPts; //!< presentation within current animation member
29 AIS_AnimationProgress() : Pts (-1.0), LocalPts (-1.0), LocalNormalized (-1.0) {} in AIS_AnimationProgress()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkContour3DLinearGrid.cxx117 LocalPtsType LocalPts; member
119 LocalDataType() { this->LocalPts.reserve(2048); } in LocalDataType()
171 const std::vector<LocalPtsType*>* LocalPts; member
175 : LocalPts(lp) in ProducePoints()
192 lPts = (*this->LocalPts)[threadId]; in operator ()()
260 localPts.push_back(&((*ldItr).LocalPts)); in Reduce()
262 numPts += static_cast<vtkIdType>(((*ldItr).LocalPts.size() / 3)); // x-y-z components in Reduce()
304 auto& lPts = localData.LocalPts; in operator ()()
375 auto& lPts = localData.LocalPts; in operator ()()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkContour3DLinearGrid.cxx558 LocalPtsType LocalPts; member
563 this->LocalPts.reserve(2048); in LocalDataType()
605 typename ContourCells<TIP,TOP,TS>::LocalPtsType& lPts = localData.LocalPts; in operator ()()
659 numPts += static_cast<vtkIdType>(((*ldItr).LocalPts.size() / 3)); //x-y-z components in Reduce()
677 pEnd = (*ldItr).LocalPts.end(); in Reduce()
678 for ( pItr = (*ldItr).LocalPts.begin(); pItr != pEnd; ) in Reduce()
/dports/cad/opencascade/opencascade-7.6.0/src/ViewerTest/
H A DViewerTest_ViewerCommands.cxx6542 replace (aCmd, "%localpts", TCollection_AsciiString(theProgress.LocalPts)); in update()
6543 replace (aCmd, "%ptslocal", TCollection_AsciiString(theProgress.LocalPts)); in update()