Home
last modified time | relevance | path

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

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DPropertyTable.h118 { return findPropertyIndex(name) >= 0; } in hasProperty()
123 const int ix = findPropertyIndex(name); in getPropertyPtr()
129 const int ix = findPropertyIndex(name); in updPropertyPtr()
160 int findPropertyIndex(const std::string& name) const;
H A DPropertyTable.cpp147 int PropertyTable::findPropertyIndex(const std::string& name) const { in findPropertyIndex() function in PropertyTable
H A DObject.h785 { const int ix = _propertyTable.findPropertyIndex(name); in getPropertyIndex()
796 { const int ix = _propertyTable.findPropertyIndex(T::getClassName()); in getPropertyIndex()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/topology/
H A Datomprop.cpp163 static int findPropertyIndex(AtomProperty* ap, in findPropertyIndex() function
239 int j = findPropertyIndex(ap, restype, residueName, atomName, &bExact); in addProperty()
399 … j = findPropertyIndex(&(impl_->prop[eprop]), &impl_->restype, residueName, tmpAtomName, &bExact); in setAtomProperty()