Home
last modified time | relevance | path

Searched refs:setDomainType (Results 1 – 21 of 21) sorted by relevance

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/java/spatial/
H A Dspatial_example1.java175 compMapping.setDomainType(domainType.getId()); in main()
180 domain.setDomainType("dtype1"); in main()
186 domain.setDomainType("dtype1"); in main()
199 analyticVol.setDomainType(domainType.getId()); in main()
231 sampledVol.setDomainType(domainType.getId()); in main()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/test/
H A DTestParametricObject.cpp146 fail_unless(G->setDomainType("i1") == LIBSBML_OPERATION_SUCCESS); in START_TEST()
167 G->setDomainType("p"); in START_TEST()
192 G->setDomainType("p"); in START_TEST()
224 G->setDomainType("p"); in START_TEST()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/extension/test/
H A DTestWriteSpatialExtension.cpp243 fail_unless(domain->setDomainType("dtype1") == LIBSBML_OPERATION_SUCCESS); in START_TEST()
249 fail_unless(domain->setDomainType("dtype1") == LIBSBML_OPERATION_SUCCESS); in START_TEST()
300 fail_unless(sampledVol->setDomainType(domainType->getId()) == LIBSBML_OPERATION_SUCCESS); in START_TEST()
370 compMapping->setDomainType("dtype1"); in START_TEST()
522 fail_unless(domain1.setDomainType("dtype1") == LIBSBML_OPERATION_SUCCESS); in START_TEST()
530 fail_unless(domain2.setDomainType("dtype1") == LIBSBML_OPERATION_SUCCESS); in START_TEST()
588 fail_unless(sampledVol.setDomainType(domainType.getId()) == LIBSBML_OPERATION_SUCCESS); in START_TEST()
752 fail_unless(domain->setDomainType("dtype1") == LIBSBML_OPERATION_SUCCESS); in START_TEST()
758 fail_unless(domain->setDomainType("dtype1") == LIBSBML_OPERATION_SUCCESS); in START_TEST()
1000 fail_unless(domain->setDomainType("dtype1") == LIBSBML_OPERATION_SUCCESS); in START_TEST()
[all …]
H A DspatialExtTest.cpp217 compMapping->setDomainType(domainType->getSpatialId()); in writeSpatialSBML()
222 domain->setDomainType("dtype1"); in writeSpatialSBML()
230 domain->setDomainType("dtype1"); in writeSpatialSBML()
245 analyticVol->setDomainType(domainType->getSpatialId()); in writeSpatialSBML()
280 sampledVol->setDomainType(domainType->getSpatialId()); in writeSpatialSBML()
305 csgObj->setDomainType(domainType->getSpatialId()); in writeSpatialSBML()
316 csgObj->setDomainType(domainType->getSpatialId()); in writeSpatialSBML()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimCoarseGridModel.cpp71 theLatGrid.setDomainType(ossimDblGrid::SAWTOOTH_90); in ossimCoarseGridModel()
72 theLonGrid.setDomainType(ossimDblGrid::WRAP_180); in ossimCoarseGridModel()
139 theLatGrid.setDomainType(ossimDblGrid::SAWTOOTH_90); in ossimCoarseGridModel()
140 theLonGrid.setDomainType(ossimDblGrid::WRAP_180); in ossimCoarseGridModel()
174 theLatGrid.setDomainType(ossimDblGrid::SAWTOOTH_90); in ossimCoarseGridModel()
175 theLonGrid.setDomainType(ossimDblGrid::WRAP_180); in ossimCoarseGridModel()
259 theLatGrid.setDomainType(ossimDblGrid::SAWTOOTH_90); in buildGrid()
260 theLonGrid.setDomainType(ossimDblGrid::WRAP_180); in buildGrid()
760 theLonGrid.setDomainType(ossimDblGrid::WRAP_360); in loadState()
H A DossimEnviCgModel.cpp120 theLatGrid.setDomainType(ossimDblGrid::SAWTOOTH_90); in loadEnviGeocFile()
121 theLonGrid.setDomainType(ossimDblGrid::WRAP_180); in loadEnviGeocFile()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/examples/c++/spatial/
H A Dexample1.cpp158 compMapping->setDomainType(domainType->getId()); in writeSpatialSBML()
163 domain->setDomainType("dtype1"); in writeSpatialSBML()
169 domain->setDomainType("dtype1"); in writeSpatialSBML()
182 analyticVol->setDomainType(domainType->getId()); in writeSpatialSBML()
216 sampledVol->setDomainType(domainType->getId()); in writeSpatialSBML()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/sbml/
H A DCompartmentMapping.cpp247 CompartmentMapping::setDomainType(const std::string& domainType) in setDomainType() function in CompartmentMapping
359 setDomainType(newid); in renameSIdRefs()
731 return_value = setDomainType(value); in setAttribute()
1180 return (cm != NULL) ? cm->setDomainType(domainType) : LIBSBML_INVALID_OBJECT; in CompartmentMapping_setDomainType()
H A DDomain.cpp224 Domain::setDomainType(const std::string& domainType) in setDomainType() function in Domain
425 setDomainType(newid); in renameSIdRefs()
817 return_value = setDomainType(value); in setAttribute()
1440 return (d != NULL) ? d->setDomainType(domainType) : LIBSBML_INVALID_OBJECT; in Domain_setDomainType()
H A DSampledVolume.cpp303 SampledVolume::setDomainType(const std::string& domainType) in setDomainType() function in SampledVolume
479 setDomainType(newid); in renameSIdRefs()
871 return_value = setDomainType(value); in setAttribute()
1439 return (sv != NULL) ? sv->setDomainType(domainType) : LIBSBML_INVALID_OBJECT; in SampledVolume_setDomainType()
H A DAnalyticVolume.cpp356 AnalyticVolume::setDomainType(const std::string& domainType) in setDomainType() function in AnalyticVolume
543 setDomainType(newid); in renameSIdRefs()
969 return_value = setDomainType(value); in setAttribute()
1595 return (av != NULL) ? av->setDomainType(domainType) : LIBSBML_INVALID_OBJECT; in AnalyticVolume_setDomainType()
H A DCSGObject.cpp276 CSGObject::setDomainType(const std::string& domainType) in setDomainType() function in CSGObject
597 setDomainType(newid); in renameSIdRefs()
1042 return_value = setDomainType(value); in setAttribute()
1876 return (csgo != NULL) ? csgo->setDomainType(domainType) : in CSGObject_setDomainType()
H A DParametricObject.cpp475 ParametricObject::setDomainType(const std::string& domainType) in setDomainType() function in ParametricObject
740 setDomainType(newid); in renameSIdRefs()
1184 return_value = setDomainType(value); in setAttribute()
2179 return (po != NULL) ? po->setDomainType(domainType) : LIBSBML_INVALID_OBJECT; in ParametricObject_setDomainType()
H A DCompartmentMapping.h267 int setDomainType(const std::string& domainType);
H A DSampledVolume.h304 int setDomainType(const std::string& domainType);
H A DAnalyticVolume.h378 int setDomainType(const std::string& domainType);
H A DDomain.h239 int setDomainType(const std::string& domainType);
H A DCSGObject.h261 int setDomainType(const std::string& domainType);
H A DParametricObject.h573 int setDomainType(const std::string& domainType);
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/hdf5/
H A DossimHdf5GridModel.cpp47 theLatGrid.setDomainType(ossimDblGrid::SAWTOOTH_90); in ossimHdf5GridModel()
434 theLonGrid.setDomainType(ossimDblGrid::WRAP_360); in crossesDateline()
436 theLonGrid.setDomainType(ossimDblGrid::WRAP_180); in crossesDateline()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimDblGrid.h156 void setDomainType(DomainType dt) { theDomainType = dt; } in setDomainType() function