
Classes | |
| class | Attributes |
| class | BooleanValue |
| class | CompoundValue |
| class | CoreRepository |
| class | Datastore |
| Container class for holding information about additional resources relating to a project. More... | |
| class | DatastoreItem |
| Item of a Datastore, giving information about an additional resource. More... | |
| class | DateTime |
| Class for management of date and time information. More... | |
| class | DoubleValue |
| class | Event |
| Class defining a discrete event, including attached information. More... | |
| class | EventsCollection |
| Class defining a collection of discrete events. More... | |
| class | GeoRasterValue |
| Container class for geospatial raster data, represented by a GDAL dataset. More... | |
| class | GeoValue |
| Abstract class for geospatial data. More... | |
| class | GeoVectorValue |
| Container class for geospatial vector data, represented by an OGR datasource. More... | |
| class | IntegerValue |
| class | MapValue |
| class | Matrix |
| class | MatrixValue |
| class | NullValue |
| class | SimpleValue |
| class | StringValue |
| struct | IDMap |
| class | Unit |
| class | UnitsCollection |
| class | UnstructuredValue |
| class | Value |
| class | IndexedValue |
| class | ValuesBuffer |
| class | ValuesBufferProperties |
| class | Variables |
| class | Vector |
| class | VectorValue |
Variables | |
| class DLLEXPORT | Event |
| typedef std::string openfluid::core::AttributeName_t |
Type definition for name of an attribute
| typedef unsigned long long openfluid::core::Duration_t |
Type for durations (in seconds)
| typedef std::list<Event> openfluid::core::EventsList_t |
| typedef IDMap<bool>::Type openfluid::core::IDBoolMap |
Map associating a boolean value to a unit ID
| typedef IDMap<double>::Type openfluid::core::IDDoubleMap |
Map associating a double precision value to a unit ID
| typedef IDMap<DoubleValue>::Type openfluid::core::IDDoubleValueMap |
Map associating a DoubleValue value to a unit ID
| typedef IDMap<float>::Type openfluid::core::IDFloatMap |
Map associating a float value to a unit ID
| typedef IDMap<int>::Type openfluid::core::IDIntMap |
Map associating an integer value to a unit ID
| typedef IDMap<SerieOfDoubleValue>::Type openfluid::core::IDSerieOfDoubleValueMap |
| typedef IDMap<SerieOfDoubleValue*>::Type openfluid::core::IDSerieOfDoubleValuePtrMap |
| typedef IDMap<VectorValue>::Type openfluid::core::IDVectorValueMap |
Map associating an openfluid::core::VectorValue value to a unit ID
| typedef IDMap<VectorValue*>::Type openfluid::core::IDVectorValuePtrMap |
Map associating a pointer to an openfluid::core::VectorValue value to a unit ID
| typedef std::list<IndexedValue> openfluid::core::IndexedValueList |
Indexed value list, ordered from oldest (front) to more recent (back)
| typedef std::map<UnitClass_t,UnitsPtrList_t> openfluid::core::LinkedUnitsListByClassMap_t |
Type for a map associating a unit class to a list of pointers on Unit
| typedef int openfluid::core::PcsOrd_t |
Type definition for the process order of units
| typedef unsigned long long openfluid::core::RawTime_t |
Type for raw time (seconds since 4713BC)
| typedef std::vector<DoubleValue> openfluid::core::SerieOfDoubleValue |
Type definition for a serie of DoubleValue
| typedef std::vector<VectorValue> openfluid::core::SerieOfVectorValue |
Type definition for a serie of VectorValue
| typedef unsigned long long openfluid::core::TimeIndex_t |
Type for time indexes (in seconds)
| typedef std::string openfluid::core::UnitClass_t |
Type definition for the class of units
| typedef std::pair<UnitClass_t,UnitID_t> openfluid::core::UnitClassID_t |
| typedef unsigned int openfluid::core::UnitID_t |
Type definition for the ID of units
| typedef std::pair<UnitClassID_t,UnitClassID_t> openfluid::core::UnitsLink_t |
| typedef std::list<Unit> openfluid::core::UnitsList_t |
Type definition for a list of units
| typedef std::map<UnitClass_t,UnitsCollection> openfluid::core::UnitsListByClassMap_t |
Type for a hashmap of lists of units, indexed by UnitClass
| typedef std::list<Unit*> openfluid::core::UnitsPtrList_t |
Type for a list of pointers on Unit
| typedef std::string openfluid::core::VariableName_t |
Type definition for name of a variable
1.8.6