Home
last modified time | relevance | path

Searched refs:ListOfSampledVolumes (Results 1 – 14 of 14) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/
H A DListOfSampledVolumes.cpp62 ListOfSampledVolumes::ListOfSampledVolumes(unsigned int level, in ListOfSampledVolumes() function in ListOfSampledVolumes
76 ListOfSampledVolumes::ListOfSampledVolumes(SpatialPkgNamespaces *spatialns) in ListOfSampledVolumes() function in ListOfSampledVolumes
86 ListOfSampledVolumes::ListOfSampledVolumes(const ListOfSampledVolumes& orig) in ListOfSampledVolumes() function in ListOfSampledVolumes
95 ListOfSampledVolumes&
96 ListOfSampledVolumes::operator=(const ListOfSampledVolumes& rhs) in operator =()
110 ListOfSampledVolumes*
111 ListOfSampledVolumes::clone() const in clone()
113 return new ListOfSampledVolumes(*this); in clone()
120 ListOfSampledVolumes::~ListOfSampledVolumes() in ~ListOfSampledVolumes()
129 ListOfSampledVolumes::get(unsigned int n) in get()
[all …]
H A DListOfSampledVolumes.h70 class LIBSBML_EXTERN ListOfSampledVolumes : public ListOf
90 ListOfSampledVolumes(unsigned int level =
108 ListOfSampledVolumes(SpatialPkgNamespaces *spatialns);
116 ListOfSampledVolumes(const ListOfSampledVolumes& orig);
125 ListOfSampledVolumes& operator=(const ListOfSampledVolumes& rhs);
133 virtual ListOfSampledVolumes* clone() const;
139 virtual ~ListOfSampledVolumes();
H A DSampledFieldGeometry.h76 ListOfSampledVolumes mSampledVolumes;
211 const ListOfSampledVolumes* getListOfSampledVolumes() const;
229 ListOfSampledVolumes* getListOfSampledVolumes();
H A DSampledFieldGeometry.cpp202 const ListOfSampledVolumes*
212 ListOfSampledVolumes*
H A DSampledVolume.cpp967 static_cast<ListOfSampledVolumes*>(getParentSBMLObject())->size() < 2) in readAttributes()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/csharp/
H A Dlocal-packages-spatial.i149 return new ListOfSampledVolumes(cPtr, owner); in DowncastSBase()
325 COVARIANT_RTYPE_CLONE(ListOfSampledVolumes)
388 SBMLCONSTRUCTOR_EXCEPTION(ListOfSampledVolumes)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/
H A Dlocal-packages-spatial.i156 return new ListOfSampledVolumes(cPtr, owner); in DowncastSBase()
332 COVARIANT_RTYPE_CLONE(ListOfSampledVolumes)
395 SBMLCONSTRUCTOR_EXCEPTION(ListOfSampledVolumes)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/javascript/
H A Dlocal-spatial.i88 SBMLCONSTRUCTOR_EXCEPTION(ListOfSampledVolumes)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/perl/
H A Dlocal-spatial.i88 SBMLCONSTRUCTOR_EXCEPTION(ListOfSampledVolumes)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/php/
H A Dlocal-spatial.i88 SBMLCONSTRUCTOR_EXCEPTION(ListOfSampledVolumes)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/python/
H A Dlocal-spatial.i88 SBMLCONSTRUCTOR_EXCEPTION(ListOfSampledVolumes)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/r/
H A Dlocal-spatial.i88 SBMLCONSTRUCTOR_EXCEPTION(ListOfSampledVolumes)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/ruby/
H A Dlocal-spatial.i88 SBMLCONSTRUCTOR_EXCEPTION(ListOfSampledVolumes)
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/swig/
H A Dspatial-package.i109 %include <sbml/packages/spatial/sbml/ListOfSampledVolumes.h>