isocontouring of maps using an octree-optimization More...
#include <octree_isocont.hh>
Public Types | |
| typedef boost::unordered_map < uint32_t, VertexID > | EdgeMap |
Public Member Functions | |
| OctreeIsocont (IndexedVertexArray &va, float level, bool triangles, const Color &color) | |
| bool | VisitNode (const impl::OctreeNode &node, uint8_t level, const img::Extent &ext) |
| void | VisitLeaf (img::RealSpatialImageState *map, const img::Point &point) |
| VertexID | GetOrGenVert (img::RealSpatialImageState *map, const img::Point &p, EdgeDesc *desc) |
isocontouring of maps using an octree-optimization
Definition at line 54 of file octree_isocont.hh.
Definition at line 61 of file octree_isocont.hh.
| OctreeIsocont | ( | IndexedVertexArray & | va, | |
| float | level, | |||
| bool | triangles, | |||
| const Color & | color | |||
| ) | [inline] |
Definition at line 62 of file octree_isocont.hh.
| VertexID GetOrGenVert | ( | img::RealSpatialImageState * | map, | |
| const img::Point & | p, | |||
| EdgeDesc * | desc | |||
| ) |
| void VisitLeaf | ( | img::RealSpatialImageState * | map, | |
| const img::Point & | point | |||
| ) |
| bool VisitNode | ( | const impl::OctreeNode & | node, | |
| uint8_t | level, | |||
| const img::Extent & | ext | |||
| ) | [inline] |
Definition at line 66 of file octree_isocont.hh.
1.6.1