versor
3.0
C++11 library for Geometric algebra
|
Data Structure of Neighbors in a cartesian volume (left, right, bottom, top, front, back) More...
#include <vsr_patch.h>
Public Member Functions | |
Nbr (int _idx, int _xl, int _xr, int _yb, int _yt, int _zf, int _zb) | |
Nbr (int _idx, int w, int h, int d, int type) | |
int & | operator[] (int i) |
int | operator[] (int i) const |
Public Attributes | |
int | idx |
int | xl |
int | xr |
int | yb |
int | yt |
int | zf |
int | zb |
int | type |
Friends | |
ostream & | operator<< (ostream &, const Nbr &) |
Data Structure of Neighbors in a cartesian volume (left, right, bottom, top, front, back)