Home
last modified time | relevance | path

Searched defs:GetMesh (Results 1 – 25 of 68) sorted by relevance

123

/dports/science/chrono/chrono-7.0.1/src/chrono/physics/
H A DChBodyEasy.h198 std::shared_ptr<geometry::ChTriangleMeshConnected> GetMesh() const { return m_mesh; } in GetMesh() function
236 std::shared_ptr<geometry::ChTriangleMeshConnected> GetMesh() const { return m_mesh; } in GetMesh() function
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/include/FCDocument/
H A DFCDGeometry.h89 FCDGeometryMesh* GetMesh() { return mesh; } in GetMesh() function
90 const FCDGeometryMesh* GetMesh() const { return mesh; } /**< See above. */ in GetMesh() function
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDGeometry.h89 FCDGeometryMesh* GetMesh() { return mesh; } in GetMesh() function
90 const FCDGeometryMesh* GetMesh() const { return mesh; } /**< See above. */ in GetMesh() function
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkDataSetEdgeSubdivisionCriterion.h182 inline vtkDataSet* vtkDataSetEdgeSubdivisionCriterion::GetMesh() in GetMesh() function
186 inline const vtkDataSet* vtkDataSetEdgeSubdivisionCriterion::GetMesh() const in GetMesh() function
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkDataSetEdgeSubdivisionCriterion.h177 inline vtkDataSet* vtkDataSetEdgeSubdivisionCriterion::GetMesh() { return this->Current… in GetMesh() function
178 inline const vtkDataSet* vtkDataSetEdgeSubdivisionCriterion::GetMesh() const { return this->Current… in GetMesh() function
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkDataSetEdgeSubdivisionCriterion.h166 inline vtkDataSet* vtkDataSetEdgeSubdivisionCriterion::GetMesh() { return this->Current… in GetMesh() function
167 inline const vtkDataSet* vtkDataSetEdgeSubdivisionCriterion::GetMesh() const { return this->Current… in GetMesh() function
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/model/
H A Dmodel.cpp33 CModelMesh* CModel::GetMesh(const std::string& name) in GetMesh() function in Gfx::CModel
44 const CModelMesh* CModel::GetMesh(const std::string& name) const in GetMesh() function in Gfx::CModel
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/include/
H A DitkMeshSpatialObject.hxx141 ::GetMesh() in GetMesh() function in itk::MeshSpatialObject
149 ::GetMesh() const in GetMesh() function in itk::MeshSpatialObject
/dports/science/chrono/chrono-7.0.1/src/chrono/fea/
H A DChContactSurface.h43 ChMesh* GetMesh() { return m_mesh; } in GetMesh() function
H A DChMeshSurface.h39 ChMesh* GetMesh() { return mmesh; } in GetMesh() function
/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/
H A DMeshManager.cpp41 CModelDefPtr CMeshManager::GetMesh(const VfsPath& pathname) in GetMesh() function in CMeshManager
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/terrain/
H A DFEADeformableTerrain.h80 std::shared_ptr<fea::ChMesh> GetMesh() const { return m_mesh; } in GetMesh() function
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-appmesh/include/aws/appmesh/model/
H A DUpdateMeshResult.h41 inline const MeshData& GetMesh() const{ return m_mesh; } in GetMesh() function
H A DDeleteMeshResult.h43 inline const MeshData& GetMesh() const{ return m_mesh; } in GetMesh() function
H A DCreateMeshResult.h43 inline const MeshData& GetMesh() const{ return m_mesh; } in GetMesh() function
H A DDescribeMeshResult.h43 inline const MeshData& GetMesh() const{ return m_mesh; } in GetMesh() function
/dports/science/chrono/chrono-7.0.1/src/chrono_gpu/physics/
H A DChSystemGpu.h438 …std::shared_ptr<geometry::ChTriangleMeshConnected> GetMesh(unsigned int mesh_id) const { return m_… in GetMesh() function
/dports/games/duel/duel/src/libDazzle/
H A DModelManager.cpp77 CMesh* CModelManager::GetMesh(int in_Index_i) in GetMesh() function in CModelManager
/dports/devel/bullet/bullet3-3.21/Extras/VHACD/inc/
H A DvhacdICHull.h39 TMMesh& GetMesh() { return m_mesh; } in GetMesh() function
/dports/devel/godot/godot-3.2.3-stable/thirdparty/vhacd/inc/
H A DvhacdICHull.h36 TMMesh& GetMesh() { return m_mesh; } in GetMesh() function
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/vhacd/inc/
H A DvhacdICHull.h36 TMMesh& GetMesh() { return m_mesh; } in GetMesh() function
/dports/devel/py-bullet3/bullet3-3.21/Extras/VHACD/inc/
H A DvhacdICHull.h39 TMMesh& GetMesh() { return m_mesh; } in GetMesh() function
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUTMesh.h64 LPD3DXMESH GetMesh() { return m_pMesh; } in GetMesh() function
/dports/science/chrono/chrono-7.0.1/src/chrono/assets/
H A DChTriangleMeshShape.h35 std::shared_ptr<geometry::ChTriangleMeshConnected> GetMesh() { return trimesh; } in GetMesh() function
/dports/devel/bullet/bullet3-3.21/Extras/HACD/
H A DhacdICHull.h46 TMMesh &GetMesh() { return m_mesh; } in GetMesh() function

123