library of assembled shared sources |
http://lass.cocamware.com |
#include <planar_mesh.h>
Public Member Functions | |
BrutePointExactLocator (const typename TPlanarMesh::TPoint2D &iPoint) | |
bool | findPoint (typename TPlanarMesh::TEdge *e) |
Data Fields | |
TPlanarMesh::TEdge * | edge |
Private Types | |
typedef PlanarMesh< T, PointHandle, EdgeHandle, FaceHandle > | TPlanarMesh |
Private Attributes | |
TPlanarMesh::TPoint2D | point_ |
Definition at line 644 of file planar_mesh.h.
typedef PlanarMesh<T, PointHandle, EdgeHandle, FaceHandle> lass::spat::impl::BrutePointExactLocator::TPlanarMesh [private] |
Definition at line 646 of file planar_mesh.h.
lass::spat::impl::BrutePointExactLocator::BrutePointExactLocator | ( | const typename TPlanarMesh::TPoint2D & | iPoint | ) | [inline] |
Definition at line 650 of file planar_mesh.h.
bool lass::spat::impl::BrutePointExactLocator::findPoint | ( | typename TPlanarMesh::TEdge * | e | ) | [inline] |
Definition at line 651 of file planar_mesh.h.
Definition at line 647 of file planar_mesh.h.
Definition at line 649 of file planar_mesh.h.
Referenced by lass::spat::PlanarMesh::bruteForceExactLocate().
Generated on Mon Nov 10 14:22:15 2008 for Library of Assembled Shared Sources by 1.5.7.1 |