Home
last modified time | relevance | path

Searched defs:InteractionList (Results 1 – 5 of 5) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/topology/
H A Didef.h222 struct InteractionList struct
225 int size() const { return static_cast<int>(iatoms.size()); } in size()
228 bool empty() const { return iatoms.empty(); } in empty()
232 void push_back(const int parameterType, const std::array<int, numAtoms>& atoms) in push_back()
256 void append(const InteractionList& ilist) in append() argument
272 using InteractionLists = std::array<InteractionList, F_NRE>; argument
/dports/games/scummvm/scummvm-2.5.1/engines/ngi/
H A Dinteraction.h68 typedef ObList<Interaction> InteractionList; typedef
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/fullpipe/
H A Dinteraction.h68 typedef ObList<Interaction> InteractionList; typedef
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/inc/
H A Dpreventduplicateinteraction.hxx191 typedef ::std::vector< InteractionInfo > InteractionList; typedef in sfx2::PreventDuplicateInteraction
/dports/devel/py-twilio/twilio-7.4.0/twilio/rest/proxy/v1/service/session/
H A Dinteraction.py17 class InteractionList(ListResource): class