#include <ivf/IvfLOD.h>
Inheritance diagram for CIvfLOD:
Public Member Functions | |
CIvfLOD () | |
virtual | ~CIvfLOD () |
IvfClassInfo ("CIvfLOD", CIvfSwitch) | |
void | setCamera (CIvfCamera *camera) |
CIvfCamera * | getCamera () |
void | setLimits (double nearLimit, double farLimit) |
void | getLimits (double &nearLimit, double &farLimit) |
Protected Member Functions | |
double | theta (double x) |
virtual double | lodFunction (double dist) |
Handles the selection of multiple representations depending on distance to the viewer.
Definition at line 40 of file IvfLOD.h.
|
Constructor |
|
Destructor |
|
Return camera |
|
Returns near and far limits |
|
Set camera used to determine viewer distance |
|
Set near and far limits
|