Home
last modified time | relevance | path

Searched refs:isSetDomainType (Results 1 – 15 of 15) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/test/
H A DTestParametricObject.cpp105 fail_unless(G->isSetDomainType() == false); in START_TEST()
144 fail_unless(G->isSetDomainType() == false); in START_TEST()
147 fail_unless(G->isSetDomainType() == true); in START_TEST()
151 fail_unless(G->isSetDomainType() == false); in START_TEST()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/
H A DCompartmentMapping.cpp205 CompartmentMapping::isSetDomainType() const in isSetDomainType() function in CompartmentMapping
357 if (isSetDomainType() && mDomainType == oldid) in renameSIdRefs()
399 if (isSetDomainType() == false) in hasRequiredAttributes()
621 value = isSetDomainType(); in isSetAttribute()
974 if (isSetDomainType() == true) in writeAttributes()
1134 return (cm != NULL) ? static_cast<int>(cm->isSetDomainType()) : 0; in CompartmentMapping_isSetDomainType()
H A DDomain.cpp193 Domain::isSetDomainType() const in isSetDomainType() function in Domain
423 if (isSetDomainType() && mDomainType == oldid) in renameSIdRefs()
465 if (isSetDomainType() == false) in hasRequiredAttributes()
718 value = isSetDomainType(); in isSetAttribute()
1266 if (isSetDomainType() == true) in writeAttributes()
1407 return (d != NULL) ? static_cast<int>(d->isSetDomainType()) : 0; in Domain_isSetDomainType()
H A DSampledVolume.cpp239 SampledVolume::isSetDomainType() const in isSetDomainType() function in SampledVolume
477 if (isSetDomainType() && mDomainType == oldid) in renameSIdRefs()
519 if (isSetDomainType() == false) in hasRequiredAttributes()
746 value = isSetDomainType(); in isSetAttribute()
1179 if (isSetDomainType() == true) in writeAttributes()
1370 return (sv != NULL) ? static_cast<int>(sv->isSetDomainType()) : 0; in SampledVolume_isSetDomainType()
H A DAnalyticVolume.cpp275 AnalyticVolume::isSetDomainType() const in isSetDomainType() function in AnalyticVolume
541 if (isSetDomainType() && mDomainType == oldid) in renameSIdRefs()
593 if (isSetDomainType() == false) in hasRequiredAttributes()
860 value = isSetDomainType(); in isSetAttribute()
1320 if (isSetDomainType() == true) in writeAttributes()
1525 return (av != NULL) ? static_cast<int>(av->isSetDomainType()) : 0; in AnalyticVolume_isSetDomainType()
H A DCSGObject.cpp235 CSGObject::isSetDomainType() const in isSetDomainType() function in CSGObject
595 if (isSetDomainType() && mDomainType == oldid) in renameSIdRefs()
637 if (isSetDomainType() == false) in hasRequiredAttributes()
934 value = isSetDomainType(); in isSetAttribute()
1673 if (isSetDomainType() == true) in writeAttributes()
1831 return (csgo != NULL) ? static_cast<int>(csgo->isSetDomainType()) : 0; in CSGObject_isSetDomainType()
H A DParametricObject.cpp362 ParametricObject::isSetDomainType() const in isSetDomainType() function in ParametricObject
738 if (isSetDomainType() && mDomainType == oldid) in renameSIdRefs()
785 if (isSetDomainType() == false) in hasRequiredAttributes()
1059 value = isSetDomainType(); in isSetAttribute()
1603 if (isSetDomainType() == true) in writeAttributes()
2071 return (po != NULL) ? static_cast<int>(po->isSetDomainType()) : 0; in ParametricObject_isSetDomainType()
H A DCompartmentMapping.h213 bool isSetDomainType() const;
H A DSampledVolume.h230 bool isSetDomainType() const;
H A DAnalyticVolume.h289 bool isSetDomainType() const;
H A DDomain.h195 bool isSetDomainType() const;
H A DCSGObject.h207 bool isSetDomainType() const;
H A DParametricObject.h454 bool isSetDomainType() const;
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/validator/
H A DSpatialCompartmentMappingUnitSizesCheck.cpp94 if (cm->isSetDomainType() && cm->isSetUnitSize()) { in check_()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/validator/constraints/
H A DSpatialConsistencyConstraints.cpp92 pre(domain.isSetDomainType()); in START_CONSTRAINT()
197 pre(mapping.isSetDomainType()); in START_CONSTRAINT()
2546 pre(sv.isSetDomainType()); in START_CONSTRAINT()
2567 pre(av.isSetDomainType()); in START_CONSTRAINT()
2588 pre(po.isSetDomainType()); in START_CONSTRAINT()
2609 pre(csgo.isSetDomainType()); in START_CONSTRAINT()