Home
last modified time | relevance | path

Searched refs:tempGeom (Results 1 – 12 of 12) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/IGESDimen/
H A DIGESDimen_ToolPointDimension.cxx47 Handle(IGESData_IGESEntity) tempGeom; in ReadOwnParams() local
57 …PR.ReadEntity(IR, PR.Current(), "Enclosing entity", tempGeom); //szv#4:S4163:12Mar99 `st=` not nee… in ReadOwnParams()
60 ent->Init(tempNote, leadArr, tempGeom); in ReadOwnParams()
87 DeclareAndCast(IGESData_IGESEntity, tempGeom, in OwnCopy()
89 ent->Init(tempNote, tempArrow, tempGeom); in OwnCopy()
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgsmaptooldeletering.cpp132 QgsGeometry tempGeom; in ringUnderPoint() local
157 tempGeom = QgsGeometry::fromPolygonXY( tempPol ); in ringUnderPoint()
158 if ( tempGeom.area() < area && tempGeom.contains( &p ) ) in ringUnderPoint()
163 area = tempGeom.area(); in ringUnderPoint()
164 ringGeom = tempGeom; in ringUnderPoint()
H A Dqgsmaptoolfillring.cpp240 const QgsGeometry tempGeom = QgsGeometry::fromPolygonXY( tempPol ); in ringUnderPoint() local
241 if ( tempGeom.area() < area && tempGeom.contains( &p ) ) in ringUnderPoint()
244 area = tempGeom.area(); in ringUnderPoint()
245 ringGeom = tempGeom; in ringUnderPoint()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgsmaptooldeletering.cpp132 QgsGeometry tempGeom; in ringUnderPoint() local
157 tempGeom = QgsGeometry::fromPolygonXY( tempPol ); in ringUnderPoint()
158 if ( tempGeom.area() < area && tempGeom.contains( &p ) ) in ringUnderPoint()
163 area = tempGeom.area(); in ringUnderPoint()
164 ringGeom = tempGeom; in ringUnderPoint()
H A Dqgsmaptoolfillring.cpp231 QgsGeometry tempGeom = QgsGeometry::fromPolygonXY( tempPol ); in ringUnderPoint() local
232 if ( tempGeom.area() < area && tempGeom.contains( &p ) ) in ringUnderPoint()
235 area = tempGeom.area(); in ringUnderPoint()
236 ringGeom = tempGeom; in ringUnderPoint()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimGeoAnnotationSource.cpp144 ossimRefPtr<ossimImageGeometry> tempGeom = geom; in transformObjects() local
145 if(!tempGeom) in transformObjects()
147 tempGeom = m_geometry.get(); in transformObjects()
150 if(!tempGeom) return; in transformObjects()
H A DossimVpfAnnotationSource.cpp100 ossimImageGeometry* tempGeom = geom; in transformObjects() local
102 if(!tempGeom) in transformObjects()
104 tempGeom = m_geometry.get(); in transformObjects()
107 if(!tempGeom) return; in transformObjects()
110 theLibraryInfo[idx]->transform(tempGeom); in transformObjects()
/dports/graphics/qgis/qgis-3.22.3/src/core/dxf/
H A Dqgsdxfexport.cpp1610 std::unique_ptr< QgsAbstractGeometry > tempGeom; in addFeature() local
1621 tempGeom.reset( geos.offsetCurve( offset, 0, Qgis::JoinStyle::Miter, 2.0 ) ); //#spellok in addFeature()
1622 if ( tempGeom ) in addFeature()
1623 sourceGeom = tempGeom.get(); in addFeature()
1647 if ( tempGeom ) in addFeature()
1648 sourceGeom = tempGeom.get(); in addFeature()
1676 if ( tempGeom ) in addFeature()
1677 sourceGeom = tempGeom.get(); in addFeature()
1699 if ( tempGeom ) in addFeature()
1700 sourceGeom = tempGeom.get(); in addFeature()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/dxf/
H A Dqgsdxfexport.cpp1596 std::unique_ptr< QgsAbstractGeometry > tempGeom; in addFeature() local
1607 tempGeom.reset( geos.offsetCurve( offset, 0, GEOSBUF_JOIN_MITRE, 2.0 ) ); //#spellok in addFeature()
1608 if ( tempGeom ) in addFeature()
1609 sourceGeom = tempGeom.get(); in addFeature()
1633 if ( tempGeom ) in addFeature()
1634 sourceGeom = tempGeom.get(); in addFeature()
1662 if ( tempGeom ) in addFeature()
1663 sourceGeom = tempGeom.get(); in addFeature()
1685 if ( tempGeom ) in addFeature()
1686 sourceGeom = tempGeom.get(); in addFeature()
[all …]
/dports/devel/ode/ode-0.13/ode/src/
H A Dcollision_trimesh_trimesh_new.cpp430 dxGeom *tempGeom = g1; g1 = g2; g2 = tempGeom; in PushNewContact() local
/dports/games/alienarena/alienarena-7.66/source/unix/odesrc/
H A Dcollision_trimesh_trimesh_new.cpp429 dxGeom *tempGeom = g1; g1 = g2; g2 = tempGeom; in PushNewContact() local
/dports/games/alienarena-data/alienarena-7.66/source/unix/odesrc/
H A Dcollision_trimesh_trimesh_new.cpp429 dxGeom *tempGeom = g1; g1 = g2; g2 = tempGeom; in PushNewContact() local