MRPT
2.0.1
|
#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 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |