35 #ifndef ANATOMIST_REFERENCE_REFOBSERVER_H    36 #define ANATOMIST_REFERENCE_REFOBSERVER_H    70     virtual void update( 
const Observable* obs, 
void* arg );
 
Referentiable(Referential *r)
 
A class can implement the Observer interface when it wants to be informed of changes in observable ob...
 
This class can be subclassed to represent an object that the programmer wants to have observed...
 
const Referential * referential() const
 
Referential: marker for transformations, with an associated color. 
 
reference_wrapper< T > ref(T &ref)