Home
last modified time | relevance | path

Searched refs:HeapElem (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/local_optimization/
H A Dtri_edge_collapse.h74 typedef typename LocalOptimization<TriMeshType>::HeapElem HeapElem; typedef
159 h_ret.push_back(HeapElem(new MYTYPE(VertexPair( vfi.V(),vfi.V1() ),GlobalMark(),pp))); in UpdateHeap()
162 h_ret.push_back(HeapElem(new MYTYPE(VertexPair( vfi.V1(),vfi.V()),GlobalMark(),pp))); in UpdateHeap()
169 …h_ret.push_back(HeapElem(new MYTYPE(VertexPair(vfi.F()->V(vfi.I()),vfi.F()->V2(vfi.I())),GlobalMar… in UpdateHeap()
172 …h_ret.push_back(HeapElem(new MYTYPE(VertexPair (vfi.F()->V1(vfi.I()),vfi.F()->V(vfi.I())),GlobalMa… in UpdateHeap()
225 h_ret.push_back(HeapElem(new MYTYPE(p, IMark(m),pp))); in Init()
H A Dquad_diag_collapse.h272 typedef typename LocalOptimization<MeshType>::HeapElem HeapElem; typedef
459 h_ret.push_back( HeapElem( new MYTYPE( start_he, GlobalMark() ) ) ); in UpdateHeap()
462 … h_ret.push_back( HeapElem( new MYTYPE( start_he->HNp(), GlobalMark() ) ) ); in UpdateHeap()
547 h_ret.push_back( HeapElem(new MYTYPE( (*fi).FHp(), IMark(m)))); in Init()
549 h_ret.push_back( HeapElem(new MYTYPE( (*fi).FHp()->HNp(), IMark(m)))); in Init()
575 typedef typename LocalOptimization<MeshType>::HeapElem HeapElem; typedef
H A Dtetra_edge_collapse.h77 typedef typename LocalOptimization<TETRA_MESH_TYPE>::HeapElem HeapElem; typedef
223 h_ret.push_back(HeapElem(new TetraEdgeCollapse<TETRA_MESH_TYPE>(p,_Imark()))); in UpdateHeap()
280 h_ret.push_back(HeapElem(new TetraEdgeCollapse<TETRA_MESH_TYPE>(p,m.IMark))); in Init()
H A Dtri_edge_collapse_quadric.h141 typedef typename TriEdgeCollapse<TriMeshType, VertexPair, MYTYPE>::HeapElem HeapElem; typedef
274 …h_ret.push_back(HeapElem(new MYTYPE(VertexPair(x.V0(),x.V1()),TriEdgeCollapse< TriMeshType,VertexP… in Init()
278 …h_ret.push_back(HeapElem(new MYTYPE(VertexPair(x.V0(),x.V2()),TriEdgeCollapse< TriMeshType,VertexP… in Init()
294 …h_ret.push_back( HeapElem( new MYTYPE( VertexPair (x.V(),x.V1()),TriEdgeCollapse< TriMeshType,Vert… in Init()
297 …h_ret.push_back( HeapElem( new MYTYPE( VertexPair (x.V(),x.V2()),TriEdgeCollapse< TriMeshType,Vert… in Init()
417 h_ret.push_back(HeapElem(new MYTYPE(VertexPair(v0,v1), this->GlobalMark(),_pp))); in AddCollapseToHeap()
420 h_ret.push_back(HeapElem(new MYTYPE(VertexPair(v1,v0), this->GlobalMark(),_pp))); in AddCollapseToHeap()
H A Dtri_edge_flip.h76 typedef typename LocalOptimization<TRIMESH_TYPE>::HeapElem HeapElem; typedef
107 heap.push_back(HeapElem(newflip)); in Insert()
422 typedef typename LocalOptimization<TRIMESH_TYPE>::HeapElem HeapElem; typedef
H A Dtri_edge_collapse_quadric_tex.h184 typedef typename tri::TriEdgeCollapse<TriMeshType, VertexPair, MYTYPE>::HeapElem HeapElem; typedef
629 …h_ret.push_back(HeapElem(new MYTYPE(VertexPair(x.V0(),x.V1()),TriEdgeCollapse< TriMeshType,VertexP… in Init()
633 …h_ret.push_back(HeapElem(new MYTYPE(VertexPair(x.V0(),x.V2()),TriEdgeCollapse< TriMeshType,VertexP… in Init()
670 … h_ret.push_back(HeapElem(new MYTYPE(VertexPair(vfi.V0(),vfi.V1()), this->GlobalMark(),pp))); in UpdateHeap()
678 … h_ret.push_back(HeapElem(new MYTYPE(VertexPair(vfi.V0(),vfi.V2()),this->GlobalMark(),pp))); in UpdateHeap()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/local_optimization/
H A Dtri_edge_collapse.h74 typedef typename LocalOptimization<TriMeshType>::HeapElem HeapElem; typedef
159 h_ret.push_back(HeapElem(new MYTYPE(VertexPair( vfi.V(),vfi.V1() ),GlobalMark(),pp))); in UpdateHeap()
162 h_ret.push_back(HeapElem(new MYTYPE(VertexPair( vfi.V1(),vfi.V()),GlobalMark(),pp))); in UpdateHeap()
169 …h_ret.push_back(HeapElem(new MYTYPE(VertexPair(vfi.F()->V(vfi.I()),vfi.F()->V2(vfi.I())),GlobalMar… in UpdateHeap()
172 …h_ret.push_back(HeapElem(new MYTYPE(VertexPair (vfi.F()->V1(vfi.I()),vfi.F()->V(vfi.I())),GlobalMa… in UpdateHeap()
225 h_ret.push_back(HeapElem(new MYTYPE(p, IMark(m),pp))); in Init()
H A Dquad_diag_collapse.h272 typedef typename LocalOptimization<MeshType>::HeapElem HeapElem; typedef
459 h_ret.push_back( HeapElem( new MYTYPE( start_he, GlobalMark() ) ) ); in UpdateHeap()
462 … h_ret.push_back( HeapElem( new MYTYPE( start_he->HNp(), GlobalMark() ) ) ); in UpdateHeap()
547 h_ret.push_back( HeapElem(new MYTYPE( (*fi).FHp(), IMark(m)))); in Init()
549 h_ret.push_back( HeapElem(new MYTYPE( (*fi).FHp()->HNp(), IMark(m)))); in Init()
575 typedef typename LocalOptimization<MeshType>::HeapElem HeapElem; typedef
H A Dtetra_edge_collapse.h77 typedef typename LocalOptimization<TETRA_MESH_TYPE>::HeapElem HeapElem; typedef
223 h_ret.push_back(HeapElem(new TetraEdgeCollapse<TETRA_MESH_TYPE>(p,_Imark()))); in UpdateHeap()
280 h_ret.push_back(HeapElem(new TetraEdgeCollapse<TETRA_MESH_TYPE>(p,m.IMark))); in Init()
H A Dtri_edge_collapse_quadric.h120 typedef typename TriEdgeCollapse<TriMeshType, VertexPair, MYTYPE>::HeapElem HeapElem; typedef
259 …h_ret.push_back(HeapElem(new MYTYPE(VertexPair(x.V0(),x.V1()),TriEdgeCollapse< TriMeshType,VertexP… in Init()
263 …h_ret.push_back(HeapElem(new MYTYPE(VertexPair(x.V0(),x.V2()),TriEdgeCollapse< TriMeshType,VertexP… in Init()
278 …h_ret.push_back( HeapElem( new MYTYPE( VertexPair (x.V(),x.V1()),TriEdgeCollapse< TriMeshType,Vert… in Init()
281 …h_ret.push_back( HeapElem( new MYTYPE( VertexPair (x.V(),x.V2()),TriEdgeCollapse< TriMeshType,Vert… in Init()
504 h_ret.push_back(HeapElem(new MYTYPE(VertexPair(v0,v1), this->GlobalMark(),_pp))); in AddCollapseToHeap()
513 h_ret.push_back(HeapElem(new MYTYPE(VertexPair(v1,v0), this->GlobalMark(),_pp))); in AddCollapseToHeap()
H A Dtri_edge_flip.h76 typedef typename LocalOptimization<TRIMESH_TYPE>::HeapElem HeapElem; typedef
107 heap.push_back(HeapElem(newflip)); in Insert()
422 typedef typename LocalOptimization<TRIMESH_TYPE>::HeapElem HeapElem; typedef
H A Dtri_edge_collapse_quadric_tex.h185 typedef typename tri::TriEdgeCollapse<TriMeshType, VertexPair, MYTYPE>::HeapElem HeapElem; typedef
630 …h_ret.push_back(HeapElem(new MYTYPE(VertexPair(x.V0(),x.V1()),TriEdgeCollapse< TriMeshType,VertexP… in Init()
634 …h_ret.push_back(HeapElem(new MYTYPE(VertexPair(x.V0(),x.V2()),TriEdgeCollapse< TriMeshType,VertexP… in Init()
671 … h_ret.push_back(HeapElem(new MYTYPE(VertexPair(vfi.V0(),vfi.V1()), this->GlobalMark(),pp))); in UpdateHeap()
679 … h_ret.push_back(HeapElem(new MYTYPE(VertexPair(vfi.V0(),vfi.V2()),this->GlobalMark(),pp))); in UpdateHeap()
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/algorithms/
H A Dlocal_optimization.h99 struct HeapElem;
101 typedef typename std::vector<HeapElem> HeapType;
162 struct HeapElem struct
164 inline HeapElem(){locModPtr = NULL;} in HeapElem() argument
165 ~HeapElem(){} in ~HeapElem() argument
171 inline HeapElem( LocModType *_locModPtr) in HeapElem() argument
179 inline bool operator <(const HeapElem & h) const
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/algorithms/
H A Dlocal_optimization.h100 struct HeapElem;
104 typedef typename std::vector<HeapElem> HeapType;
172 struct HeapElem struct
174 inline HeapElem(){locModPtr = NULL;} in HeapElem() function
175 ~HeapElem(){} in ~HeapElem() argument
182 inline HeapElem( LocModPtrType _locModPtr) in HeapElem() function
190 inline bool operator <(const HeapElem & h) const
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dhuffman.c39 typedef struct HeapElem { struct
42 } HeapElem; argument
44 static void heap_sift(HeapElem *h, int root, int size) in heap_sift()
51 FFSWAP(HeapElem, h[root], h[child]); in heap_sift()
60 HeapElem *h = av_malloc_array(sizeof(*h), stats_size); in ff_huff_gen_len_table()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dhuffman.c39 typedef struct HeapElem { struct
42 } HeapElem; typedef
44 static void heap_sift(HeapElem *h, int root, int size) in heap_sift()
51 FFSWAP(HeapElem, h[root], h[child]); in heap_sift()
60 HeapElem *h = av_malloc_array(sizeof(*h), stats_size); in ff_huff_gen_len_table()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dhuffman.c39 typedef struct HeapElem { struct
42 } HeapElem; argument
44 static void heap_sift(HeapElem *h, int root, int size) in heap_sift()
51 FFSWAP(HeapElem, h[root], h[child]); in heap_sift()
60 HeapElem *h = av_malloc_array(sizeof(*h), stats_size); in ff_huff_gen_len_table()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dhuffman.c39 typedef struct HeapElem { struct
42 } HeapElem; argument
44 static void heap_sift(HeapElem *h, int root, int size) in heap_sift()
51 FFSWAP(HeapElem, h[root], h[child]); in heap_sift()
60 HeapElem *h = av_malloc_array(sizeof(*h), stats_size); in ff_huff_gen_len_table()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dhuffman.c39 typedef struct HeapElem { struct
42 } HeapElem; argument
44 static void heap_sift(HeapElem *h, int root, int size) in heap_sift()
51 FFSWAP(HeapElem, h[root], h[child]); in heap_sift()
60 HeapElem *h = av_malloc_array(sizeof(*h), stats_size); in ff_huff_gen_len_table()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dhuffman.c39 } HeapElem; typedef
41 static void heap_sift(HeapElem *h, int root, int size) in heap_sift()
48 FFSWAP(HeapElem, h[root], h[child]); in heap_sift()
57 HeapElem *h = av_malloc_array(sizeof(*h), stats_size); in ff_huff_gen_len_table()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dhuffman.c39 } HeapElem; typedef
41 static void heap_sift(HeapElem *h, int root, int size) in heap_sift()
48 FFSWAP(HeapElem, h[root], h[child]); in heap_sift()
57 HeapElem *h = av_malloc_array(sizeof(*h), stats_size); in ff_huff_gen_len_table()
/dports/devel/p5-Cache/Cache-2.11/lib/Cache/
H A DMemory.pm31 use Cache::Memory::HeapElem;
298 my $exp_elem = Cache::Memory::HeapElem->new($self->{namespace},$key,$time);
315 my $age_elem = Cache::Memory::HeapElem->new($ns,$key,$time);
325 my $use_elem = Cache::Memory::HeapElem->new($ns,$key,$time);
/dports/devel/p5-Cache/Cache-2.11/
H A DMETA.yml52 Cache::Memory::HeapElem:
53 file: lib/Cache/Memory/HeapElem.pm
/dports/devel/p5-Cache/Cache-2.11/lib/Cache/Memory/
H A DHeapElem.pm10 package Cache::Memory::HeapElem;
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_trioptimize/
H A Dcurvedgeflip.h61 typedef typename LocalOptimization<TRIMESH_TYPE>::HeapElem HeapElem; typedef

12