
#include <msa-distArray.h>


Public Member Functions | |
| MSAWrite (MSA *msa_) | |
| MSAWrite () | |
| Writable< ENTRY > | set (int x) |
| Writable< ENTRY > | operator() (int x) |
| Writable< ENTRY > | set (int x, int y) |
| Writable< ENTRY > | operator() (int x, int y) |
| Writable< ENTRY > | set (int x, int y, int z) |
| Writable< ENTRY > | operator() (int x, int y, int z) |
| void | write (int x1, int y1, int z1, int x2, int y2, int z2, const ENTRY *buf) |
Protected Types | |
| typedef MSA::T | ENTRY |
Definition at line 226 of file msa-distArray.h.
typedef MSA::T MSA::MSAWrite< MSA >::ENTRY [protected] |
Definition at line 233 of file msa-distArray.h.
| MSA::MSAWrite< MSA >::MSAWrite | ( | MSA * | msa_ | ) | [inline] |
Definition at line 236 of file msa-distArray.h.
| MSA::MSAWrite< MSA >::MSAWrite | ( | ) | [inline] |
Definition at line 238 of file msa-distArray.h.
| Writable<ENTRY> MSA::MSAWrite< MSA >::set | ( | int | x | ) | [inline] |
Definition at line 241 of file msa-distArray.h.
References MSA::MSAHandle< MSA >::checkValid(), MSA::MSAHandle< MSA >::msa, and x.

| Writable<ENTRY> MSA::MSAWrite< MSA >::operator() | ( | int | x | ) | [inline] |
Definition at line 246 of file msa-distArray.h.
| Writable<ENTRY> MSA::MSAWrite< MSA >::set | ( | int | x, | |
| int | y | |||
| ) | [inline] |
Definition at line 252 of file msa-distArray.h.
References MSA::MSAHandle< MSA >::checkValid(), MSA::MSAHandle< MSA >::msa, and x.

| Writable<ENTRY> MSA::MSAWrite< MSA >::operator() | ( | int | x, | |
| int | y | |||
| ) | [inline] |
Definition at line 257 of file msa-distArray.h.
Definition at line 263 of file msa-distArray.h.
References MSA::MSAHandle< MSA >::checkValid(), MSA::MSAHandle< MSA >::msa, and x.

| Writable<ENTRY> MSA::MSAWrite< MSA >::operator() | ( | int | x, | |
| int | y, | |||
| int | z | |||
| ) | [inline] |
Definition at line 268 of file msa-distArray.h.
| void MSA::MSAWrite< MSA >::write | ( | int | x1, | |
| int | y1, | |||
| int | z1, | |||
| int | x2, | |||
| int | y2, | |||
| int | z2, | |||
| const ENTRY * | buf | |||
| ) | [inline] |
Definition at line 273 of file msa-distArray.h.
References MSA::MSAHandle< MSA >::checkValid(), and MSA::MSAHandle< MSA >::msa.

1.5.5