Home
last modified time | relevance | path

Searched refs:unsetDomainType (Results 1 – 13 of 13) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/
H A DCompartmentMapping.cpp315 CompartmentMapping::unsetDomainType() in unsetDomainType() function in CompartmentMapping
762 value = unsetDomainType(); in unsetAttribute()
1224 return (cm != NULL) ? cm->unsetDomainType() : LIBSBML_INVALID_OBJECT; in CompartmentMapping_unsetDomainType()
H A DDomain.cpp280 Domain::unsetDomainType() in unsetDomainType() function in Domain
847 value = unsetDomainType(); in unsetAttribute()
1473 return (d != NULL) ? d->unsetDomainType() : LIBSBML_INVALID_OBJECT; in Domain_unsetDomainType()
H A DSampledVolume.cpp395 SampledVolume::unsetDomainType() in unsetDomainType() function in SampledVolume
901 value = unsetDomainType(); in unsetAttribute()
1506 return (sv != NULL) ? sv->unsetDomainType() : LIBSBML_INVALID_OBJECT; in SampledVolume_unsetDomainType()
H A DAnalyticVolume.cpp443 AnalyticVolume::unsetDomainType() in unsetDomainType() function in AnalyticVolume
1007 value = unsetDomainType(); in unsetAttribute()
1650 return (av != NULL) ? av->unsetDomainType() : LIBSBML_INVALID_OBJECT; in AnalyticVolume_unsetDomainType()
H A DCompartmentMapping.h310 int unsetDomainType();
H A DSampledVolume.h374 int unsetDomainType();
H A DCSGObject.cpp344 CSGObject::unsetDomainType() in unsetDomainType() function in CSGObject
1072 value = unsetDomainType(); in unsetAttribute()
1921 return (csgo != NULL) ? csgo->unsetDomainType() : LIBSBML_INVALID_OBJECT; in CSGObject_unsetDomainType()
H A DAnalyticVolume.h429 int unsetDomainType();
H A DDomain.h269 int unsetDomainType();
H A DCSGObject.h304 int unsetDomainType();
H A DParametricObject.cpp659 ParametricObject::unsetDomainType() in unsetDomainType() function in ParametricObject
1226 value = unsetDomainType(); in unsetAttribute()
2300 return (po != NULL) ? po->unsetDomainType() : LIBSBML_INVALID_OBJECT; in ParametricObject_unsetDomainType()
H A DParametricObject.h758 int unsetDomainType();
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/test/
H A DTestParametricObject.cpp150 fail_unless(G->unsetDomainType() == LIBSBML_OPERATION_SUCCESS); in START_TEST()