|
libSBML C API
5.18.0
|
Implementation of the Image_t class. More...
Implementation of the Image_t class.
| Image_t* Image_create | ( | unsigned int | level, |
| unsigned int | version, | ||
| unsigned int | pkgVersion | ||
| ) |
| void Image_free | ( | Image_t * | i | ) |
| RelAbsVector_t* Image_getHeight | ( | const Image_t * | i | ) |
| char* Image_getHref | ( | const Image_t * | i | ) |
| char* Image_getId | ( | const Image_t * | i | ) |
| RelAbsVector_t* Image_getWidth | ( | const Image_t * | i | ) |
| RelAbsVector_t* Image_getX | ( | const Image_t * | i | ) |
| RelAbsVector_t* Image_getY | ( | const Image_t * | i | ) |
| RelAbsVector_t* Image_getZ | ( | const Image_t * | i | ) |
| int Image_hasRequiredAttributes | ( | const Image_t * | i | ) |
| int Image_isSetHeight | ( | const Image_t * | i | ) |
| int Image_isSetHref | ( | const Image_t * | i | ) |
| int Image_isSetId | ( | const Image_t * | i | ) |
| int Image_isSetWidth | ( | const Image_t * | i | ) |
| int Image_isSetX | ( | const Image_t * | i | ) |
| int Image_isSetY | ( | const Image_t * | i | ) |
| int Image_isSetZ | ( | const Image_t * | i | ) |
| int Image_setHeight | ( | Image_t * | i, |
| const RelAbsVector_t * | height | ||
| ) |
| int Image_setHref | ( | Image_t * | i, |
| const char * | href | ||
| ) |
| int Image_setId | ( | Image_t * | i, |
| const char * | id | ||
| ) |
| int Image_setWidth | ( | Image_t * | i, |
| const RelAbsVector_t * | width | ||
| ) |
| int Image_setX | ( | Image_t * | i, |
| const RelAbsVector_t * | x | ||
| ) |
| int Image_setY | ( | Image_t * | i, |
| const RelAbsVector_t * | y | ||
| ) |
| int Image_setZ | ( | Image_t * | i, |
| const RelAbsVector_t * | z | ||
| ) |
| int Image_unsetHeight | ( | Image_t * | i | ) |
| int Image_unsetHref | ( | Image_t * | i | ) |
| int Image_unsetId | ( | Image_t * | i | ) |
| int Image_unsetWidth | ( | Image_t * | i | ) |
| int Image_unsetX | ( | Image_t * | i | ) |
| int Image_unsetY | ( | Image_t * | i | ) |
| int Image_unsetZ | ( | Image_t * | i | ) |