Geogram  Version 1.9.1-rc
A programming library of geometric algorithms
mesh_AABB.h File Reference

Axis Aligned Bounding Box trees for accelerating geometric queries that operate on a Mesh. More...

Go to the source code of this file.

Classes

class  GEO::AABB< BOX >
 Base class for Axis Aligned Bounding Box trees. More...
 
class  GEO::MeshAABB2d
 Base class for Axis Aligned Bounding Box trees of mesh elements with 2d boxes. More...
 
class  GEO::MeshAABB3d
 Base class for Axis Aligned Bounding Box trees of mesh elements with 3d boxes. More...
 
class  GEO::MeshFacetsAABB
 Axis Aligned Bounding Box tree of mesh facets in 3D. More...
 
struct  GEO::MeshFacetsAABB::Intersection
 Stores all the information related with a ray-facet intersection. More...
 
class  GEO::MeshCellsAABB
 Axis Aligned Bounding Box tree of mesh cells. More...
 
class  GEO::MeshFacetsAABB2d
 Axis Aligned Bounding Box tree of mesh facets in 2D. More...
 

Namespaces

 GEO
 Global Vorpaline namespace.
 

Typedefs

typedef AABB< Box2d > GEO::AABB2d
 
typedef AABB< Box3d > GEO::AABB3d
 

Detailed Description

Axis Aligned Bounding Box trees for accelerating geometric queries that operate on a Mesh.

Definition in file mesh_AABB.h.