Home
last modified time | relevance | path

Searched refs:VertexType (Results 201 – 225 of 825) sorted by relevance

12345678910>>...33

/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Disotropic_remeshing.h47 typedef typename FaceType::VertexType VertexType; typedef
559 VertexType *v0=tp.V(); in testSwap()
561 std::vector<VertexType*> incident; in testSwap()
568 VertexType *v1=tp.V(); in testSwap()
574 VertexType *v2=tp.V(); in testSwap()
580 VertexType *v3=tp.V(); in testSwap()
773 VertexType *v0 = pi.V(); in checkFacesAfterCollapse()
875 vector<VertexType*> vv; in chooseBoundaryCollapse()
878 for(VertexType *v: vv) in chooseBoundaryCollapse()
884 for(VertexType *v: vv) in chooseBoundaryCollapse()
[all …]
H A Dcurve_on_manifold.h58 typedef typename MeshType::VertexType VertexType; typedef
240 …static ScalarType MinDistOnEdge(VertexType *v0,VertexType *v1, EdgeGrid &edgeGrid, MeshType &poly,… in MinDistOnEdge()
280 static inline bool CompareVertex(const MeshType & m, const VertexType & vA, const VertexType & vB) in CompareVertex()
291 static CoordType QLerp(VertexType *v0, VertexType *v1) in QLerp()
351 ForEachVertex(poly, [&](VertexType &v){ in SelectBoundaryVertex()
512 VertexType *v0=poly.edge[ei].V(0); in SimplifyMidEdge()
513 VertexType *v1=poly.edge[ei].V(1); in SimplifyMidEdge()
714 bool TestSplitSegWithMesh(VertexType *v0, VertexType *v1, CoordType &splitPt) in TestSplitSegWithMesh()
865 bool TestSplitSegWithMeshAdapt(VertexType *v0, VertexType *v1, CoordType &splitPt) in TestSplitSegWithMeshAdapt()
917 bool TestSplitSegWithMeshAdaptOld(VertexType *v0, VertexType *v1, CoordType &splitPt) in TestSplitSegWithMeshAdaptOld()
[all …]
H A Dpolygonal_algorithms.h76 typedef typename PolyMeshType::VertexType VertexType; typedef
174 std::map<VertexType*,VertexType*> VertexRemap; in CollapseEdges()
185 VertexType *v0=currF->V(IndexE); in CollapseEdges()
215 VertexType *v0=poly_m.face[i].V(j); in CollapseEdges()
219 VertexType *newV=VertexRemap[v0]; in CollapseEdges()
230 std::vector<VertexType*> FaceV; in CollapseEdges()
233 VertexType *v0=poly_m.face[i].V(j); in CollapseEdges()
1158 std::vector<VertexType*> FaceV;
1405 VertexType * v2=newV; in Triangulate()
1432 std::vector<VertexType*> NewV; in ReorderFaceVert()
[all …]
H A Dclosest.h84 typedef typename MESH_TYPE::VertexType VertexType; typedef
90 inline bool IsMarked(VertexType*) const { return false; } in IsMarked() argument
91 inline void Mark(VertexType*) const {} in Mark() argument
191 …e MESH::FaceType * GetClosestFaceNormal(MESH & mesh,GRID & gr,const typename MESH::VertexType & _p, in GetClosestFaceNormal()
198 typedef vcg::face::PointNormalDistanceFunctor<typename MESH::VertexType> PDistFunct; in GetClosestFaceNormal()
206 …typename MESH::VertexType * GetClosestVertex( MESH & mesh,GRID & gr,const typename GRID::CoordType… in GetClosestVertex()
222 …typename MESH::VertexType * GetClosestVertexScale( MESH & mesh,GRID & gr,const typename GRID::Coor… in GetClosestVertexScale()
230 typedef vcg::vertex::PointScaledDistanceFunctor<typename MESH::VertexType> VDistFunct; in GetClosestVertexScale()
239 …typename MESH::VertexType * GetClosestVertexNormal( MESH & mesh,GRID & gr,const typename MESH::Ver… in GetClosestVertexNormal()
247 typedef vcg::vertex::PointNormalDistanceFunctor<typename MESH::VertexType> VDistFunct; in GetClosestVertexNormal()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/tetra/
H A Dtetfuse_collapse.h9 typedef typename TetraMesh::VertexType VertexType; typedef
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Path/test/
H A DitkPolyLineParametricPathTest.cxx30 using VertexType = PathType::VertexType; in itkPolyLineParametricPathTest() typedef
36 VertexType v; in itkPolyLineParametricPathTest()
H A DitkPathToImageFilterTest.cxx32 using VertexType = PolyLineParametricPathType::VertexType; in itkPathToImageFilterTest() typedef
43 VertexType v; in itkPathToImageFilterTest()
/dports/math/g2o/g2o-20201223_git/g2o/apps/g2o_simulator/
H A Dsensor_pose3d.cpp59 VertexType* v=to->vertex(); in isVisible()
60 VertexType::EstimateType pose=v->estimate(); in isVisible()
61 VertexType::EstimateType delta = _robotPoseObject->vertex()->estimate().inverse()*pose; in isVisible()
H A Dsensor_pose3d_offset.cpp71 VertexType* v=to->vertex(); in isVisible()
72 VertexType::EstimateType pose=v->estimate(); in isVisible()
73 VertexType::EstimateType delta = _robotPoseObject->vertex()->estimate().inverse()*pose; in isVisible()
/dports/devel/vcglib/vcglib-2020.09/wrap/io_trimesh/
H A Dimport_smf.h46 typedef typename OpenMeshType::VertexType VertexType; typedef
83 VertexType v; in Open()
H A Dimport_fbx.h59 typedef typename OpenMeshType::VertexType VertexType; typedef
64 typedef typename OpenMeshType::VertexType::ColorType ColorType;
65 typedef typename OpenMeshType::VertexType::ColorType::ScalarType CSType;
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/io_trimesh/
H A Dimport_smf.h46 typedef typename OpenMeshType::VertexType VertexType; typedef
83 VertexType v; in Open()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/update/
H A Dflag.h45 typedef typename MeshType::VertexType VertexType; typedef
139 static void VertexClearV(MeshType &m) { VertexClear(m,VertexType::VISITED);} in VertexClearV()
140 static void VertexClearS(MeshType &m) { VertexClear(m,VertexType::SELECTED);} in VertexClearS()
141 static void VertexClearB(MeshType &m) { VertexClear(m,VertexType::BORDER);} in VertexClearB()
150 static void VertexSetV(MeshType &m) { VertexSet(m,VertexType::VISITED);} in VertexSetV()
151 static void VertexSetS(MeshType &m) { VertexSet(m,VertexType::SELECTED);} in VertexSetS()
152 static void VertexSetB(MeshType &m) { VertexSet(m,VertexType::BORDER);} in VertexSetB()
223 int visitedBit=VertexType::NewBitFlag(); in FaceBorderFromVF()
254 VertexType::DeleteBitFlag(visitedBit); in FaceBorderFromVF()
H A Dbounding.h39 typedef typename MeshType::VertexType VertexType; typedef
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dobstacles.h41 enum VertexType { enum
58 VertexType vertexType[kPolygonVertexCount];
74 …static bool linePolygonIntersection(LineSegment lineA, VertexType lineAType, Polygon *polyB, Vecto…
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dobstacles.h41 enum VertexType { enum
58 VertexType vertexType[kPolygonVertexCount];
74 …static bool linePolygonIntersection(LineSegment lineA, VertexType lineAType, Polygon *polyB, Vecto…
/dports/biology/molden/molden5.8/surf/
H A Dsurf.h92 } VertexType; typedef
119 { VertexType vt;
138 EXTERN VertexType **verts;
/dports/devel/vcglib/vcglib-2020.09/apps/QT/trimesh_pos_demo/
H A Dglwidget.cpp143 template <class VertexType>
144 void drawVertex(VertexType & v){ in drawVertex()
169 MyStraightMesh::VertexType* vp=NULL; in paintGL()
182 std::vector<MyStraightMesh::VertexType*> res; in paintGL()
183 …sh::VertContainer>(pic_x,ScreenH-pic_y+1,mesh.vert,res,drawVertex<MyStraightMesh::VertexType>,3,3); in paintGL()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/stb_truetype-0.2.6/src/
H A Dlib.rs41 1 => VertexType::MoveTo, in vertex_type()
42 2 => VertexType::LineTo, in vertex_type()
43 3 => VertexType::CurveTo, in vertex_type()
51 fn v(type_: VertexType) -> Vertex { in test_vertex_type()
60 assert_eq!(v(VertexType::MoveTo).vertex_type(), VertexType::MoveTo); in test_vertex_type()
61 assert_eq!(v(VertexType::LineTo).vertex_type(), VertexType::LineTo); in test_vertex_type()
62 assert_eq!(v(VertexType::CurveTo).vertex_type(), VertexType::CurveTo); in test_vertex_type()
76 VertexType::MoveTo => "move to", in test_invalid_vertex_type()
77 VertexType::LineTo => "line to", in test_invalid_vertex_type()
87 pub enum VertexType { enum
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/stb_truetype-0.3.1/src/
H A Dlib.rs69 1 => VertexType::MoveTo, in vertex_type()
70 2 => VertexType::LineTo, in vertex_type()
71 3 => VertexType::CurveTo, in vertex_type()
79 fn v(type_: VertexType) -> Vertex { in test_vertex_type()
88 assert_eq!(v(VertexType::MoveTo).vertex_type(), VertexType::MoveTo); in test_vertex_type()
89 assert_eq!(v(VertexType::LineTo).vertex_type(), VertexType::LineTo); in test_vertex_type()
90 assert_eq!(v(VertexType::CurveTo).vertex_type(), VertexType::CurveTo); in test_vertex_type()
104 VertexType::MoveTo => "move to", in test_invalid_vertex_type()
105 VertexType::LineTo => "line to", in test_invalid_vertex_type()
115 pub enum VertexType { enum
[all …]
/dports/games/dose-response/dose-response-179c326/cargo-crates/stb_truetype-0.2.4/src/
H A Dlib.rs39 1 => VertexType::MoveTo, in vertex_type()
40 2 => VertexType::LineTo, in vertex_type()
41 3 => VertexType::CurveTo, in vertex_type()
49 fn v(type_: VertexType) -> Vertex { in test_vertex_type()
58 assert_eq!(v(VertexType::MoveTo).vertex_type(), VertexType::MoveTo); in test_vertex_type()
59 assert_eq!(v(VertexType::LineTo).vertex_type(), VertexType::LineTo); in test_vertex_type()
60 assert_eq!(v(VertexType::CurveTo).vertex_type(), VertexType::CurveTo); in test_vertex_type()
74 VertexType::MoveTo => "move to", in test_invalid_vertex_type()
75 VertexType::LineTo => "line to", in test_invalid_vertex_type()
85 pub enum VertexType { enum
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_dirt/
H A Ddustparticle.h36 typedef typename MeshType::VertexType VertexType; typedef
H A Dparticle.h35 typedef typename MeshType::VertexType VertexType; typedef
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/update/
H A Dbounding.h39 typedef typename MeshType::VertexType VertexType; typedef
/dports/devel/vcglib/vcglib-2020.09/wrap/igl/
H A Darap_parametrization.h63 unsigned int fixedMask = MeshType::VertexType::BORDER | MeshType::VertexType::SELECTED,
142 typedef typename MeshType::VertexType::TexCoordType::PointType TexPointType;
186 fixedMask = MeshType::VertexType::SELECTED;

12345678910>>...33