21 template <
typename Subject>
Define a Raycaster derived interface to make it compatible with groves.
Definition: RaycasterGroveTree.h:22
virtual void update(Subject &s)=0
Method to handle callbacks from updated subjects.
Raycaster interface declaring raycasting operations.
Definition: Raycaster.h:15