|
MRPT
1.9.9
|
#include "opengl-precomp.h"#include <mrpt/opengl/COctoMapVoxels.h>#include <mrpt/opengl/opengl_api.h>#include <mrpt/serialization/CArchive.h>#include <mrpt/serialization/stl_serialization.h>Go to the source code of this file.
Namespaces | |
| mrpt::opengl | |
| The namespace for 3D scene representation and rendering. | |
Functions | |
| CArchive & | mrpt::opengl::operator<< (CArchive &out, const COctoMapVoxels::TInfoPerVoxelSet &a) |
| CArchive & | mrpt::opengl::operator>> (CArchive &in, COctoMapVoxels::TInfoPerVoxelSet &a) |
| CArchive & | mrpt::opengl::operator<< (CArchive &out, const COctoMapVoxels::TGridCube &a) |
| CArchive & | mrpt::opengl::operator>> (CArchive &in, COctoMapVoxels::TGridCube &a) |
| CArchive & | mrpt::opengl::operator<< (CArchive &out, const COctoMapVoxels::TVoxel &a) |
| CArchive & | mrpt::opengl::operator>> (CArchive &in, COctoMapVoxels::TVoxel &a) |
| bool | sort_voxels_z (const COctoMapVoxels::TVoxel &a, const COctoMapVoxels::TVoxel &b) |
Variables | |
| static const uint8_t | grid_line_indices [] |
| static const uint8_t | cube_indices [2 *6 *3] |
| static const mrpt::math::TPoint3Df | normals_cube [6 *2] |
| bool sort_voxels_z | ( | const COctoMapVoxels::TVoxel & | a, |
| const COctoMapVoxels::TVoxel & | b | ||
| ) |
Definition at line 315 of file COctoMapVoxels.cpp.
References mrpt::opengl::COctoMapVoxels::TVoxel::coords, and mrpt::math::TPoint3D_data< T >::z.
Referenced by mrpt::opengl::COctoMapVoxels::sort_voxels_by_z().
|
static |
Definition at line 80 of file COctoMapVoxels.cpp.
Referenced by mrpt::opengl::COctoMapVoxels::onUpdateBuffers_Triangles().
|
static |
Definition at line 77 of file COctoMapVoxels.cpp.
Referenced by mrpt::opengl::COctoMapVoxels::onUpdateBuffers_Wireframe().
|
static |
Definition at line 95 of file COctoMapVoxels.cpp.
Referenced by mrpt::opengl::COctoMapVoxels::onUpdateBuffers_Triangles().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 3a26b90fd Wed Mar 25 20:17:03 2020 +0100 at miƩ mar 25 23:05:41 CET 2020 |