Home
last modified time | relevance | path

Searched refs:getDomainType (Results 1 – 25 of 28) sorted by relevance

12

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/extension/test/
H A DTestReadSpatialExtension.cpp73 fail_unless(cMapping->getDomainType() == "dtype1"); in START_TEST()
192 DomainType *domainType = geometry->getDomainType(0); in START_TEST()
203 fail_unless(domain->getDomainType() == "dtype1"); in START_TEST()
217 fail_unless(domain->getDomainType() == "dtype1"); in START_TEST()
254 fail_unless(av->getDomainType() == "dtype1"); in START_TEST()
276 fail_unless(sv->getDomainType() == "dtype1"); in START_TEST()
440 DomainType *domainType = geometry->getDomainType(0); in START_TEST()
451 fail_unless(domain->getDomainType() == "dtype1"); in START_TEST()
465 fail_unless(domain->getDomainType() == "dtype1"); in START_TEST()
501 fail_unless(av->getDomainType() == "dtype1"); in START_TEST()
[all …]
H A DspatialExtTest.cpp360 …cout << "Comp" << i << " CM_DType: " << cplugin->getCompartmentMapping()->getDomainType() << end… in readSpatialSBML()
451 DomainType* domainType2 = geometry2->getDomainType(0); in readSpatialSBML()
459 std::cout << "Domain1 domainType: " << domain->getDomainType() << std::endl; in readSpatialSBML()
469 std::cout << "Domain2 domainType: " << domain->getDomainType() << std::endl; in readSpatialSBML()
492 std::cout << "AnalVol domainType: " << av->getDomainType() << std::endl; in readSpatialSBML()
522 std::cout << "SampledVol domainType: " << sv->getDomainType() << std::endl; in readSpatialSBML()
559 std::cout << "CSGObject domainType: " << csgo->getDomainType() << std::endl; in readSpatialSBML()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/DynaTableRf/src/main/java/com/google/gwt/sample/dynatablerf/server/
H A DScheduleLocator.java48 public Class<Schedule> getDomainType() { in getDomainType() method in ScheduleLocator
49 return getThreadLocalObject().getDomainType(); in getDomainType()
H A DScheduleSource.java55 public Class<Schedule> getDomainType() { in getDomainType() method in ScheduleSource.Backing
179 public abstract Class<Schedule> getDomainType(); in getDomainType() method in ScheduleSource
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/validator/
H A DSpatialCompartmentMappingUnitSizesCheck.cpp95 domainTypes.insert(cm->getDomainType()); in check_()
106 if ((*cmi)->getDomainType() == domainType) { in check_()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/c++/spatial/
H A Dexample1.cpp236 …cout << "Comp" << i << " CM_DType: " << cplugin->getCompartmentMapping()->getDomainType() << end… in readSpatialSBML()
332 DomainType* domainType2 = geometry2->getDomainType(0); in readSpatialSBML()
339 std::cout << "Domain1 domainType: " << domain->getDomainType() << std::endl; in readSpatialSBML()
347 std::cout << "Domain2 domainType: " << domain->getDomainType() << std::endl; in readSpatialSBML()
369 std::cout << "AnalVol domainType: " << av->getDomainType() << std::endl; in readSpatialSBML()
398 std::cout << "SampledVol domainType: " << sv->getDomainType() << std::endl; in readSpatialSBML()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/
H A DCompartmentMapping.cpp162 CompartmentMapping::getDomainType() const in getDomainType() function in CompartmentMapping
589 value = getDomainType(); in getAttribute()
1086 return cm->getDomainType().empty() ? NULL : in CompartmentMapping_getDomainType()
1087 safe_strdup(cm->getDomainType().c_str()); in CompartmentMapping_getDomainType()
H A DGeometry.h587 DomainType* getDomainType(unsigned int n);
608 const DomainType* getDomainType(unsigned int n) const;
629 DomainType* getDomainType(const std::string& sid);
650 const DomainType* getDomainType(const std::string& sid) const;
H A DDomain.cpp163 Domain::getDomainType() const in getDomainType() function in Domain
686 value = getDomainType(); in getAttribute()
1372 return d->getDomainType().empty() ? NULL : in Domain_getDomainType()
1373 safe_strdup(d->getDomainType().c_str()); in Domain_getDomainType()
H A DSampledVolume.cpp178 SampledVolume::getDomainType() const in getDomainType() function in SampledVolume
714 value = getDomainType(); in getAttribute()
1300 return sv->getDomainType().empty() ? NULL : in SampledVolume_getDomainType()
1301 safe_strdup(sv->getDomainType().c_str()); in SampledVolume_getDomainType()
H A DAnalyticVolume.cpp221 AnalyticVolume::getDomainType() const in getDomainType() function in AnalyticVolume
820 value = getDomainType(); in getAttribute()
1464 return av->getDomainType().empty() ? NULL : in AnalyticVolume_getDomainType()
1465 safe_strdup(av->getDomainType().c_str()); in AnalyticVolume_getDomainType()
H A DGeometry.cpp478 Geometry::getDomainType(unsigned int n) in getDomainType() function in Geometry
488 Geometry::getDomainType(unsigned int n) const in getDomainType() function in Geometry
498 Geometry::getDomainType(const std::string& sid) in getDomainType() function in Geometry
508 Geometry::getDomainType(const std::string& sid) const in getDomainType() function in Geometry
2160 return getDomainType(index); in getObject()
2885 return (g != NULL) ? g->getDomainType(n) : NULL; in Geometry_getDomainType()
2896 return (g != NULL && sid != NULL) ? g->getDomainType(sid) : NULL; in Geometry_getDomainTypeById()
H A DCSGObject.cpp194 CSGObject::getDomainType() const in getDomainType() function in CSGObject
902 value = getDomainType(); in getAttribute()
1784 return csgo->getDomainType().empty() ? NULL : in CSGObject_getDomainType()
1785 safe_strdup(csgo->getDomainType().c_str()); in CSGObject_getDomainType()
H A DParametricObject.cpp217 ParametricObject::getDomainType() const in getDomainType() function in ParametricObject
1013 value = getDomainType(); in getAttribute()
1956 return po->getDomainType().empty() ? NULL : in ParametricObject_getDomainType()
1957 safe_strdup(po->getDomainType().c_str()); in ParametricObject_getDomainType()
H A DCompartmentMapping.h174 const std::string& getDomainType() const;
H A DListOfAnalyticVolumes.cpp292 return (static_cast<AnalyticVolume*>(sb)->getDomainType() == id); in operator ()()
H A DListOfCSGObjects.cpp288 return (static_cast<CSGObject*>(sb)->getDomainType() == id); in operator ()()
H A DListOfDomains.cpp285 return (static_cast<Domain*>(sb)->getDomainType() == id); in operator ()()
H A DListOfParametricObjects.cpp290 return (static_cast<ParametricObject*>(sb)->getDomainType() == id); in operator ()()
H A DListOfSampledVolumes.cpp285 return (static_cast<SampledVolume*>(sb)->getDomainType() == id); in operator ()()
H A DSampledVolume.h174 const std::string& getDomainType() const;
H A DAnalyticVolume.h237 const std::string& getDomainType() const;
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/validator/constraints/
H A DSpatialConsistencyConstraints.cpp102 const std::string dt = domain.getDomainType(); in START_CONSTRAINT()
112 msg += domain.getDomainType(); in START_CONSTRAINT()
2547 string domaintype = sv.getDomainType(); in START_CONSTRAINT()
2552 pre(geom->getDomainType(domaintype)==NULL); in START_CONSTRAINT()
2568 string domaintype = av.getDomainType(); in START_CONSTRAINT()
2573 pre(geom->getDomainType(domaintype)==NULL); in START_CONSTRAINT()
2589 string domaintype = po.getDomainType(); in START_CONSTRAINT()
2594 pre(geom->getDomainType(domaintype)==NULL); in START_CONSTRAINT()
2610 string domaintype = csgo.getDomainType(); in START_CONSTRAINT()
2615 pre(geom->getDomainType(domaintype)==NULL); in START_CONSTRAINT()
[all …]
H A DUniqueSpatialIds.cpp223 doCheckId(*g->getDomainType(n)); in doCheck()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/test/
H A DTestParametricObject.cpp148 fail_unless(G->getDomainType() == "i1"); in START_TEST()

12