Home
last modified time | relevance | path

Searched refs:VertexPointer (Results 1 – 25 of 830) sorted by relevance

12345678910>>...34

/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/
H A Dvoronoi_processing.h109 typedef typename MeshType::VertexPointer VertexPointer; typedef
185 std::pair<float,VertexPointer> zz(0.0f,static_cast<VertexPointer>(NULL));
624 std::map<std::pair<VertexPointer,VertexPointer>, FacePointer > VoronoiEdge; in ConvertVoronoiDiagramToMeshOld()
825 VertexPointer r0,r1;
867 std::pair<VertexPointer,VertexPointer> adjRegion = std::make_pair(v0,v1); in BuildVoronoiEdgeVec()
1137 std::pair<float,VertexPointer> zz(0.0f,static_cast<VertexPointer>(NULL)); in GeodesicRelax()
1317 std::pair<float,VertexPointer> zz(0.0f,static_cast<VertexPointer>(NULL));
1424 map<std::pair<VertexPointer,VertexPointer>, VertexPointer > &midMap) in GenerateMidPointMap() argument
1619 map<std::pair<VertexPointer,VertexPointer>, int > midMapInd;
1622 map<std::pair<VertexPointer,VertexPointer>, VertexPointer > midMapPt;
[all …]
H A Dgeodesic.h160 typedef typename MeshType::VertexPointer VertexPointer; typedef
173 VertexPointer v;
179 DIJKDist(VertexPointer _v):v(_v){} in DIJKDist()
180 VertexPointer v;
208 VertexPointer source;//closest source
209 VertexPointer parent;
299 static VertexPointer Visit(
308 VertexPointer farthest=0;
355 VertexPointer pw,pw1;
482 std::vector<VertexPointer> fro;
[all …]
H A Dedge_collapse.h63 typedef typename FaceType::VertexPointer VertexPointer; typedef
159 std::map<VertexPointer,int> VertCnt; in LinkConditions()
160 std::map<std::pair<VertexPointer,VertexPointer>,int> EdgeCnt; in LinkConditions()
163 std::vector<VertexPointer> BoundaryVertexVec[2]; in LinkConditions()
179 typename std::map<VertexPointer,int>::iterator vcmit; in LinkConditions()
189 ++ EdgeCnt[std::make_pair(VertexPointer(0),BoundaryVertexVec[i][0]) ] ; in LinkConditions()
190 ++ EdgeCnt[std::make_pair(VertexPointer(0),BoundaryVertexVec[i][1]) ] ; in LinkConditions()
199 std::vector<VertexPointer> LkEdge; in LinkConditions()
216 typename std::map<std::pair<VertexPointer,VertexPointer>, int>::iterator eci; in LinkConditions()
222 typename std::map<VertexPointer,int>::iterator vci; in LinkConditions()
H A Dhalfedge_quad_clean.h48 typedef typename MeshType::VertexPointer VertexPointer; typedef
64 static void add_faces(queue<FacePointer> &q, VertexPointer vp) in add_faces()
245 static void remove_doublets(MeshType &m, vector<VertexPointer> vertices) in remove_doublets()
402 vector<VertexPointer> vertices; in flip_edges()
451 vector<VertexPointer> vertices; in flip_edges()
511 typedef typename MeshType::VertexPointer VertexPointer; typedef
536 vector<VertexPointer> vps1 = HalfEdgeTopology<MeshType>::getVertices(hp->HFp(), hp); in best_flip()
614 typedef typename MeshType::VertexPointer VertexPointer; typedef
640 … vector<VertexPointer> face1 = HalfEdgeTopology<MeshType>::getVertices(hp->HFp(), hp); in best_flip()
686 static float area(vector<VertexPointer> &vertices) in area()
[all …]
H A Dpointcloud_normal.h45 typedef typename MeshType::VertexPointer VertexPointer; typedef
52 WArc(VertexPointer _s,VertexPointer _t):src(_s),trg(_t),w(fabs(_s->cN()*_t->cN())){} in WArc()
54 VertexPointer src;
55 VertexPointer trg;
88 …static void AddNeighboursToHeap( MeshType &m, VertexPointer vp, int nn, KdTree<ScalarType> &tree, … in AddNeighboursToHeap()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Dvoronoi_processing.h95 typedef typename MeshType::VertexPointer VertexPointer; typedef
171 std::pair<float,VertexPointer> zz(0.0f,static_cast<VertexPointer>(NULL));
610 std::map<std::pair<VertexPointer,VertexPointer>, FacePointer > VoronoiEdge; in ConvertVoronoiDiagramToMeshOld()
811 VertexPointer r0,r1;
839 std::pair<VertexPointer,VertexPointer> adjRegion = std::make_pair(v0,v1); in BuildVoronoiEdgeVec()
853 std::pair<VertexPointer,VertexPointer> adjRegion = std::make_pair(v0,v1); in BuildVoronoiEdgeVec()
1302 std::pair<float,VertexPointer> zz(0.0f,static_cast<VertexPointer>(NULL));
1409 map<std::pair<VertexPointer,VertexPointer>, VertexPointer > &midMap) in GenerateMidPointMap() argument
1604 map<std::pair<VertexPointer,VertexPointer>, int > midMapInd;
1607 map<std::pair<VertexPointer,VertexPointer>, VertexPointer > midMapPt;
[all …]
H A Dedge_collapse.h60 typedef typename FaceType::VertexPointer VertexPointer; typedef
137 std::map<VertexPointer,int> VertCnt; in LinkConditions()
138 std::map<std::pair<VertexPointer,VertexPointer>,int> EdgeCnt; in LinkConditions()
141 std::vector<VertexPointer> BoundaryVertexVec[2]; in LinkConditions()
157 typename std::map<VertexPointer,int>::iterator vcmit; in LinkConditions()
167 ++ EdgeCnt[std::make_pair(VertexPointer(0),BoundaryVertexVec[i][0]) ] ; in LinkConditions()
177 std::vector<VertexPointer> LkEdge; in LinkConditions()
194 typename std::map<std::pair<VertexPointer,VertexPointer>, int>::iterator eci; in LinkConditions()
200 typename std::map<VertexPointer,int>::iterator vci; in LinkConditions()
226 std::map <VertexPointer, bool> toSel;
[all …]
H A Dgeodesic.h160 typedef typename MeshType::VertexPointer VertexPointer; typedef
173 VertexPointer v;
180 VertexPointer v;
209 VertexPointer source;//closest source
210 VertexPointer parent;
300 static VertexPointer Visit(
309 VertexPointer farthest=0;
356 VertexPointer pw,pw1;
483 std::vector<VertexPointer> fro;
626 std::vector<VertexPointer> vertVec;
[all …]
H A Dhalfedge_quad_clean.h48 typedef typename MeshType::VertexPointer VertexPointer; typedef
64 static void add_faces(queue<FacePointer> &q, VertexPointer vp) in add_faces()
245 static void remove_doublets(MeshType &m, vector<VertexPointer> vertices) in remove_doublets()
402 vector<VertexPointer> vertices; in flip_edges()
451 vector<VertexPointer> vertices; in flip_edges()
511 typedef typename MeshType::VertexPointer VertexPointer; typedef
536 vector<VertexPointer> vps1 = HalfEdgeTopology<MeshType>::getVertices(hp->HFp(), hp); in best_flip()
614 typedef typename MeshType::VertexPointer VertexPointer; typedef
640 … vector<VertexPointer> face1 = HalfEdgeTopology<MeshType>::getVertices(hp->HFp(), hp); in best_flip()
686 static float area(vector<VertexPointer> &vertices) in area()
[all …]
H A Dpointcloud_normal.h45 typedef typename MeshType::VertexPointer VertexPointer; typedef
52 WArc(VertexPointer _s,VertexPointer _t):src(_s),trg(_t),w(fabs(_s->cN()*_t->cN())){} in WArc()
54 VertexPointer src;
55 VertexPointer trg;
88 …static void AddNeighboursToHeap( MeshType &m, VertexPointer vp, int nn, KdTree<ScalarType> &tree, … in AddNeighboursToHeap()
H A Dskeleton.h39 typedef typename MeshType::VertexPointer VertexPointer; typedef
60 std::vector<VertexPointer> medialSrc(vvs.psd.poissonSurfaceMesh.vert.size(),0);
66 VertexPointer vp = &vvs.psd.poissonSurfaceMesh.vert[ind];
78 VertexPointer vp = &vvs.psd.poissonSurfaceMesh.vert[indVec[i]];
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/update/
H A Dhalfedge_topology.h45 typedef typename MeshType::VertexPointer VertexPointer; typedef
66 … static VertexPointer edge_collapse_quad(MeshType &m, HEdgePointer hp, VertexPointer vp) in edge_collapse_quad()
76 VertexPointer vp_opp; in edge_collapse_quad()
103 … static VertexPointer diagonal_collapse_quad(MeshType &m, FacePointer fp, VertexPointer vp) in diagonal_collapse_quad()
507 static VertexPointer vertex_rotate_quad(VertexPointer vp) in vertex_rotate_quad()
573 static VertexPointer edge_collapse(MeshType &m, HEdgePointer hp, VertexPointer vp) in edge_collapse()
593 VertexPointer vp1; in edge_collapse()
1239 set<VertexPointer> set1; in check_diagonal_collapse_quad()
1240 set<VertexPointer> set2; in check_diagonal_collapse_quad()
1353 static vector<VertexPointer> getVertices(VertexPointer vp) in getVertices()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/update/
H A Dhalfedge_topology.h45 typedef typename MeshType::VertexPointer VertexPointer; typedef
66 … static VertexPointer edge_collapse_quad(MeshType &m, HEdgePointer hp, VertexPointer vp) in edge_collapse_quad()
76 VertexPointer vp_opp; in edge_collapse_quad()
103 … static VertexPointer diagonal_collapse_quad(MeshType &m, FacePointer fp, VertexPointer vp) in diagonal_collapse_quad()
507 static VertexPointer vertex_rotate_quad(VertexPointer vp) in vertex_rotate_quad()
573 static VertexPointer edge_collapse(MeshType &m, HEdgePointer hp, VertexPointer vp) in edge_collapse()
593 VertexPointer vp1; in edge_collapse()
1239 set<VertexPointer> set1; in check_diagonal_collapse_quad()
1240 set<VertexPointer> set2; in check_diagonal_collapse_quad()
1353 static vector<VertexPointer> getVertices(VertexPointer vp) in getVertices()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_point/
H A Dedit_point.h64 CMeshO::VertexPointer startingVertex;
82 std::vector<CMeshO::VertexPointer> ComponentVector;
83 std::vector<CMeshO::VertexPointer> BorderVector;
84 std::vector<CMeshO::VertexPointer> NotReachableVector;
85 std::vector<CMeshO::VertexPointer> OldComponentVector;
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/selection/
H A DSelectionTest.h34 void TestPolygon(const VertexPointer& vertices, std::size_t count, SelectionIntersection& best);
35 void TestLineLoop(const VertexPointer& vertices, std::size_t count, SelectionIntersection& best);
36 void TestLineStrip(const VertexPointer& vertices, std::size_t count, SelectionIntersection& best);
37 void TestLines(const VertexPointer& vertices, std::size_t count, SelectionIntersection& best);
38 …void TestTriangles(const VertexPointer& vertices, const IndexPointer& indices, SelectionIntersecti…
39 …void TestQuads(const VertexPointer& vertices, const IndexPointer& indices, SelectionIntersection& …
40 …void TestQuadStrip(const VertexPointer& vertices, const IndexPointer& indices, SelectionIntersecti…
H A DSelectionTest.cpp37 void SelectionVolume::TestPolygon(const VertexPointer& vertices, std::size_t count, SelectionInters… in TestPolygon()
56 void SelectionVolume::TestLineLoop(const VertexPointer& vertices, std::size_t count, SelectionInter… in TestLineLoop()
60 …for(VertexPointer::iterator i = vertices.begin(), end = i + count, prev = i + (count-1); i != end;… in TestLineLoop()
76 void SelectionVolume::TestLineStrip(const VertexPointer& vertices, std::size_t count, SelectionInte… in TestLineStrip()
80 …for(VertexPointer::iterator i = vertices.begin(), end = i + count, next = i + 1; next != end; i = … in TestLineStrip()
96 void SelectionVolume::TestLines(const VertexPointer& vertices, std::size_t count, SelectionIntersec… in TestLines()
100 for(VertexPointer::iterator i = vertices.begin(), end = i + count; i != end; i += 2) in TestLines()
116 void SelectionVolume::TestTriangles(const VertexPointer& vertices, const IndexPointer& indices, Sel… in TestTriangles()
135 void SelectionVolume::TestQuads(const VertexPointer& vertices, const IndexPointer& indices, Selecti… in TestQuads()
166 void SelectionVolume::TestQuadStrip(const VertexPointer& vertices, const IndexPointer& indices, Sel… in TestQuadStrip()
/dports/games/gtkradiant/GPL/GtkRadiant/include/
H A Dselectable.h86 class VertexPointer
139 VertexPointer(pointer vertices, std::size_t stride) in VertexPointer() function
235 …virtual void TestPolygon(const VertexPointer& vertices, std::size_t count, SelectionIntersection& …
236 …virtual void TestLineLoop(const VertexPointer& vertices, std::size_t count, SelectionIntersection&…
237 …virtual void TestLineStrip(const VertexPointer& vertices, std::size_t count, SelectionIntersection…
238 …virtual void TestLines(const VertexPointer& vertices, std::size_t count, SelectionIntersection& be…
239 …virtual void TestTriangles(const VertexPointer& vertices, const IndexPointer& indices, SelectionIn…
240 …virtual void TestQuads(const VertexPointer& vertices, const IndexPointer& indices, SelectionInters…
241 …virtual void TestQuadStrip(const VertexPointer& vertices, const IndexPointer& indices, SelectionIn…
/dports/games/netradiant/netradiant-20150621-src/include/
H A Dselectable.h76 class VertexPointer
122 VertexPointer( pointer vertices, std::size_t stride ) in VertexPointer() function
206 virtual void TestPolygon( const VertexPointer& vertices, std::size_t count, SelectionIntersection& …
207 virtual void TestLineLoop( const VertexPointer& vertices, std::size_t count, SelectionIntersection&…
208 virtual void TestLineStrip( const VertexPointer& vertices, std::size_t count, SelectionIntersection…
209 virtual void TestLines( const VertexPointer& vertices, std::size_t count, SelectionIntersection& be…
210 virtual void TestTriangles( const VertexPointer& vertices, const IndexPointer& indices, SelectionIn…
211 virtual void TestQuads( const VertexPointer& vertices, const IndexPointer& indices, SelectionInters…
212 virtual void TestQuadStrip( const VertexPointer& vertices, const IndexPointer& indices, SelectionIn…
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/include/
H A Dselectable.h89 class VertexPointer
145 VertexPointer (vector_pointer vertices, std::size_t stride) : in VertexPointer() function
254 …virtual void TestPolygon (const VertexPointer& vertices, std::size_t count, SelectionIntersection&…
255 …virtual void TestLineLoop (const VertexPointer& vertices, std::size_t count, SelectionIntersection…
256 …virtual void TestLineStrip (const VertexPointer& vertices, std::size_t count, SelectionIntersectio…
257 …virtual void TestLines (const VertexPointer& vertices, std::size_t count, SelectionIntersection& b…
258 virtual void TestTriangles (const VertexPointer& vertices, const IndexPointer& indices,
261 …TestQuads (const VertexPointer& vertices, const IndexPointer& indices, SelectionIntersection& best…
262 virtual void TestQuadStrip (const VertexPointer& vertices, const IndexPointer& indices,
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/fgt/filter_shape/
H A Darchimedean.h47 typedef typename MeshType::VertexPointer VertexPointer; in Truncated_Tetrahedron() typedef
55 VertexPointer ivp[12]; in Truncated_Tetrahedron()
113 typedef typename MeshType::VertexPointer VertexPointer; in Cuboctahedron() typedef
121 VertexPointer ivp[12]; in Cuboctahedron()
173 typedef typename MeshType::VertexPointer VertexPointer; in Truncated_Cube() typedef
240 typedef typename MeshType::VertexPointer VertexPointer; in Truncated_Octahedron() typedef
305 typedef typename MeshType::VertexPointer VertexPointer; in Rhombicuboctahedron() typedef
370 typedef typename MeshType::VertexPointer VertexPointer; in Truncated_Cuboctahedron() typedef
457 typedef typename MeshType::VertexPointer VertexPointer; in Snub_Cube() typedef
512 typedef typename MeshType::VertexPointer VertexPointer; in Icosidodecahedron() typedef
[all …]
H A Dplatonic.h115 typedef typename TetraMeshType::VertexPointer VertexPointer; in Tetrahedron() typedef
145 typedef typename MeshType::VertexPointer VertexPointer; in Dodecahedron() typedef
252 typedef typename MeshType::VertexPointer VertexPointer; in Octahedron() typedef
287 typedef typename MeshType::VertexPointer VertexPointer; in Icosahedron() typedef
343 typedef typename MeshType::VertexPointer VertexPointer; in Hexahedron() typedef
393 typedef typename MeshType::VertexPointer VertexPointer; in HexahedronStar() typedef
501 typedef typename MeshType::VertexPointer VertexPointer; typedef
535 typedef typename MeshType::VertexPointer VertexPointer; in Cone() typedef
553 VertexPointer *ivp = new VertexPointer[VN]; in Cone()
640 typedef typename MeshType::VertexPointer VertexPointer; in Box() typedef
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/connectors/
H A Dhalfedge_pos.h39 typedef typename MeshType::VertexPointer VertexPointer; typedef
117 VertexPointer V() in V()
128 VertexPointer Vo() in Vo()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/connectors/
H A Dhalfedge_pos.h39 typedef typename MeshType::VertexPointer VertexPointer; typedef
117 VertexPointer V() in V()
128 VertexPointer Vo() in Vo()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/local_optimization/
H A Dquad_diag_collapse.h83 typedef typename MeshType::VertexPointer VertexPointer; typedef
159 vector<VertexPointer> vertices = HalfEdgeTopology<MeshType>::getVertices(hp->HFp()); in compute_fitmap()
269 typedef typename MeshType::VertexPointer VertexPointer; typedef
280 VertexPointer ret;
399 set<VertexPointer> vertices; in Execute()
407 … vector<VertexPointer> aux = HalfEdgeTopology<MeshType>::getVertices(*fi); in Execute()
418 … for(typename set<VertexPointer>::iterator vi = vertices.begin(); vi!= vertices.end(); ++vi) in Execute()
425 … for(typename set<VertexPointer>::iterator vi = vertices.begin(); vi!= vertices.end(); ++vi) in Execute()
572 typedef typename MeshType::VertexPointer VertexPointer; typedef
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/local_optimization/
H A Dquad_diag_collapse.h83 typedef typename MeshType::VertexPointer VertexPointer; typedef
159 vector<VertexPointer> vertices = HalfEdgeTopology<MeshType>::getVertices(hp->HFp()); in compute_fitmap()
269 typedef typename MeshType::VertexPointer VertexPointer; typedef
280 VertexPointer ret;
399 set<VertexPointer> vertices; in Execute()
407 … vector<VertexPointer> aux = HalfEdgeTopology<MeshType>::getVertices(*fi); in Execute()
418 … for(typename set<VertexPointer>::iterator vi = vertices.begin(); vi!= vertices.end(); ++vi) in Execute()
425 … for(typename set<VertexPointer>::iterator vi = vertices.begin(); vi!= vertices.end(); ++vi) in Execute()
572 typedef typename MeshType::VertexPointer VertexPointer; typedef

12345678910>>...34