#include <vuSphericView.h>
Inheritance diagram for vuSphericView_ST:
Public Member Functions | |
virtual vuVector & | getLookFrom ()=0 |
The instance variable m_map will not be retained or "new"ed. It's just a pointer to another FixelMap living outside of the vuSphericView. So make sure not to delete the original FixelMap before you delete the vuSphericView.
Definition at line 21 of file vuSphericView.h.
|
Implemented in vuSphericView< SIZE, TYPE >, vuSphericView< SIZE, float >, and vuSphericView< SIZE, byte >. |