#include <voxel-view.hh>
Public Member Functions | |
Voxel_View (CGMap *GM) | |
void | Calculate_Int_Bounding_Box (float gmapBoundingBox[6], int matrixBoundingBox[6]) |
void | Create_Matrix () |
void | Draw_Vertices () |
void | Draw_Edges () |
void | Draw_Faces () |
Private Attributes | |
CGMap * | G |
Definition at line 48 of file voxel-view.hh.
Voxel_View::Voxel_View | ( | CGMap * | GM | ) |
Definition at line 53 of file voxel-view.cc.
void Voxel_View::Calculate_Int_Bounding_Box | ( | float | gmapBoundingBox[6], | |
int | matrixBoundingBox[6] | |||
) |
Definition at line 70 of file voxel-view.cc.
void Voxel_View::Create_Matrix | ( | ) |
Definition at line 112 of file voxel-view.cc.
void Voxel_View::Draw_Edges | ( | ) |
Definition at line 525 of file voxel-view.cc.
void Voxel_View::Draw_Faces | ( | ) |
Definition at line 582 of file voxel-view.cc.
void Voxel_View::Draw_Vertices | ( | ) |
Definition at line 466 of file voxel-view.cc.
CGMap* GMap3d::Voxel_View::G [private] |
Definition at line 75 of file voxel-view.hh.