Home
last modified time | relevance | path

Searched defs:SetGeometry (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/stlgeom/
H A Dvsstl.hpp21 void SetGeometry (class STLGeometry * astlgeometry) { stlgeometry = astlgeometry; } in SetGeometry() function in netgen::VisualSceneSTLGeometry
38 void SetGeometry (class STLGeometry * astlgeometry) { stlgeometry = astlgeometry; } in SetGeometry() function in netgen::VisualSceneSTLMeshing
/dports/cad/netgen/netgen-6.2.2105/libsrc/stlgeom/
H A Dvsstl.hpp21 void SetGeometry (class STLGeometry * astlgeometry) { stlgeometry = astlgeometry; } in SetGeometry() function in netgen::VisualSceneSTLGeometry
38 void SetGeometry (class STLGeometry * astlgeometry) { stlgeometry = astlgeometry; } in SetGeometry() function in netgen::VisualSceneSTLMeshing
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-location/include/aws/location/model/
H A DBatchPutGeofenceRequestEntry.h112 …inline void SetGeometry(const GeofenceGeometry& value) { m_geometryHasBeenSet = true; m_geometry =… in SetGeometry() function
120 …inline void SetGeometry(GeofenceGeometry&& value) { m_geometryHasBeenSet = true; m_geometry = std:… in SetGeometry() function
H A DPutGeofenceRequest.h148 …inline void SetGeometry(const GeofenceGeometry& value) { m_geometryHasBeenSet = true; m_geometry =… in SetGeometry() function
156 …inline void SetGeometry(GeofenceGeometry&& value) { m_geometryHasBeenSet = true; m_geometry = std:… in SetGeometry() function
H A DGetGeofenceResult.h117 inline void SetGeometry(const GeofenceGeometry& value) { m_geometry = value; } in SetGeometry() function
122 inline void SetGeometry(GeofenceGeometry&& value) { m_geometry = std::move(value); } in SetGeometry() function
H A DListGeofenceResponseEntry.h140 …inline void SetGeometry(const GeofenceGeometry& value) { m_geometryHasBeenSet = true; m_geometry =… in SetGeometry() function
145 …inline void SetGeometry(GeofenceGeometry&& value) { m_geometryHasBeenSet = true; m_geometry = std:… in SetGeometry() function
H A DLeg.h195 …inline void SetGeometry(const LegGeometry& value) { m_geometryHasBeenSet = true; m_geometry = valu… in SetGeometry() function
200 …inline void SetGeometry(LegGeometry&& value) { m_geometryHasBeenSet = true; m_geometry = std::move… in SetGeometry() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-textract/include/aws/textract/model/
H A DExpenseDetection.h90 …inline void SetGeometry(const Geometry& value) { m_geometryHasBeenSet = true; m_geometry = value; } in SetGeometry() function
93 …inline void SetGeometry(Geometry&& value) { m_geometryHasBeenSet = true; m_geometry = std::move(va… in SetGeometry() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rekognition/include/aws/rekognition/model/
H A DCustomLabel.h127 …inline void SetGeometry(const Geometry& value) { m_geometryHasBeenSet = true; m_geometry = value; } in SetGeometry() function
134 …inline void SetGeometry(Geometry&& value) { m_geometryHasBeenSet = true; m_geometry = std::move(va… in SetGeometry() function
H A DTextDetection.h219 …inline void SetGeometry(const Geometry& value) { m_geometryHasBeenSet = true; m_geometry = value; } in SetGeometry() function
226 …inline void SetGeometry(Geometry&& value) { m_geometryHasBeenSet = true; m_geometry = std::move(va… in SetGeometry() function
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/geom2d/
H A Dvsgeom2d.hpp19 void SetGeometry (const class SplineGeometry2d * ageometry2d) { geometry2d = ageometry2d; } in SetGeometry() function in netgen::VisualSceneGeometry2d
/dports/cad/netgen/netgen-6.2.2105/libsrc/geom2d/
H A Dvsgeom2d.hpp19 void SetGeometry (const class SplineGeometry2d * ageometry2d) { geometry2d = ageometry2d; } in SetGeometry() function in netgen::VisualSceneGeometry2d
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/csg/
H A Dvscsg.hpp22 void SetGeometry (class CSGeometry * ageometry) { geometry = ageometry; } in SetGeometry() function in netgen::VisualSceneGeometry
/dports/cad/netgen/netgen-6.2.2105/libsrc/csg/
H A Dvscsg.hpp22 void SetGeometry (class CSGeometry * ageometry) { geometry = ageometry; } in SetGeometry() function in netgen::VisualSceneGeometry
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/occ/
H A Dvsocc.hpp22 void SetGeometry (class OCCGeometry * ageom) { occgeometry = ageom; } in SetGeometry() function in netgen::VisualSceneOCCGeometry
/dports/misc/sdformat/osrf-sdformat-f555f9a69f8f/src/
H A DCollision_TEST.cc51 TEST(DOMcollision, SetGeometry) in TEST() argument
/dports/cad/netgen/netgen-6.2.2105/libsrc/occ/
H A Dvsocc.hpp22 void SetGeometry (class OCCGeometry * ageom) { occgeometry = ageom; } in SetGeometry() function in netgen::VisualSceneOCCGeometry
/dports/net-im/coccinella/Coccinella-0.96.20Src/contrib/
H A Dnotebox.tcl144 proc ::notebox::SetGeometry {t} { procedure
/dports/cad/opencascade/opencascade-7.6.0/src/VrmlData/
H A DVrmlData_ShapeNode.hxx63 inline void SetGeometry (const Handle(VrmlData_Geometry)& theGeometry) in SetGeometry() function in VrmlData_ShapeNode
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DVrmlData_ShapeNode.hxx63 inline void SetGeometry (const Handle(VrmlData_Geometry)& theGeometry) in SetGeometry() function in VrmlData_ShapeNode
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DVrmlData_ShapeNode.hxx63 inline void SetGeometry (const Handle(VrmlData_Geometry)& theGeometry) in SetGeometry() function in VrmlData_ShapeNode
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/univ/
H A Dmenuitem.h61 void SetGeometry(wxCoord y, wxCoord height) in SetGeometry() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/media/base/
H A Dvideo_plane_controller.cc87 void SetGeometry(const chromecast::RectF& display_rect, in SetGeometry() function in chromecast::media::VideoPlaneController::RateLimitedSetVideoPlaneGeometry
183 void VideoPlaneController::SetGeometry(const gfx::RectF& gfx_display_rect, in SetGeometry() function in chromecast::media::VideoPlaneController
/dports/science/chrono/chrono-7.0.1/src/chrono/particlefactory/
H A DChRandomParticlePosition.h109 … void SetGeometry(std::shared_ptr<geometry::ChGeometry> mgeometry) { this->geometry = mgeometry; } in SetGeometry() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/filter/
H A DProbe.hxx29 inline void Probe::SetGeometry(const vtkm::cont::DataSet& geometry) in SetGeometry() function in vtkm::filter::Probe

12345678