Home
last modified time | relevance | path

Searched refs:AtomList (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/geoflow_c/src/
H A DAtom.h125 class AtomList
133 AtomList();
135 AtomList( string xyzr_file, const double radexp, const int ffmodel );
139 AtomList( const AtomList& AL ) { p_atomList = AL.p_atomList ; } in AtomList() function
141 AtomList( const AtomList* AL ) { p_atomList = AL->p_atomList ; } in AtomList() function
H A DGeometricFlow.h137 void domainInitialization( const AtomList& atomlist );
139 void yhsurface( const AtomList& atomList,
165 void seteqb( Mat<>& bg, const AtomList& al, const Mat<>& charget,
168 double qb(size_t i,size_t j,size_t k, const AtomList& al,
171 double qbboundary( double x, double y, double z, const AtomList& al );
265 struct GeometricFlowOutput run( const AtomList& atomList );
H A DGeometricFlowWrap.cpp83 AtomList emptyAtomList; // need to fill this with atoms in runGeometricFlowWrap()
84 AtomList AL( "imidazole.xyzr", GF.getRadExp(), GF.getFFModel() ); in runGeometricFlowWrap()
130 AtomList atomList; in runGeometricFlowWrapAPBS()
H A DAtom.cpp143 AtomList::AtomList() { } in AtomList() function in AtomList
146 AtomList::AtomList( string xyzr_file, const double radexp, const int ffmodel ) in AtomList() function in AtomList
222 void AtomList::changeChargeDistribution in changeChargeDistribution()
363 void AtomList::print() const in print()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/taglib/mp4/
H A Dmp4atom.cpp116 for(AtomList::ConstIterator it = children.begin(); it != children.end(); ++it) { in find()
124 MP4::AtomList
127 MP4::AtomList result; in findall()
128 for(AtomList::ConstIterator it = children.begin(); it != children.end(); ++it) { in findall()
140 MP4::Atom::path(MP4::AtomList &path, const char *name1, const char *name2, const char *name3) in path()
146 for(AtomList::ConstIterator it = children.begin(); it != children.end(); ++it) { in path()
176 for(AtomList::ConstIterator it = atoms.begin(); it != atoms.end(); ++it) { in find()
184 MP4::AtomList
187 MP4::AtomList path; in path()
188 for(AtomList::ConstIterator it = atoms.begin(); it != atoms.end(); ++it) { in path()
H A Dmp4atom.h41 typedef TagLib::List<Atom *> AtomList; typedef
83 bool path(AtomList &path, const char *name1, const char *name2 = 0, const char *name3 = 0);
84 AtomList findall(const char *name, bool recursive = false);
88 AtomList children;
101AtomList path(const char *name1, const char *name2 = 0, const char *name3 = 0, const char *name4 =…
102 AtomList atoms;
H A Dmp4tag.cpp512 AtomList path = d->atoms->path("moov", "udta", "meta", "ilst"); in save()
529 AtomList::ConstIterator itEnd = path.end(); in updateParents()
556 MP4::AtomList stco = moov->findall("stco", true); in updateOffsets()
577 MP4::AtomList co64 = moov->findall("co64", true); in updateOffsets()
601 MP4::AtomList tfhd = moof->findall("tfhd", true); in updateOffsets()
630 AtomList path = d->atoms->path("moov", "udta"); in saveNew()
649 MP4::Tag::saveExisting(ByteVector data, const AtomList &path) in saveExisting()
651 AtomList::ConstIterator it = path.end(); in saveExisting()
658 AtomList::ConstIterator index = meta->children.find(ilst); in saveExisting()
662 AtomList::ConstIterator prevIndex = index; in saveExisting()
[all …]
H A Dmp4file.cpp39 bool checkValid(const MP4::AtomList &list) in checkValid()
41 for(MP4::AtomList::ConstIterator it = list.begin(); it != list.end(); ++it) { in checkValid()
/dports/audio/taglib/taglib-1.12/taglib/mp4/
H A Dmp4atom.cpp116 for(AtomList::ConstIterator it = children.begin(); it != children.end(); ++it) { in find()
124 MP4::AtomList
127 MP4::AtomList result; in findall()
128 for(AtomList::ConstIterator it = children.begin(); it != children.end(); ++it) { in findall()
140 MP4::Atom::path(MP4::AtomList &path, const char *name1, const char *name2, const char *name3) in path()
146 for(AtomList::ConstIterator it = children.begin(); it != children.end(); ++it) { in path()
176 for(AtomList::ConstIterator it = atoms.begin(); it != atoms.end(); ++it) { in find()
184 MP4::AtomList
187 MP4::AtomList path; in path()
188 for(AtomList::ConstIterator it = atoms.begin(); it != atoms.end(); ++it) { in path()
H A Dmp4atom.h41 typedef TagLib::List<Atom *> AtomList; typedef
83 bool path(AtomList &path, const char *name1, const char *name2 = 0, const char *name3 = 0);
84 AtomList findall(const char *name, bool recursive = false);
88 AtomList children;
101AtomList path(const char *name1, const char *name2 = 0, const char *name3 = 0, const char *name4 =…
102 AtomList atoms;
H A Dmp4tag.cpp533 AtomList path = d->atoms->path("moov", "udta", "meta", "ilst"); in save()
550 AtomList::ConstIterator itEnd = path.end(); in updateParents()
577 MP4::AtomList stco = moov->findall("stco", true); in updateOffsets()
598 MP4::AtomList co64 = moov->findall("co64", true); in updateOffsets()
622 MP4::AtomList tfhd = moof->findall("tfhd", true); in updateOffsets()
651 AtomList path = d->atoms->path("moov", "udta"); in saveNew()
670 MP4::Tag::saveExisting(ByteVector data, const AtomList &path) in saveExisting()
672 AtomList::ConstIterator it = path.end(); in saveExisting()
679 AtomList::ConstIterator index = meta->children.find(ilst); in saveExisting()
683 AtomList::ConstIterator prevIndex = index; in saveExisting()
[all …]
H A Dmp4properties.cpp37 long long calculateMdatLength(const MP4::AtomList &list) in calculateMdatLength()
40 for(MP4::AtomList::ConstIterator it = list.begin(); it != list.end(); ++it) { in calculateMdatLength()
162 const MP4::AtomList trakList = moov->findall("trak"); in read()
163 for(MP4::AtomList::ConstIterator it = trakList.begin(); it != trakList.end(); ++it) { in read()
H A Dmp4file.cpp39 bool checkValid(const MP4::AtomList &list) in checkValid()
41 for(MP4::AtomList::ConstIterator it = list.begin(); it != list.end(); ++it) { in checkValid()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/taglib-1.11/taglib/mp4/
H A Dmp4atom.cpp116 for(AtomList::ConstIterator it = children.begin(); it != children.end(); ++it) { in find()
124 MP4::AtomList
127 MP4::AtomList result; in findall()
128 for(AtomList::ConstIterator it = children.begin(); it != children.end(); ++it) { in findall()
140 MP4::Atom::path(MP4::AtomList &path, const char *name1, const char *name2, const char *name3) in path()
146 for(AtomList::ConstIterator it = children.begin(); it != children.end(); ++it) { in path()
176 for(AtomList::ConstIterator it = atoms.begin(); it != atoms.end(); ++it) { in find()
184 MP4::AtomList
187 MP4::AtomList path; in path()
188 for(AtomList::ConstIterator it = atoms.begin(); it != atoms.end(); ++it) { in path()
H A Dmp4atom.h41 typedef TagLib::List<Atom *> AtomList; typedef
83 bool path(AtomList &path, const char *name1, const char *name2 = 0, const char *name3 = 0);
84 AtomList findall(const char *name, bool recursive = false);
88 AtomList children;
101AtomList path(const char *name1, const char *name2 = 0, const char *name3 = 0, const char *name4 =…
102 AtomList atoms;
H A Dmp4tag.cpp533 AtomList path = d->atoms->path("moov", "udta", "meta", "ilst"); in save()
550 AtomList::ConstIterator itEnd = path.end(); in updateParents()
577 MP4::AtomList stco = moov->findall("stco", true); in updateOffsets()
598 MP4::AtomList co64 = moov->findall("co64", true); in updateOffsets()
622 MP4::AtomList tfhd = moof->findall("tfhd", true); in updateOffsets()
651 AtomList path = d->atoms->path("moov", "udta"); in saveNew()
670 MP4::Tag::saveExisting(ByteVector data, const AtomList &path) in saveExisting()
672 AtomList::ConstIterator it = path.end(); in saveExisting()
679 AtomList::ConstIterator index = meta->children.find(ilst); in saveExisting()
683 AtomList::ConstIterator prevIndex = index; in saveExisting()
[all …]
H A Dmp4file.cpp39 bool checkValid(const MP4::AtomList &list) in checkValid()
41 for(MP4::AtomList::ConstIterator it = list.begin(); it != list.end(); ++it) { in checkValid()
/dports/science/vipster/vipster-1.19.1b-14-g7168a1b/vipster/
H A Dstep.h18 struct AtomList{ struct
38 AtomList(AtomFmt fmt) in AtomList() argument
41 AtomList(const AtomList &rhs) in AtomList() argument
49 AtomList(AtomList&&) = default;
50 AtomList& operator=(const AtomList&) = default; argument
51 AtomList& operator=(AtomList&&) = default; argument
54 AtomList(const T &rhs) in AtomList() function
191 using Source = AtomList; argument
212 AtomView(AtomList &al, in AtomView() argument
276 class Step: public StepMutable<detail::AtomList>
[all …]
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Ddisplay_buffer.hh96 using AtomList = Vector<DisplayAtom, MemoryDomain::Display>; typedef
101 using iterator = AtomList::iterator;
102 using const_iterator = AtomList::const_iterator;
103 using value_type = AtomList::value_type;
106 DisplayLine(AtomList atoms);
116 const AtomList& atoms() const { return m_atoms; } in atoms()
153 AtomList m_atoms;
/dports/science/dftbplus/dftbplus-19.1/test/prog/dftb+/transport/deph_C25_ve_scc/
H A Ddftb_in.hsd52 AtomList { Atoms = 1
55 AtomList { Atoms = 2 3
58 AtomList { Atoms = 4 5
/dports/x11-wm/blackbox/blackbox-0.70.1/lib/
H A DEWMH.hh41 typedef std::vector<Atom> AtomList; typedef in bt::EWMH
100 bool readSupported(Window target, AtomList& atoms) const;
246 bool readWMWindowType(Window target, AtomList& types) const;
247 void setWMState(Window target, AtomList& atoms) const;
248 bool readWMState(Window target, AtomList& states) const;
249 void setWMAllowedActions(Window target, AtomList& atoms) const;
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/Java/com/axiosys/bento4/
H A DFile.java33 private AtomList atoms;
37 atoms = new AtomList(filename); in File()
H A DTest.java40 AtomList atoms = new AtomList(args[0]); in main()
H A DAtomList.java34 public class AtomList implements AtomParent { class
37 public AtomList(String filename) throws IOException, InvalidFormatException { in AtomList() method in AtomList
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcr/
H A Ddocument.h211 AtomList* GetAtomList () {return &AtomDef;} in GetAtomList()
521 AtomList AtomDef;
525 AtomList Atoms;

1234567