Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

simth::intVector3d Class Reference
[Additional container classes]

#include <containers.h>

List of all members.

Public Member Functions

 intVector3d (unsigned int cols, unsigned int rows, unsigned int planes)
int get (unsigned int col, unsigned int row, unsigned int plane) const
void set (unsigned int col, unsigned int row, unsigned int plane, int newVal)


Detailed Description

A 3-dimensional vector of integers based on the std::vector with additional out of bounds checking when using the index operator.


Constructor & Destructor Documentation

simth::intVector3d::intVector3d unsigned int  cols,
unsigned int  rows,
unsigned int  planes
 


Member Function Documentation

int simth::intVector3d::get unsigned int  col,
unsigned int  row,
unsigned int  plane
const
 

void simth::intVector3d::set unsigned int  col,
unsigned int  row,
unsigned int  plane,
int  newVal
 


Generated on Mon Apr 24 21:19:19 2006 for simthetic by  doxygen 1.4.1