BrickLodSelector Class Reference

This class is the superclass to all classes that implement the selection of lods (level of details) for the VolumeBricks. More...

#include <bricklodselector.h>

Inheritance diagram for BrickLodSelector:
CameraLodSelector ErrorLodSelector

List of all members.

Public Member Functions

 BrickLodSelector (BrickingInformation &brickingInformation)
virtual void selectLods ()=0
 Assigns a level of detail to every VolumeBrick in the brickingInformation.volumeBricks vector.

Protected Attributes

BrickingInformationbrickingInformation_

Detailed Description

This class is the superclass to all classes that implement the selection of lods (level of details) for the VolumeBricks.

This selection can depend on the camera position, or some kind of error calculation for example. The available resolutions the bricks can be assigned must be set in brickingInformation_

Definition at line 42 of file bricklodselector.h.