#include <vuSphericInteractive.h>
Inheritance diagram for vuSphericInteractive< SIZE, TYPE >:
Public Member Functions | |
vuSphericInteractive () | |
~vuSphericInteractive () | |
void | setVolume (vu1611_2< SIZE, TYPE > *volume) |
Sets the volume, on which the calculations are processed. | |
vu1611_2< SIZE, TYPE > * | getVolume () |
Returns the volume. | |
void | reset () |
bool * | getAlreadyVisitedIndices () |
int | indexOfNearestView () |
vuSphericView< SIZE, TYPE > * | nearestView () |
bool | vuSphericInteractive (dword idx) |
void | vuSphericInteractive (dword idx, bool flag) |
dword | getNumberOfVisited () |
dword | getNumberOfViews () |
Protected Attributes | |
dword | m_NumberOfVisited |
dword | m_NumberOfViews |
bool * | m_AlreadyVisited |
vu1611_2< SIZE, TYPE > * | m_Volume |
Private Member Functions | |
void | _ensureList () |
It basically keeps track of already visited view indices and is able to determine the current (best fitting) view index, which is chosen from the current lightfieldVolume->getViewFilter()
Definition at line 14 of file vuSphericInteractive.h.
|
|
Definition at line 13 of file vuSphericInteractive.cpp. References CHECKNDELETE, vuSphericInteractive< SIZE, TYPE >::m_AlreadyVisited, vuSphericInteractive< SIZE, TYPE >::m_NumberOfViews, and vuSphericInteractive< SIZE, TYPE >::m_NumberOfVisited. |
|
|
|
|
|
Definition at line 77 of file vuSphericInteractive.cpp. References dword, vuSphericInteractive< SIZE, TYPE >::m_AlreadyVisited, vuSphericInteractive< SIZE, TYPE >::m_NumberOfViews, vuSphericInteractive< SIZE, TYPE >::m_NumberOfVisited, and vuSphericInteractive< SIZE, TYPE >::m_Volume. Referenced by vuSphericInteractive< SIZE, TYPE >::reset(). |
|
|
|
Definition at line 40 of file vuSphericInteractive.cpp. References dword. |
|
Definition at line 34 of file vuSphericInteractive.cpp. References dword. |
|
Returns the volume.
Definition at line 28 of file vuSphericInteractive.cpp. |
|
Here is the call graph for this function:
|
Definition at line 91 of file vuSphericInteractive.cpp. References vuSphericInteractive< SIZE, TYPE >::indexOfNearestView(), and vuSphericInteractive< SIZE, TYPE >::m_Volume. |
Here is the call graph for this function:
|
Here is the call graph for this function:
|
Sets the volume, on which the calculations are processed.
Definition at line 22 of file vuSphericInteractive.cpp. References vuSphericInteractive< SIZE, TYPE >::m_Volume. |
|
|
|
|