Overview     Modules     Class Hierarchy     Classes     Members  

tlp::GlQuadTreeLODCalculator Class Reference

#include <GlQuadTreeLODCalculator.h>

Inheritance diagram for tlp::GlQuadTreeLODCalculator:
Collaboration diagram for tlp::GlQuadTreeLODCalculator:

List of all members.

Public Member Functions

Protected Member Functions

Protected Attributes


Detailed Description

Class use to compute bounding boxs of a vector of GlEntity


Constructor & Destructor Documentation

tlp::GlQuadTreeLODCalculator::GlQuadTreeLODCalculator (  ) 
tlp::GlQuadTreeLODCalculator::~GlQuadTreeLODCalculator (  ) 

Member Function Documentation

void tlp::GlQuadTreeLODCalculator::addEdge ( Graph *  ,
const   edge 
) [inline, protected]
void tlp::GlQuadTreeLODCalculator::addEdgeBoundingBox ( unsigned int  id,
const BoundingBox &  bb 
) [virtual]

Add a bounding box for an edge

Reimplemented from tlp::GlCPULODCalculator.

void tlp::GlQuadTreeLODCalculator::addInheritedProperty ( Graph *  ,
const std::string &  name 
) [protected]
void tlp::GlQuadTreeLODCalculator::addLocalProperty ( Graph *  ,
const std::string &  name 
) [protected]
void tlp::GlQuadTreeLODCalculator::addNode ( Graph *  ,
const   node 
) [inline, protected]
void tlp::GlQuadTreeLODCalculator::addNodeBoundingBox ( unsigned int  id,
const BoundingBox &  bb 
) [virtual]

Add a bounding box for a node

Reimplemented from tlp::GlCPULODCalculator.

void tlp::GlQuadTreeLODCalculator::addObservers (  )  [protected]
void tlp::GlQuadTreeLODCalculator::addSimpleEntityBoundingBox ( GlSimpleEntity entity,
const BoundingBox &  bb 
) [virtual]

Add a bounding box for a simple entity

Reimplemented from tlp::GlCPULODCalculator.

void tlp::GlQuadTreeLODCalculator::afterDelInheritedProperty ( Graph *  ,
const std::string &  name 
) [protected]
void tlp::GlQuadTreeLODCalculator::afterSetAllEdgeValue ( PropertyInterface *   )  [protected]
void tlp::GlQuadTreeLODCalculator::afterSetAllNodeValue ( PropertyInterface *   )  [protected]
void tlp::GlQuadTreeLODCalculator::afterSetEdgeValue ( PropertyInterface *  ,
const edge  e 
) [protected]
void tlp::GlQuadTreeLODCalculator::afterSetNodeValue ( PropertyInterface *  ,
const node  n 
) [protected]
void tlp::GlQuadTreeLODCalculator::clearCamerasObservers (  )  [protected]
virtual GlLODCalculator* tlp::GlQuadTreeLODCalculator::clone (  )  [inline, virtual]

Reimplemented from tlp::GlCPULODCalculator.

void tlp::GlQuadTreeLODCalculator::compute ( const Vector< int, 4 > &  globalViewport,
const Vector< int, 4 > &  currentViewport 
) [virtual]

Compute all bounding boxes If you want to compute LOD for a simple scene, you just have to call this function with same value on globalViewport and currentViewport But if you want to perform a sub screen part selection you have to call this function with : globalViewport the viewport of the visualisation and currentViewport the viewport of the selection

Parameters:
globalViewport is used to compute LOD
currentViewport : return -1 for all entities outside this viewport

Reimplemented from tlp::GlCPULODCalculator.

void tlp::GlQuadTreeLODCalculator::computeFor3DCamera ( LayerLODUnit *  layerLODUnit,
const Coord &  eye,
const Matrix< float, 4 >  transformMatrix,
const Vector< int, 4 > &  globalViewport,
const Vector< int, 4 > &  currentViewport 
) [virtual]

Reimplemented from tlp::GlCPULODCalculator.

void tlp::GlQuadTreeLODCalculator::delEdge ( Graph *  ,
const   edge 
) [inline, protected]
void tlp::GlQuadTreeLODCalculator::delLocalProperty ( Graph *  ,
const std::string &  name 
) [protected]
void tlp::GlQuadTreeLODCalculator::delNode ( Graph *  ,
const   node 
) [inline, protected]
void tlp::GlQuadTreeLODCalculator::destroy ( const Camera  )  [protected]
void tlp::GlQuadTreeLODCalculator::destroy ( Graph *   )  [protected]
void tlp::GlQuadTreeLODCalculator::initCamerasObservers (  )  [protected]
bool tlp::GlQuadTreeLODCalculator::needEntities (  ) 
void tlp::GlQuadTreeLODCalculator::observableDestroyed ( Observable *   )  [inline, protected]
void tlp::GlQuadTreeLODCalculator::removeObservers (  )  [protected]
void tlp::GlQuadTreeLODCalculator::setHaveToCompute (  )  [protected]
void tlp::GlQuadTreeLODCalculator::setInputData ( GlGraphInputData *  newInputData  ) 
void tlp::GlQuadTreeLODCalculator::setNeedEntities ( bool   ) 
void tlp::GlQuadTreeLODCalculator::setScene ( GlScene scene  ) 
void tlp::GlQuadTreeLODCalculator::treatEvent ( const Event &  ev  )  [protected]
void tlp::GlQuadTreeLODCalculator::update ( PropertyInterface *  property  )  [protected]

Member Data Documentation

std::vector<Camera *> tlp::GlQuadTreeLODCalculator::cameras [protected]
std::vector<QuadTreeNode<unsigned int> *> tlp::GlQuadTreeLODCalculator::edgesQuadTree [protected]
std::vector<QuadTreeNode<GlSimpleEntity *> *> tlp::GlQuadTreeLODCalculator::entitiesQuadTree [protected]
std::map<GlLayer*,std::pair<Camera*, Camera> > tlp::GlQuadTreeLODCalculator::layerToCamera [protected]
PropertyInterface* tlp::GlQuadTreeLODCalculator::layoutProperty [protected]
std::vector<QuadTreeNode<unsigned int> *> tlp::GlQuadTreeLODCalculator::nodesQuadTree [protected]
PropertyInterface* tlp::GlQuadTreeLODCalculator::selectionProperty [protected]
std::vector<std::vector<SimpleEntityLODUnit> > tlp::GlQuadTreeLODCalculator::simpleEntities [protected]
PropertyInterface* tlp::GlQuadTreeLODCalculator::sizeProperty [protected]


Tulip Software by LaBRI Visualization Team    2001 - 2011