|
|
| DependencyUpdater (pDependencyMap dependencies_) |
| |
|
void | addIndependent (pParameter v) |
| |
|
void | addDependent (pParameter v) |
| |
|
void | clearDependent () |
| |
|
template<int rank, template< int > class CheckingPolicy> |
| void | addIndependentArray (Array< pParameter, rank, CheckingPolicy > v) |
| |
|
template<int rank, template< int > class CheckingPolicy> |
| void | addDependentArray (Array< pParameter, rank, CheckingPolicy > v) |
| |
| void | update () |
| |
◆ update()
| void schnek::DependencyUpdater::update |
( |
| ) |
|
|
inline |
Updates the dependent variables and all the variables needed to evaluate them.
This method is inline because it is potentially speed critical.
The documentation for this class was generated from the following files: