Home
last modified time | relevance | path

Searched refs:ctmap (Results 1 – 4 of 4) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesh_parameterization/
H A DARAP_parameterizer_3.h453 put(ctmap, hd, cot); in compute_cotangent_angle()
486 const Cot_map ctmap) const in compute_w_ij() argument
492 NT c_k = get(ctmap, opposite(hd, mesh)); in compute_w_ij()
496 NT c_l = get(ctmap, hd); in compute_w_ij()
780 NT c = get(ctmap, hd); in compute_optimal_Lt_matrices()
955 const Cot_map ctmap, in compute_b_ij() argument
986 NT ct_k = get(ctmap, hd_opp); in compute_b_ij()
1010 NT ct_l = get(ctmap, hd); in compute_b_ij()
1070 const Cot_map ctmap, in compute_rhs() argument
1175 NT cot = get(ctmap, hd); in compute_current_face_energy()
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/src/
H A Dmaeffplugin.cpp686 CtMap ctmap; member
825 pos( h->ctmap[m_ct].position), in AtomArray()
826 vel( h->ctmap[m_ct].velocity), in AtomArray()
921 sites(h->ctmap[ct].sites) in SitesArray()
952 bonds(h->ctmap[m_ct].bonds) in BondArray()
1654 h->ctmap.erase(h->stage2); in alchemical_combine()
1689 for (CtMap::const_iterator i=h->ctmap.begin(); i!=h->ctmap.end(); ++i) { in open_file_read()
1724 for (CtMap::iterator i=h->ctmap.begin(); i!=h->ctmap.end(); ++i) { in read_structure()
1816 for (CtMap::const_iterator i=h->ctmap.begin(); i!=h->ctmap.end(); ++i) {
1850 for (CtMap::const_iterator i=h->ctmap.begin(); i!=h->ctmap.end(); ++i) {
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dstreamer.c917 ctmap->ct = strdup (t); in ctmap_init()
923 free (ctmap->ct); in ctmap_init()
924 free (ctmap); in ctmap_init()
937 ctmap->plugins[n] = NULL; in ctmap_init()
939 tail->next = ctmap; in ctmap_init()
941 tail = ctmap; in ctmap_init()
943 streamer_ctmap = ctmap; in ctmap_init()
1068 ctmap_t *ctmap = streamer_ctmap; in streamer_set_current() local
1069 while (ctmap) { in streamer_set_current()
1073 ctmap = ctmap->next; in streamer_set_current()
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/uiuc/plugins/molfile_plugin/
H A Dpost.patch318 atoms( h->ctmap[m_ct].particles ),