Moka libraries
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Voxel Class Reference

#include <voxel.hh>

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)
 

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

Definition at line 81 of file voxel.hh.

Voxel::Voxel ( int  alpha,
int  b,
int  c 
)
inline

Definition at line 86 of file voxel.hh.

Member Function Documentation

int Voxel::Get_X ( ) const
inline

Definition at line 93 of file voxel.hh.

int Voxel::Get_Y ( ) const
inline

Definition at line 99 of file voxel.hh.

int Voxel::Get_Z ( ) const
inline

Definition at line 105 of file voxel.hh.

void Voxel::Set_XYZ ( int  alpha,
int  b,
int  c 
)
inline

Definition at line 113 of file voxel.hh.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  s,
Voxel v 
)
friend

Definition at line 123 of file voxel.hh.


The documentation for this class was generated from the following file: