Recompute at least the results that have compute true and are not already computed.More...
Friends
class
ResultInfo
class
AccResultInfo
Detailed Description
The Compute class provides a means of keeping results up to date.
Derived classes can have member data which is registered with the compute class. When this member data is accessed and it is not available, the compute member function is called. The compute member must be implemented in derived classes and is responsible for computed the requested result.
Member Function Documentation
virtual void sc::Compute::compute
(
)
[protected, pure virtual]
Recompute at least the results that have compute true and are not already computed.