#include <vuSphLfFlt_FitAngle.h>
Inheritance diagram for vuSphLfFlt_FitAngle< SIZE, TYPE >:
Public Member Functions | |
vuSphLfFlt_FitAngle (const vuString &filterName) | |
void | calcFilteredViews (vuSphericView< SIZE, TYPE > **&views, dword &count) |
void | setAngle (float angle) |
Set the view angle: range=[0 .. 180]. | |
float | getAngle () |
Returns the angle (defaul=45). | |
Public Attributes | |
float | m_Angle |
|
Definition at line 4 of file vuSphLfFlt_FitAngle.cpp. References vuSphLfFlt_FitAngle< SIZE, TYPE >::m_Angle, and T. |
|
Definition at line 27 of file vuSphLfFlt_FitAngle.cpp. References CHECKNDELETE, vuVector::dot, dot(), dword, vuSphericView< SIZE, TYPE >::getLookFrom(), vuSphLfFlt_FitAngle< SIZE, TYPE >::m_Angle, and M_PI. |
Here is the call graph for this function:
|
Returns the angle (defaul=45).
Definition at line 21 of file vuSphLfFlt_FitAngle.cpp. Referenced by vuSimpleFBR< SIZE, TYPE >::_updateViewFilter(). |
|
Set the view angle: range=[0 .. 180].
Definition at line 12 of file vuSphLfFlt_FitAngle.cpp. References vuSphLfFlt_FitAngle< SIZE, TYPE >::m_Angle. Referenced by vuSimpleFBR< SIZE, TYPE >::_updateViewFilter(). |
|
Definition at line 26 of file vuSphLfFlt_FitAngle.h. Referenced by vuSphLfFlt_FitAngle< SIZE, TYPE >::calcFilteredViews(), vuSphLfFlt_FitAngle< SIZE, TYPE >::setAngle(), and vuSphLfFlt_FitAngle< SIZE, TYPE >::vuSphLfFlt_FitAngle(). |