library of assembled shared sources

http://lass.cocamware.com

lass::spat Namespace Reference

spatial subdivisions, quadtrees, octrees, meshes in 2D and 3D, triangulators, . More...


Namespaces

namespace  impl
namespace  experimental

Data Structures

class  AabbTree
 an AABB bounding volume tree that looks similar to a KdTree More...
class  AabpTree
 an AABB bounding volume tree that looks similar to a KdTree More...
struct  DefaultAabbRayTraits
class  DefaultObjectTraits
 default traits for objects to be stored in spatial subdivision trees More...
struct  KdTreeObjectTraits
class  KdTree
 a KD tree for point-like objects More...
class  MeshInterpolator
 Interface for interpolators on meshes. More...
class  LinearMeshInterpolator
 Interpolator working on triangulated mesh. More...
class  PlanarMesh
 a planar mesh More...
class  QuadEdge
class  QuadTree
 A spatial container for generic objects. More...
struct  SplitInfo
struct  DefaultSplitHeuristics

Functions

template<typename T >
void barycenters (const prim::Point2D< T > &q, const prim::Point2D< T > &a, const prim::Point2D< T > &b, const prim::Point2D< T > &c, T &bA, T &bB, T &bC)
TEMPLATE_DEF
lass::io::MatlabOStream
operator<< (lass::io::MatlabOStream &ioOStream, const typename PlanarMesh< T, PointHandle, EdgeHandle, FaceHandle >::TEdge &iEdge)
TEMPLATE_DEF
lass::io::MatlabOStream
operator<< (lass::io::MatlabOStream &ioOStream, PlanarMesh< T, PointHandle, EdgeHandle, FaceHandle > &iMesh)


Detailed Description

spatial subdivisions, quadtrees, octrees, meshes in 2D and 3D, triangulators, .

..

overview

lass::spat::world_3d:: the templated version of the original World3 model in bass3


Function Documentation

template<typename T >
void lass::spat::barycenters ( const prim::Point2D< T > &  q,
const prim::Point2D< T > &  a,
const prim::Point2D< T > &  b,
const prim::Point2D< T > &  c,
T &  bA,
T &  bB,
T &  bC 
) [inline]

TEMPLATE_DEF lass::io::MatlabOStream& lass::spat::operator<< ( lass::io::MatlabOStream ioOStream,
const typename PlanarMesh< T, PointHandle, EdgeHandle, FaceHandle >::TEdge &  iEdge 
)

Definition at line 802 of file planar_mesh.h.

TEMPLATE_DEF lass::io::MatlabOStream& lass::spat::operator<< ( lass::io::MatlabOStream ioOStream,
PlanarMesh< T, PointHandle, EdgeHandle, FaceHandle > &  iMesh 
)

Definition at line 812 of file planar_mesh.h.


Generated on Mon Nov 10 14:22:15 2008 for Library of Assembled Shared Sources by doxygen 1.5.7.1
SourceForge.net Logo