Common CDM Method Definitions

Doxygen comments for common Common Data Model methods that most CDM classes have. More...

Modules

 Clear
 
  • Deletes all members.

 
 Reset
 
  • Clears and can reallocate and initialize members.

 
 Copy
 
  • Deep Copy except substances are shallow copies.
    Substances are shared throughout an engine, if a subMgr is provided,
    this substance pointer will set to the substance pointer from the provided subMgr

 
 Copy From
 
  • Deep Copy provided object into this object, except substances are shallow copies.
    Clear this contents, and copy from contents.
    Substances are shared throughout an engine, if a subMgr is provided,
    this substance pointer will set to the substance pointer from the provided subMgr

 
 Merge From
 
  • Deep Merge provided object into this object, except substances are shallow copies.
    Copy from contents, while preserving contents this has that from does not have.
    Substances are shared throughout an engine, if a subMgr is provided,
    this substance pointer will set to the substance pointer from the provided subMgr

 
 Get Scalar
 
  • A reflextion type call that will return the Scalar associated with the string.
    ex. GetScalar("Hematocrit") will return the SEScalarPercent object associated with Hematocrit

 
 Serialize
 Serialization of data to and from bind classes.
 
 Has Property or Child object
 
  • Check to see if an property or child object has been allocated.

 
 Get Property or Child object
 
  • Return the Property/Child object, if it does not exist, it will be allocated.

 
 Get Property Value
 
  • Returns the value of the Property, NaN is returned if the property does not exist.

 

Detailed Description

Doxygen comments for common Common Data Model methods that most CDM classes have.

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.