#include <vuSphLfFlt_Nearest.h>
Inheritance diagram for vuSphLfFlt_Nearest< SIZE, TYPE >:
Public Member Functions | |
vuSphLfFlt_Nearest (const vuString &filterName) | |
void | calcFilteredViews (vuSphericView< SIZE, TYPE > **&views, dword &count) |
This filter simple finds the best 2 matching views. | |
void | setNumberOfViews (int hint) |
Set the number of views. | |
dword | getNumberOfViews () |
Get the number of views. | |
Protected Attributes | |
dword | m_NumberOfViews |
|
Definition at line 4 of file vuSphLfFlt_Nearest.cpp. References vuSphLfFlt_Nearest< SIZE, TYPE >::m_NumberOfViews. |
|
This filter simple finds the best 2 matching views.
Definition at line 11 of file vuSphLfFlt_Nearest.cpp. References CHECKNDELETE, dword, and vuSphericFilter< SIZE, TYPE >::getNearestViews(). |
Here is the call graph for this function:
|
Get the number of views.
Definition at line 45 of file vuSphLfFlt_Nearest.cpp. References dword. Referenced by vuSimpleFBR< SIZE, TYPE >::_updateViewFilter(). |
|
Set the number of views.
Definition at line 32 of file vuSphLfFlt_Nearest.cpp. References vuSphLfFlt_Nearest< SIZE, TYPE >::m_NumberOfViews. Referenced by vuSimpleFBR< SIZE, TYPE >::_updateViewFilter(), and vuSphericRevolver< SIZE, TYPE >::OnChoiceNumberOfViews(). |
|
Definition at line 24 of file vuSphLfFlt_Nearest.h. Referenced by vuSphLfFlt_Nearest< SIZE, TYPE >::setNumberOfViews(), and vuSphLfFlt_Nearest< SIZE, TYPE >::vuSphLfFlt_Nearest(). |