Home
last modified time | relevance | path

Searched refs:VertexType (Results 1 – 25 of 825) sorted by relevance

12345678910>>...33

/dports/biology/abyss/abyss-2.3.1/Graph/
H A DHashGraph.h14 template <class VertexType>
145 template <class VertexType>
369 template <class VertexType>
382 template <class VertexType>
393 template <class VertexType>
408 template <class VertexType>
419 template <class VertexType>
428 template <class VertexType>
433 HashGraph<VertexType>& g)
442 template <class VertexType>
[all …]
/dports/math/combblas/CombBLAS_beta_16_2/BipartiteMatchings/
H A DBPMaximalMatching.h29 typedef VertexTypeML < IT, IT> VertexType; typedef
53 [](VertexType vtx, IT deg){return VertexType();},
85 unmatchedCol.ApplyInd([](VertexType vtx, IT idx){return VertexType(idx,idx);});
89 … [](VertexType vtx, IT deg){return VertexType(vtx.parent,deg);},
244 typedef VertexTypeML < IT, double> VertexType; in WeightedGreedy() typedef
267 [](VertexType vtx, IT deg){return VertexType();}, in WeightedGreedy()
269 true, VertexType()); in WeightedGreedy()
299 unmatchedCol.ApplyInd([](VertexType vtx, IT idx){return VertexType(idx,idx);}); in WeightedGreedy()
312 false, VertexType()); in WeightedGreedy()
323 false, VertexType()); in WeightedGreedy()
[all …]
H A Dauction.cpp33 struct VertexType struct
47 …friend bool operator<(const VertexType & vtx1, const VertexType & vtx2 ){return vtx1.price < vtx2.… in operator <()
60 struct max2 : public std::binary_function<VertexType, VertexType, VertexType> argument
62 const VertexType operator()(const VertexType& x, const VertexType& y) const in operator ()()
64 VertexType ret; in operator ()()
84 static VertexType id(){ return VertexType(); }; in id()
91 static VertexType add(const VertexType & arg1, const VertexType & arg2) in add()
98 static VertexType multiply(const double & arg1, const VertexType & arg2) in multiply()
104 static void axpy(const double a, const VertexType & x, VertexType & y) in axpy()
364 FullyDistVec<int64_t, VertexType> objects ( A.getcommgrid(), ncol, VertexType()); in auction()
[all …]
H A DBPMaximumMatching.h235 typedef VertexTypeMM <IT> VertexType; typedef
244 PreAllocatedSPA<VertexType> SPA(A.seq(), nthreads*4);
281 fringeCol = EWiseApply<VertexType>(fringeCol, mateCol2Row,
284 true, VertexType());
289 … fringeCol.ApplyInd([](VertexType vtx, IT idx){return VertexType(idx,idx,GlobalMT.rand());});
293 fringeCol.ApplyInd([](VertexType vtx, IT idx){return VertexType(idx,idx);});
328 false, VertexType());
334 false, VertexType());
369 … [](VertexType vtx, IT mate){return VertexType(mate, vtx.root);},
386 [](VertexType& vtx, const IT & index){return vtx;},
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/neighborhood/caldoria/
H A Dcaldoriabomb.cpp738 VertexType hotVerts[25];
763 VertexType *getNextEdge(VertexType *anEdge) { in getNextEdge()
794 bool vertexOnEdge(VertexType *anEdge, VertexType whichVertex) { in vertexOnEdge()
853 VertexType *p1 = edges; in setAllEdgesUsed()
888 void replaceUsedEdges(BombEdgeList edges, VertexType value, VertexType used) { in replaceUsedEdges()
914 void setVertexUsed(BombEdgeList edges, VertexType whichVertex, VertexType value) { in setVertexUsed()
922 bool setEdgeUsed(BombEdgeList edges, VertexType fromVertex, VertexType toVertex) { in setEdgeUsed()
928 VertexType *p = anEdge; in setEdgeUsed()
930 VertexType *fromPtr = 0; in setEdgeUsed()
931 VertexType *toPtr = 0; in setEdgeUsed()
[all …]
H A Dcaldoriabomb.h64 typedef int8 VertexType; typedef
65 typedef VertexType *BombEdgeList;
67 static const VertexType kEdgeOneSixteenth = 0;
68 static const VertexType kEdgeOneEighth = 1;
69 static const VertexType kEdgeThreeSixteenths = 2;
70 static const VertexType kEdgeOneFourth = 3;
71 static const VertexType kEdgeFiveSixteenths = 4;
72 static const VertexType kEdgeThreeEighths = 5;
73 static const VertexType kEdgeSevenSixteenths = 6;
74 static const VertexType kEdgeOneHalf = 7;
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/neighborhood/caldoria/
H A Dcaldoriabomb.cpp741 VertexType hotVerts[25];
766 VertexType *getNextEdge(VertexType *anEdge) { in getNextEdge()
797 bool vertexOnEdge(VertexType *anEdge, VertexType whichVertex) { in vertexOnEdge()
856 VertexType *p1 = edges; in setAllEdgesUsed()
891 void replaceUsedEdges(BombEdgeList edges, VertexType value, VertexType used) { in replaceUsedEdges()
917 void setVertexUsed(BombEdgeList edges, VertexType whichVertex, VertexType value) { in setVertexUsed()
925 bool setEdgeUsed(BombEdgeList edges, VertexType fromVertex, VertexType toVertex) { in setEdgeUsed()
931 VertexType *p = anEdge; in setEdgeUsed()
933 VertexType *fromPtr = 0; in setEdgeUsed()
934 VertexType *toPtr = 0; in setEdgeUsed()
[all …]
H A Dcaldoriabomb.h64 typedef int8 VertexType; typedef
65 typedef VertexType *BombEdgeList;
67 static const VertexType kEdgeOneSixteenth = 0;
68 static const VertexType kEdgeOneEighth = 1;
69 static const VertexType kEdgeThreeSixteenths = 2;
70 static const VertexType kEdgeOneFourth = 3;
71 static const VertexType kEdgeFiveSixteenths = 4;
72 static const VertexType kEdgeThreeEighths = 5;
73 static const VertexType kEdgeSevenSixteenths = 6;
74 static const VertexType kEdgeOneHalf = 7;
[all …]
/dports/emulators/citra/citra-ac98458e0/src/video_core/
H A Dprimitive_assembly.cpp12 template <typename VertexType>
16 template <typename VertexType>
17 void PrimitiveAssembler<VertexType>::SubmitVertex(const VertexType& vtx, in SubmitVertex()
56 template <typename VertexType>
57 void PrimitiveAssembler<VertexType>::SetWinding() { in SetWinding()
61 template <typename VertexType>
62 void PrimitiveAssembler<VertexType>::Reset() { in Reset()
68 template <typename VertexType>
74 template <typename VertexType>
75 bool PrimitiveAssembler<VertexType>::IsEmpty() const { in IsEmpty()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/
H A Dprimitive_assembly.cpp12 template <typename VertexType>
16 template <typename VertexType>
17 void PrimitiveAssembler<VertexType>::SubmitVertex(const VertexType& vtx, in SubmitVertex()
56 template <typename VertexType>
57 void PrimitiveAssembler<VertexType>::SetWinding() { in SetWinding()
61 template <typename VertexType>
62 void PrimitiveAssembler<VertexType>::Reset() { in Reset()
68 template <typename VertexType>
74 template <typename VertexType>
75 bool PrimitiveAssembler<VertexType>::IsEmpty() const { in IsEmpty()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_isoparametrization/
H A Dmesh_operators.h160 typedef typename FaceType::VertexType VertexType; in FindVertices() typedef
211 typedef typename MeshType::VertexType VertexType; in CopyMeshFromFaces() typedef
215 std::map<VertexType*,VertexType*> vertexmap; in CopyMeshFromFaces()
284 typedef typename MeshType::VertexType VertexType; in CopySubMeshLevels() typedef
386 typedef typename MeshType::VertexType VertexType; in getSharedFace() typedef
420 typedef typename MeshType::VertexType VertexType; in CopyMeshFromVertices() typedef
430 std::map<VertexType*,VertexType*> vertexmap; in CopyMeshFromVertices()
532 typedef typename MeshType::VertexType VertexType; in getSharedVertex() typedef
607 typedef typename MeshType::VertexType VertexType; in getSharedVertexStar() typedef
695 typedef typename MeshType::VertexType VertexType; in getAroundFaceVertices() typedef
[all …]
H A Dlocal_optimization.h61 typedef typename MeshType::VertexType VertexType; in StarDistorsion() typedef
66 std::vector<VertexType*> starCenter; in StarDistorsion()
69 std::vector<VertexType*> HresVert; in StarDistorsion()
113 typedef typename MeshType::VertexType VertexType; typedef
124 std::vector<VertexType*> starCenter;
127 std::vector<VertexType*> HresVert;
257 VertexType *parametrized=&hlev_mesh.vert[i];
259 VertexType *to_reassing=ordered_vertex[i];
302 VertexType *v=HresVert[i];
326 typedef typename MeshType::VertexType VertexType; typedef
[all …]
H A Dopt_patch.h11 typedef typename MeshType::VertexType VertexType; typedef
21 VertexType* to_optimize;
22 std::vector<VertexType*> Hres_vert;
78 VertexType *test=inf.Hres_vert[i]; in Equi_energy()
126 VertexType *v1=inf.to_optimize; in Equi_energy()
155 static ScalarType LengthPath(VertexType *v0,VertexType *v1) in LengthPath()
189 ScalarType Priority(VertexType *v) in Priority()
207 VertexType *v1=star[i]; in Priority()
246 VertexType *v0=(*Fi).V(i); in FindVarianceLenghtArea()
371 VertexType *center;
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/simplex/face/
H A Dcomponent_ep.h50 typedef EdgePlaneInfo<typename T::VertexType::CoordType> EdgePlaneType;
52 typename T::VertexType::CoordType &Edge(const int j) { in Edge()
55 typename T::VertexType::CoordType cEdge(const int j)const { in cEdge()
59 typename vcg::Plane3<typename T::VertexType::CoordType::ScalarType> &Plane() { in Plane()
62 typename vcg::Plane3<typename T::VertexType::CoordType::ScalarType> cPlane()const { in cPlane()
82 typedef EdgePlaneInfo<typename T::VertexType::CoordType> EdgePlaneType;
84 typename T::VertexType::CoordType &Edge(const int ) { assert(0); static typename T::VertexType::Co… in Edge()
85 typename T::VertexType::CoordType &cEdge(const int ) const { assert(0); static typename T::VertexT… in cEdge()
87 …cg::Plane3<typename T::VertexType::CoordType::ScalarType> &Plane() {assert(0); static typename vc… in Plane()
88 …Plane3<typename T::VertexType::CoordType::ScalarType> &cPlane() const {assert(0); static typename… in cPlane()
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/simplex/face/
H A Dcomponent_ep.h50 typedef EdgePlaneInfo<typename T::VertexType::CoordType> EdgePlaneType;
52 typename T::VertexType::CoordType &Edge(const int j) { in Edge()
55 typename T::VertexType::CoordType cEdge(const int j)const { in cEdge()
59 typename vcg::Plane3<typename T::VertexType::CoordType::ScalarType> &Plane() { in Plane()
62 typename vcg::Plane3<typename T::VertexType::CoordType::ScalarType> cPlane()const { in cPlane()
82 typedef EdgePlaneInfo<typename T::VertexType::CoordType> EdgePlaneType;
84 typename T::VertexType::CoordType &Edge(const int ) { assert(0); static typename T::VertexType::Co… in Edge()
85 typename T::VertexType::CoordType &cEdge(const int ) const { assert(0); static typename T::VertexT… in cEdge()
87 …cg::Plane3<typename T::VertexType::CoordType::ScalarType> &Plane() {assert(0); static typename vc… in Plane()
88 …Plane3<typename T::VertexType::CoordType::ScalarType> &cPlane() const {assert(0); static typename… in cPlane()
/dports/math/combblas/CombBLAS_beta_16_2/3DSpGEMM/
H A DRestrictionOp.h48 struct VertexType struct
51 VertexType(){parent=-1; prob=0.0;}; in VertexType() function
52 VertexType(T pa, double pr){parent=pa; prob=pr;}; in VertexType() argument
53 …friend bool operator==(const VertexType & vtx1, const VertexType & vtx2 ){return vtx1.parent==vtx2…
54 …friend bool operator<(const VertexType & vtx1, const VertexType & vtx2 ){return vtx1.parent<vtx2.p…
56 VertexType(T pa){parent=pa; prob=0.0;}; in VertexType() argument
66 static VertexType<T2> id(){ return VertexType<T2>(); }; in id() argument
70 static VertexType<T2> add(const VertexType<T2> & arg1, const VertexType<T2> & arg2) in add()
75 static VertexType<T2> multiply(const T1 & arg1, const VertexType<T2> & arg2) in multiply()
80 static void axpy(T1 a, const VertexType<T2> & x, VertexType<T2> & y) in axpy()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/edit_point/
H A DconnectedComponent.h20 typedef typename _MyMeshType::VertexType VertexType; typedef
34 static std::vector<VertexType*> &FindComponent(_MyMeshType& m, float dim,
35 std::vector<VertexType*> &borderVect,
40 std::vector<VertexType*> *resultVect = new std::vector<VertexType*>();
61 typename std::vector<VertexType*>::iterator it;
94 bool operator() (const VertexType* lhs, const VertexType* rhs) const in operator()
109 static void Dijkstra(_MyMeshType& m, VertexType& v, int numOfNeighbours, float maxHopDist, std::vec… in Dijkstra()
122 …Handle<std::vector<VertexType*>* > neighboursVect = tri::Allocator<_MyMeshType>::template GetPerVe… in Dijkstra()
124 typename std::vector<VertexType*>::iterator it; in Dijkstra()
127 typedef std::priority_queue<VertexType*, std::vector<VertexType*>, Compare > VertPriorityQueue; in Dijkstra()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/simplex/edge/
H A Dpos.h93 typedef typename EDGETYPE::VertexType VertexType; typedef
99 VertexType *v;
105 Pos(EDGETYPE * ep, VertexType *vp){e=ep;v=vp;} in Pos()
109 VertexType *& V(){ return v; } in V()
178 VertexType *VFlip() in VFlip()
213 void Set(EDGETYPE * const ep, VertexType * const vp) in Set()
254 typedef typename EdgeType::VertexType VertexType; typedef
258 typedef typename VertexType::CoordType CoordType;
260 typedef typename VertexType::ScalarType ScalarType;
273 VEIterator(const VertexType * _v){ in VEIterator()
[all …]
/dports/devel/vcglib/vcglib-2020.09/vcg/simplex/edge/
H A Dpos.h81 typedef typename EDGETYPE::VertexType VertexType; typedef
87 VertexType *v;
93 Pos(EDGETYPE * ep, VertexType *vp){e=ep;v=vp;} in Pos()
97 VertexType *& V(){ return v; } in V()
166 VertexType *VFlip() in VFlip()
201 void Set(EDGETYPE * const ep, VertexType * const vp) in Set()
242 typedef typename EdgeType::VertexType VertexType; typedef
246 typedef typename VertexType::CoordType CoordType;
248 typedef typename VertexType::ScalarType ScalarType;
261 VEIterator(const VertexType * _v){ in VEIterator()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DSSkinMeshBuffer.h48 switch (VertexType) in getVertex()
63 switch (VertexType) in getVertices()
78 switch (VertexType) in getVertices()
92 switch (VertexType) in getVertexCount()
148 switch (VertexType) in recalculateBoundingBox()
194 return VertexType; in getVertexType()
256 switch (VertexType) in getPosition()
270 switch (VertexType) in getPosition()
284 switch (VertexType) in getNormal()
298 switch (VertexType) in getNormal()
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DSSkinMeshBuffer.h47 switch (VertexType) in getVertex()
61 switch (VertexType) in getVertices()
75 switch (VertexType) in getVertices()
89 switch (VertexType) in getVertexCount()
145 switch (VertexType) in recalculateBoundingBox()
189 return VertexType; in getVertexType()
247 switch (VertexType) in getPosition()
261 switch (VertexType) in getPosition()
275 switch (VertexType) in getNormal()
289 switch (VertexType) in getNormal()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/edit_ocme/src/ocme/
H A Dglobals.h24 …nctionBound<vcg::Color4b,typename MeshType::VertexType>(std::string("vertex::Color4b"),& MeshType:… in FillNAFB()
25 …ctionBound<vcg::Point3f,typename MeshType::VertexType>(std::string("vertex::Normal3f"),& MeshType:… in FillNAFB()
26 …cessFunctionBound<float,typename MeshType::VertexType>(std::string("vertex::Qualityf"),& MeshType:… in FillNAFB()
27 …nBound<vcg::TexCoord2f,typename MeshType::VertexType>(std::string("vertex::TexCoord2f"),& MeshType… in FillNAFB()
/dports/math/psurface/psurface-2.0.0-13-gb5b6825/
H A DSurfaceBase.cpp24 template <class VertexType, class EdgeType, class TriangleType>
51 template <class VertexType, class EdgeType, class TriangleType>
66 template <class VertexType, class EdgeType, class TriangleType>
88 template <class VertexType, class EdgeType, class TriangleType>
104 template <class VertexType, class EdgeType, class TriangleType>
140 template <class VertexType, class EdgeType, class TriangleType>
154 template <class VertexType, class EdgeType, class TriangleType>
194 const VertexType& cV = vertices(v); in getTrianglesPerVertex()
217 const VertexType& cV = vertices(v); in getNeighbors()
247 typename SurfaceBase<VertexType,EdgeType,TriangleType>::ctype SurfaceBase<VertexType,EdgeType,Trian… in minInteriorAngle()
[all …]
/dports/devel/vcglib/vcglib-2020.09/wrap/io_trimesh/
H A Dexport_vmi.h101 typedef typename MeshType::VertexType VertexType;
104 if( VertexType::HasQualityOcf() && vert.IsQualityEnabled()){
109 if( VertexType::HasColorOcf() && vert.IsColorEnabled()){
114 if( VertexType::HasNormalOcf() && vert.IsNormalEnabled()){
119 if( VertexType::HasMarkOcf() && vert.IsMarkEnabled()){
124 if( VertexType::HasTexCoordOcf() && vert.IsTexCoordEnabled()){
129 if( VertexType::HasVFAdjacencyOcf() && vert.IsVFAdjacencyEnabled()){
134 if( VertexType::HasCurvatureOcf() && vert.IsCurvatureEnabled()){
144 if( VertexType::HasRadiusOcf() && vert.IsRadiusEnabled()){
233 typedef typename SaveMeshType::VertexType VertexType;
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/io_trimesh/
H A Dexport_vmi.h101 typedef typename MeshType::VertexType VertexType;
104 if( VertexType::HasQualityOcf() && vert.IsQualityEnabled()){
109 if( VertexType::HasColorOcf() && vert.IsColorEnabled()){
114 if( VertexType::HasNormalOcf() && vert.IsNormalEnabled()){
119 if( VertexType::HasMarkOcf() && vert.IsMarkEnabled()){
124 if( VertexType::HasTexCoordOcf() && vert.IsTexCoordEnabled()){
129 if( VertexType::HasVFAdjacencyOcf() && vert.IsVFAdjacencyEnabled()){
134 if( VertexType::HasCurvatureOcf() && vert.IsCurvatureEnabled()){
144 if( VertexType::HasRadiusOcf() && vert.IsRadiusEnabled()){
233 typedef typename SaveMeshType::VertexType VertexType;
[all …]

12345678910>>...33