scala::Array3D< T > Class Template Reference
List of all members.
Public Member Functions |
|
| Array3D (const int &iu, const int &iv, const int &iw) |
|
| Array3D (const int &iu, const int &iv, const int &iw, const int &ku, const int &kv, const int &kw) |
|
void | Offset (const int &ku, const int &kv, const int &kw) |
|
void | init (const int &iu, const int &iv, const int &iw, const T &val) |
|
const T & | operator() (const int &i, const int &j, const int &k) const |
| | get element
|
|
T & | operator() (const int &i, const int &j, const int &k) |
| | set element
|
|
const T & | operator() (clipper::Vec3< int > v) const |
| | get element
|
|
T & | operator() (clipper::Vec3< int > v) |
| | get element
|
|
const T & | operator() (const int &i) const |
| | get element
|
|
T & | operator() (const int &i) |
| | set element
|
|
void | Zero () |
|
int | size () const |
|
bool | Test (const int &i, const int &j, const int &k) |
|
bool | Test (const clipper::Vec3< int > v) |
template<class T>
class scala::Array3D< T >
The documentation for this class was generated from the following file: