Voxel Class Reference
#include <voxel.hh>
List of all members.
|
Public Member Functions |
| Voxel () |
| Voxel (int alpha, int b, int c) |
int | Get_X () const |
int | Get_Y () const |
int | Get_Z () const |
void | Set_XYZ (int alpha, int b, int c) |
Private Attributes |
int | x |
int | y |
int | z |
Friends |
std::ostream & | operator<< (std::ostream &s, Voxel *v) |
Detailed Description
Definition at line 44 of file voxel.hh.
Constructor & Destructor Documentation
Voxel::Voxel |
( |
|
) |
[inline] |
Voxel::Voxel |
( |
int |
alpha, |
|
|
int |
b, |
|
|
int |
c | |
|
) |
| | [inline] |
Member Function Documentation
int Voxel::Get_X |
( |
|
) |
const [inline] |
int Voxel::Get_Y |
( |
|
) |
const [inline] |
int Voxel::Get_Z |
( |
|
) |
const [inline] |
void Voxel::Set_XYZ |
( |
int |
alpha, |
|
|
int |
b, |
|
|
int |
c | |
|
) |
| | [inline] |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
Voxel * |
v | |
|
) |
| | [friend] |
Member Data Documentation
The documentation for this class was generated from the following file: