Home
last modified time | relevance | path

Searched refs:getOrtho (Results 1 – 25 of 45) sorted by relevance

12

/dports/math/hmat-oss/hmat-oss-1.7.1/src/
H A Drk_matrix.cpp243 newAB->setOrtho( uv->getOrtho()); in truncatedAB()
396 newA->setOrtho(ur->getOrtho()); in mGSTruncate()
397 newB->setOrtho(vr->getOrtho()); in mGSTruncate()
443 …int gain = (usedParts[i]->a->getOrtho() + usedParts[i]->b->getOrtho())*usedParts[i]->rank()*usedPa… in optimizeRkArray()
453 initialPivotA = usedParts[0]->a->getOrtho() ? usedParts[0]->rank() : 0; in optimizeRkArray()
454 initialPivotB = usedParts[0]->b->getOrtho() ? usedParts[0]->rank() : 0; in optimizeRkArray()
467 …int rkA = Rk1->a->getOrtho() ? Rk1->rank() + (Rk2->a->getOrtho() && !Rk1->rows->intersects(*Rk2->r… in optimizeRkArray()
468 …int rkB = Rk1->b->getOrtho() ? Rk1->rank() + (Rk2->b->getOrtho() && !Rk1->cols->intersects(*Rk2->c… in optimizeRkArray()
556 int initialPivotA = usedParts[0]->a->getOrtho() ? usedParts[0]->rank() : 0; in formattedAddParts()
557 int initialPivotB = usedParts[0]->b->getOrtho() ? usedParts[0]->rank() : 0; in formattedAddParts()
H A Dfromdouble.cpp47 result->setOrtho(d->getOrtho()); in fromDoubleScalarArray()
73 result->data.setOrtho(f->data.getOrtho()); in fromDoubleFull()
H A Dscalar_array.hpp497 if (flag && test) assert(getOrtho() == testOrtho()); in setOrtho()
501 inline int getOrtho() const { in getOrtho() function in hmat::ScalarArray
H A Dserialization.cpp247 writeInt(matrix->rk()->a->getOrtho()); in writeLeaf()
248 writeInt(matrix->rk()->b->getOrtho()); in writeLeaf()
H A Dscalar_array.cpp296 result->setOrtho(getOrtho()); in copy()
368 setOrtho(a->getOrtho()); in copyMatrixAtOffset()
1398 … rows, cols, (res < ref * test_accuracy), getOrtho(), res, ref, res/ref, ratio, ratioMax); in testOrtho()
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgContext.cxx159 void ssgContext::getOrtho ( float *w, float *h ) in getOrtho() function in ssgContext
161 frustum -> getOrtho ( w, h ) ; in getOrtho()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgShadow/
H A DMinimalShadowMap.cpp406 bool ortho = projectionMatrix.getOrtho( l, r, b, t, n, f ); in trimProjection()
472 if( !perspective && !projection.getOrtho( l, r, b, t, n, f ) ) in clampProjection()
516 if( !frustum && !projection.getOrtho( l,r,b,t,n,f ) ) { in extendProjection()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgShadow/
H A DMinimalShadowMap.cpp406 bool ortho = projectionMatrix.getOrtho( l, r, b, t, n, f ); in trimProjection()
472 if( !perspective && !projection.getOrtho( l, r, b, t, n, f ) ) in clampProjection()
516 if( !frustum && !projection.getOrtho( l,r,b,t,n,f ) ) { in extendProjection()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/cfg/
H A DCamera.cpp215 bool Camera::Lens::getOrtho( double& left, double& right, in getOrtho() function in Camera::Lens
261 if( !getOrtho(_ortho_left,_ortho_right,_ortho_bottom,_ortho_top,_nearClip,_farClip) ) in convertToPerspective()
308 if(getOrtho(left,right,bottom,top,nearClip,farClip)) in getParams()
H A DCamera.h151 bool getOrtho( double& left, double& right,
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/cfg/
H A DCamera.cpp214 bool Camera::Lens::getOrtho( double& left, double& right, in getOrtho() function in Camera::Lens
260 if( !getOrtho(_ortho_left,_ortho_right,_ortho_bottom,_ortho_top,_nearClip,_farClip) ) in convertToPerspective()
308 if(getOrtho(left,right,bottom,top,nearClip,farClip)) in getParams()
H A DCamera.h151 bool getOrtho( double& left, double& right,
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DOverlayDecorator.cpp81 m.getOrtho(l,r,b,t,n,f); in setFar()
97 m.getOrtho(l,r,b,t,n,f); in clampToNearFar()
662 projMatrix.getOrtho(xmin, xmax, ymin, ymax, orthoNear, orthoFar); in cullTerrainAndCalculateRTTParams()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthUtil/
H A DViewFitter.cpp136 projMatrix.getOrtho(L, R, B, T, N, F); in createViewpoint()
H A DGeodeticGraticule.cpp448 proj.getOrtho(L, R, B, T, N, F); in cull()
502 proj.getOrtho(nLeft, nRight, nBottom, nTop, nearPlane, farPlane); in getViewExtent()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DMatrix_implementation.cpp826 bool Matrix_implementation::getOrtho(Matrix_implementation::value_type& left, Matrix_implementation… in getOrtho() function in Matrix_implementation
844 bool Matrix_implementation::getOrtho(Matrix_implementation::other_value_type& left, Matrix_implemen… in getOrtho() function in Matrix_implementation
849 if (getOrtho(temp_left, temp_right, temp_bottom, temp_top, temp_zNear, temp_zFar)) in getOrtho()
H A DCamera.cpp234 return _projectionMatrix.getOrtho(left, right, in getProjectionMatrixAsOrtho()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DMatrix_implementation.cpp870 bool Matrix_implementation::getOrtho(Matrix_implementation::value_type& left, Matrix_implementation… in getOrtho() function in Matrix_implementation
888 bool Matrix_implementation::getOrtho(Matrix_implementation::other_value_type& left, Matrix_implemen… in getOrtho() function in Matrix_implementation
893 if (getOrtho(temp_left, temp_right, temp_bottom, temp_top, temp_zNear, temp_zFar)) in getOrtho()
H A DCamera.cpp235 return _projectionMatrix.getOrtho(left, right, in getProjectionMatrixAsOrtho()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXMat4f.h135 …void getOrtho(FXfloat& xlo,FXfloat& xhi,FXfloat& ylo,FXfloat& yhi,FXfloat& zlo,FXfloat& zhi) const;
H A DFXMat4d.h135 …void getOrtho(FXdouble& xlo,FXdouble& xhi,FXdouble& ylo,FXdouble& yhi,FXdouble& zlo,FXdouble& zhi)…
/dports/x11-toolkits/fox17/fox-1.7.77/include/
H A DFXMat4d.h135 …void getOrtho(FXdouble& xlo,FXdouble& xhi,FXdouble& ylo,FXdouble& yhi,FXdouble& zlo,FXdouble& zhi)…
H A DFXMat4f.h135 …void getOrtho(FXfloat& xlo,FXfloat& xhi,FXfloat& ylo,FXfloat& yhi,FXfloat& zlo,FXfloat& zhi) const;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DMatrixd151 bool getOrtho(double& left, double& right,
155 /** float version of getOrtho(..) */
156 bool getOrtho(float& left, float& right,
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DMatrixd151 bool getOrtho(double& left, double& right,
155 /** float version of getOrtho(..) */
156 bool getOrtho(float& left, float& right,

12