3D Integer vector class.
More...
#include <vec3d.hpp>
List of all members.
Detailed Description
Constructor & Destructor Documentation
Int3D::Int3D |
( |
| ) |
[inline] |
Int3D::Int3D |
( |
int32_t |
i | ) |
[inline] |
Int3D::Int3D |
( |
int32_t |
i, |
|
|
int32_t |
j |
|
) |
| [inline] |
Int3D::Int3D |
( |
int32_t |
i, |
|
|
int32_t |
j, |
|
|
int32_t |
k |
|
) |
| [inline] |
Int3D::Int3D |
( |
std::istream & |
s | ) |
[inline] |
Int3D::~Int3D |
( |
| ) |
[inline] |
Member Function Documentation
bool Int3D::operator!= |
( |
const Int3D & |
i | ) |
[inline] |
int32_t& Int3D::operator() |
( |
int |
i | ) |
[inline] |
const int32_t& Int3D::operator() |
( |
int |
i | ) |
const [inline] |
Vec3D Int3D::operator* |
( |
double |
x | ) |
[inline] |
Int3D Int3D::operator- |
( |
const Int3D & |
i | ) |
[inline] |
int32_t& Int3D::operator[] |
( |
int |
i | ) |
[inline] |
const int32_t& Int3D::operator[] |
( |
int |
i | ) |
const [inline] |
void Int3D::save |
( |
std::ostream & |
s | ) |
const [inline] |
Friends And Related Function Documentation
Vec3D operator* |
( |
double |
x, |
|
|
const Int3D & |
i |
|
) |
| [friend] |
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Vec3D & |
vec |
|
) |
| [friend] |
The documentation for this class was generated from the following file: