PLaSK library
|
Utility struct that allows for using triangular mesh in boost::geometry::index::rtree effectively (without copying coordinates of nodes). More...
#include <plask/mesh/triangular2d.hpp>
Public Types | |
typedef Vec< 2, double > | result_type |
Public Member Functions | |
TriangularMesh2DGetterForRtree (const TriangularMesh2D *src_mesh) | |
result_type | operator() (std::size_t index) const |
Public Attributes | |
const TriangularMesh2D * | src_mesh |
Utility struct that allows for using triangular mesh in boost::geometry::index::rtree effectively (without copying coordinates of nodes).
Definition at line 753 of file triangular2d.hpp.
Definition at line 754 of file triangular2d.hpp.
|
inline |
Definition at line 758 of file triangular2d.hpp.
|
inline |
Definition at line 760 of file triangular2d.hpp.
const TriangularMesh2D* plask::TriangularMesh2DGetterForRtree::src_mesh |
Definition at line 756 of file triangular2d.hpp.