#include <Field3DChangeWatcher.h>

Public Member Functions | |
| virtual void | field3DChange (const Point3D &pt, T newValue, T oldValue)=0 |
Definition at line 32 of file Field3DChangeWatcher.h.
| virtual void CompuCell3D::Field3DChangeWatcher< T >::field3DChange | ( | const Point3D & | pt, | |
| T | newValue, | |||
| T | oldValue | |||
| ) | [pure virtual] |
Notify the watcher that a set is being performed. This function will be called after the change has occured!
| pt | The location. | |
| newValue | The current value. | |
| oldValue | The previous value. |
1.5.6