|
#include "../common/standard.h"
#include <list>
#include <map>
#include <vector>
#include <set>
#include "MatrixTypes.h"
#include "Shapes2d.h"
#include "../ProgressiveMeshSupport/QEM_ProgMesh.h"
#include "Viewpoint.h"
Include dependency graph for VoxelCube.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | ColoredVoxelPos |
A voxel position with associated color information. More... | |
struct | ColorVertex |
class | SurfaceVoxelList |
A list of voxels that are exposed to cameras. More... | |
class | VoxelCube |
A cube of voxels, some of which may be transparent. More... | |
class | VoxelPos |
Encapsulates the position of a voxel in its parent voxelcube. More... | |
Typedefs | |
typedef std::map< VoxelPos, RgbByte > | ColorMap |
typedef std::vector< ColoredVoxelPos > | ColoredSurfaceVoxelList |
Author: Matt Loper
Definition in file VoxelCube.h.