Itasca C++ Interface
|
The class provides reference count for model properties. More...
#include <propertyblock.h>
Public Member Functions | |
PropertyBlock () | |
Constructor, initialize reference count to zero. | |
void | incrementReference () const |
Increment reference count. | |
ULong | decrementReference () const |
Decrement reference count. | |
The class provides reference count for model properties.
Property of constitutive models are derived from this class.
Model porperty class must implement the equal operator.