|
libSBML C++ API
5.20.2
|
C Structure declarations for SBML Layout. More...
Macros | |
| #define | CLASS_OR_STRUCT class |
| Forward declaration of all opaque C types. More... | |
Typedefs | |
| typedef class BoundingBox | BoundingBox_t |
| typedef class CompartmentGlyph | CompartmentGlyph_t |
| typedef class CubicBezier | CubicBezier_t |
| typedef class Curve | Curve_t |
| typedef class Dimensions | Dimensions_t |
| typedef class GeneralGlyph | GeneralGlyph_t |
| typedef class GraphicalObject | GraphicalObject_t |
| typedef class Layout | Layout_t |
| typedef class LineSegment | LineSegment_t |
| typedef class Point | Point_t |
| typedef class ReactionGlyph | ReactionGlyph_t |
| typedef class ReferenceGlyph | ReferenceGlyph_t |
| typedef class SpeciesGlyph | SpeciesGlyph_t |
| typedef class SpeciesReferenceGlyph | SpeciesReferenceGlyph_t |
| typedef class TextGlyph | TextGlyph_t |
C Structure declarations for SBML Layout.
The original code contained here was initially developed by:
Ralph Gauges Bioinformatics Group European Media Laboratories Research gGmbH Schloss-Wolfsbrunnenweg 31c 69118 Heidelberg Germany
http://www.eml-research.de/english/Research/BCB/ ralph.gauges@eml-r.villa-bosch.de
Contributor(s):
Akiya Jouraku jouraku@bio.keio.ac.jp Modified this file for package extension in libSBML5
| #define CLASS_OR_STRUCT class |
Forward declaration of all opaque C types.
Declaring all types up-front avoids "redefinition of type 'Foo'" compile errors and allows our combined C/C++ headers to depend minimally upon each other. Put another way, the type definitions below serve the same purpose as "class Foo;" forward declarations in C++ code.
| typedef class BoundingBox BoundingBox_t |
| typedef class CompartmentGlyph CompartmentGlyph_t |
| typedef class CubicBezier CubicBezier_t |
| typedef class Dimensions Dimensions_t |
| typedef class GeneralGlyph GeneralGlyph_t |
| typedef class GraphicalObject GraphicalObject_t |
| typedef class LineSegment LineSegment_t |
| typedef class ReactionGlyph ReactionGlyph_t |
| typedef class ReferenceGlyph ReferenceGlyph_t |
| typedef class SpeciesGlyph SpeciesGlyph_t |
| typedef class SpeciesReferenceGlyph SpeciesReferenceGlyph_t |
| typedef class TextGlyph TextGlyph_t |