#include <coords-nospecial.h>
Public Types | |
typedef unsigned | index |
typedef coordN_ns | self |
Public Methods | |
coordN_ns () | |
coordN_ns (const component &x) | |
coordN_ns (const component Y[]) | |
coordN_ns (const self &rhs) | |
self & | operator= (const self &rhs) |
~coordN_ns () | |
const component & | operator[] (index i) const |
component & | operator[] (index i) |
self & | operator+= (const self &rhs) |
self & | operator-= (const self &rhs) |
self & | operator *= (const component &rhs) |
self & | operator/= (const component &rhs) |
Static Public Methods | |
self | origin () |
index | dim () |
|
Definition at line 15 of file coords-nospecial.h. Referenced by coordN_ns, dim, operator *=, operator+=, operator-=, operator/=, operator=, and operator[]. |
|
Definition at line 16 of file coords-nospecial.h. Referenced by origin. |
|
Definition at line 19 of file coords-nospecial.h. |
|
Definition at line 20 of file coords-nospecial.h. |
|
Definition at line 21 of file coords-nospecial.h. |
|
Definition at line 22 of file coords-nospecial.h. |
|
Definition at line 31 of file coords-nospecial.h. |
|
Definition at line 23 of file coords-nospecial.h. |
|
Definition at line 32 of file coords-nospecial.h. |
|
Definition at line 33 of file coords-nospecial.h. |
|
Definition at line 34 of file coords-nospecial.h. |
|
Definition at line 35 of file coords-nospecial.h. |
|
Definition at line 36 of file coords-nospecial.h. |
|
Definition at line 37 of file coords-nospecial.h. |
|
Definition at line 39 of file coords-nospecial.h. |
|
Definition at line 40 of file coords-nospecial.h. References index. |