Home
last modified time | relevance | path

Searched defs:_mesh (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/
H A DRulesT.hh155 explicit VF(M& _mesh) : Inherited(_mesh) {} in VF()
177 explicit FF(M& _mesh) : Inherited(_mesh) {} in FF()
199 explicit FFc(M& _mesh) : Inherited(_mesh) {} in FFc()
221 explicit FV(M& _mesh) : Inherited(_mesh) {} in FV()
280 explicit VV(M& _mesh) : Inherited(_mesh) {} in VV()
302 explicit VVc(M& _mesh) : Inherited(_mesh) {} in VVc()
324 explicit VE(M& _mesh) : Inherited(_mesh) {} in VE()
346 explicit VdE(M& _mesh) : Inherited(_mesh) {} in VdE()
390 explicit EV(M& _mesh) : Inherited(_mesh) {} in EV()
449 explicit EF(M& _mesh) : Inherited(_mesh) {} in EF()
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/IO/
H A DMeshIO.hh112 read_mesh(Mesh& _mesh, in read_mesh()
142 read_mesh(Mesh& _mesh, in read_mesh()
174 read_mesh(Mesh& _mesh, in read_mesh()
207 bool write_mesh(const Mesh& _mesh, in write_mesh()
239 bool write_mesh(const Mesh& _mesh, in write_mesh()
268 size_t binary_size(const Mesh& _mesh, in binary_size()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Mesh/
H A DSmartHandles.hh71 explicit SmartBaseHandle(const PolyConnectivity* _mesh = nullptr) : mesh_(_mesh) {} in SmartBaseHandle()
186 inline SmartVertexHandle make_smart(VertexHandle _vh, const PolyConnectivity* _mesh) { return S… in make_smart()
188 inline SmartHalfedgeHandle make_smart(HalfedgeHandle _hh, const PolyConnectivity* _mesh) { return S… in make_smart()
190 inline SmartEdgeHandle make_smart(EdgeHandle _eh, const PolyConnectivity* _mesh) { return S… in make_smart()
192 inline SmartFaceHandle make_smart(FaceHandle _fh, const PolyConnectivity* _mesh) { return S… in make_smart()
195 inline SmartVertexHandle make_smart(VertexHandle _vh, const PolyConnectivity& _mesh) { return S… in make_smart()
197 inline SmartHalfedgeHandle make_smart(HalfedgeHandle _hh, const PolyConnectivity& _mesh) { return S… in make_smart()
199 inline SmartEdgeHandle make_smart(EdgeHandle _eh, const PolyConnectivity& _mesh) { return S… in make_smart()
201 inline SmartFaceHandle make_smart(FaceHandle _fh, const PolyConnectivity& _mesh) { return S… in make_smart()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/SmartTagger/
H A DSmartTaggerT.hh203 SmartTaggerVT(Mesh& _mesh, unsigned int _tag_range = 1) : BaseType(_mesh, _tag_range) {} in SmartTaggerVT()
212 SmartTaggerET(Mesh& _mesh, unsigned int _tag_range = 1) : BaseType(_mesh, _tag_range) {} in SmartTaggerET()
221 SmartTaggerFT(Mesh& _mesh, unsigned int _tag_range = 1): BaseType(_mesh, _tag_range) {} in SmartTaggerFT()
230 SmartTaggerHT(Mesh& _mesh, unsigned int _tag_range = 1): BaseType(_mesh, _tag_range){} in SmartTaggerHT()
/dports/math/openmesh/OpenMesh-8.1/Doc/Tutorial/04-stl_algorithms/
H A Dsmooth_algo.hh16 explicit SmootherT(Mesh& _mesh) in SmootherT()
51 ComputeCOG(Mesh& _mesh, Property_cog& _cog) in ComputeCOG()
80 SetCOG(Mesh& _mesh, Property_cog& _cog) in SetCOG()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Examples/Tutorial04/
H A Dsmooth_algo.hh16 explicit SmootherT(Mesh& _mesh) in SmootherT()
51 ComputeCOG(Mesh& _mesh, Property_cog& _cog) in ComputeCOG()
81 SetCOG(Mesh& _mesh, Property_cog& _cog) in SetCOG()
/dports/misc/sdformat/osrf-sdformat-f555f9a69f8f/src/
H A DMesh.cc54 Mesh::Mesh(const Mesh &_mesh) in Mesh()
65 Mesh &Mesh::operator=(const Mesh &_mesh) in operator =()
76 Mesh::Mesh(Mesh &&_mesh) in Mesh() function in Mesh
/dports/graphics/blender/blender-2.91.0/intern/dualcon/intern/
H A Ddualcon_c_api.cpp36 #define GET_TRI(_mesh, _n) \ argument
39 #define GET_CO(_mesh, _n) (*(DualConCo)(((char *)(_mesh)->co) + ((_n) * (_mesh)->co_stride))) argument
41 #define GET_LOOP(_mesh, _n) \ argument
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dmesh_mover_linear.cpp66 MeshMoverLinear::MeshMoverLinear(LAMMPS *lmp, AbstractMesh *_mesh, FixMoveMesh *_fix_move_mesh, in MeshMoverLinear()
118 MeshMoverLinearVariable::MeshMoverLinearVariable(LAMMPS *lmp,AbstractMesh *_mesh, FixMoveMesh *_fix… in MeshMoverLinearVariable()
229 MeshMoverWiggle::MeshMoverWiggle(LAMMPS *lmp,AbstractMesh *_mesh, FixMoveMesh *_fix_move_mesh, in MeshMoverWiggle()
291 MeshMoverVibLin::MeshMoverVibLin(LAMMPS *lmp,AbstractMesh *_mesh, FixMoveMesh *_fix_move_mesh, in MeshMoverVibLin()
H A Dmesh_mover_rotation.cpp66 MeshMoverRotate::MeshMoverRotate(LAMMPS *lmp,AbstractMesh *_mesh, FixMoveMesh *_fix_move_mesh, in MeshMoverRotate()
144 MeshMoverRotateVariable::MeshMoverRotateVariable(LAMMPS *lmp,AbstractMesh *_mesh, FixMoveMesh *_fix… in MeshMoverRotateVariable()
252 MeshMoverRiggle::MeshMoverRiggle(LAMMPS *lmp,AbstractMesh *_mesh, FixMoveMesh *_fix_move_mesh, in MeshMoverRiggle()
333 MeshMoverVibRot::MeshMoverVibRot(LAMMPS *lmp,AbstractMesh *_mesh, FixMoveMesh *_fix_move_mesh, in MeshMoverVibRot()
/dports/graphics/dilay/dilay-1.9.0/lib/src/sketch/
H A Dmesh-intersection.hpp20 SketchMesh* _mesh; member in SketchMeshIntersection
/dports/math/libmesh/libmesh-1.6.2/tests/fe/
H A Dfe_rational_map.C29 Mesh * _mesh; variable
119 delete _mesh; in tearDown() local
/dports/graphics/dilay/dilay-1.9.0/lib/src/dynamic/
H A Dmesh-intersection.hpp23 DynamicMesh* _mesh; member in DynamicMeshIntersection
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/ad/
H A Dad_generic.h45 Mesh3DS *_mesh; variable
H A Dad_walkplane.h43 Mesh3DS *_mesh; variable
H A Dad_block.h45 Mesh3DS *_mesh; variable
/dports/graphics/magnum-extras/magnum-extras-2019.10/src/Magnum/Ui/
H A DBasicGLLayer.h82 GL::Mesh _mesh; variable
H A DBasicInstancedGLLayer.h82 GL::Mesh _mesh; variable
/dports/math/libmesh/libmesh-1.6.2/tests/mesh/
H A Dmixed_dim_mesh_test.C105 delete _mesh; in tearDown() local
500 delete _mesh; in tearDown() local
727 delete _mesh; in tearDown() local
955 delete _mesh; in tearDown() local
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Kernel_OSG/
H A DbindT.hh101 bool bind( osg::GeometryPtr& _geo, Mesh& _mesh ) in bind()
115 bool bind( Mesh& _mesh, osg::GeometryPtr& _geo ) in bind()
/dports/graphics/animorph/animorph-0.3/include/animorph/
H A DColladaExporter.h71 ColladaExporter (Animorph::Mesh &_mesh) : mesh (_mesh) in ColladaExporter()
H A DObjExporter.h73 ObjExporter (Animorph::Mesh &_mesh) : mesh (_mesh) in ObjExporter()
H A DOgreXMLExporter.h60 OgreXMLExporter (Animorph::Mesh &_mesh) : mesh (_mesh) in OgreXMLExporter()
H A DRIBExporter.h79 RIBExporter (Animorph::Mesh &_mesh) : mesh (_mesh) in RIBExporter()
/dports/graphics/reallyslick/rss-glx_0.9.1/src/PixelCity/
H A DDeco.h9 class CMesh* _mesh; variable

1234567