library of assembled shared sources |
http://lass.cocamware.com |
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) |
..
World3
model in bass3
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] |
Definition at line 66 of file mesh_interpolator.h.
References lass::prim::dot(), LASS_ASSERT, and lass::stde::T.
Referenced by lass::spat::LinearMeshInterpolator< T, TPI >::interpolate().
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 1.5.7.1 |