
#include <msa-distArray.h>


Public Member Functions | |
| MSARead (MSA *msa_) | |
| MSARead () | |
| const ENTRY & | get (int x) |
| const ENTRY & | operator() (int x) |
| const ENTRY & | get2 (int x) |
| const ENTRY & | get (int x, int y) |
| const ENTRY & | operator() (int x, int y) |
| const ENTRY & | get2 (int x, int y) |
| const ENTRY & | get (int x, int y, int z) |
| const ENTRY & | operator() (int x, int y, int z) |
| const ENTRY & | get2 (int x, int y, int z) |
| void | read (ENTRY *buf, int x1, int y1, int z1, int x2, int y2, int z2) |
Protected Types | |
| typedef MSA::T | ENTRY |
Definition at line 142 of file msa-distArray.h.
typedef MSA::T MSA::MSARead< MSA >::ENTRY [protected] |
Definition at line 149 of file msa-distArray.h.
| MSA::MSARead< MSA >::MSARead | ( | MSA * | msa_ | ) | [inline] |
Definition at line 152 of file msa-distArray.h.
| MSA::MSARead< MSA >::MSARead | ( | ) | [inline] |
Definition at line 154 of file msa-distArray.h.
| const ENTRY& MSA::MSARead< MSA >::get | ( | int | x | ) | [inline] |
Definition at line 157 of file msa-distArray.h.
Referenced by CreateAdaptAdjacencies(), and makeGhost().

| const ENTRY& MSA::MSARead< MSA >::operator() | ( | int | x | ) | [inline] |
Definition at line 162 of file msa-distArray.h.
| const ENTRY& MSA::MSARead< MSA >::get2 | ( | int | x | ) | [inline] |
Definition at line 163 of file msa-distArray.h.
| const ENTRY& MSA::MSARead< MSA >::get | ( | int | x, | |
| int | y | |||
| ) | [inline] |
Definition at line 171 of file msa-distArray.h.
| const ENTRY& MSA::MSARead< MSA >::operator() | ( | int | x, | |
| int | y | |||
| ) | [inline] |
Definition at line 177 of file msa-distArray.h.
| const ENTRY& MSA::MSARead< MSA >::get2 | ( | int | x, | |
| int | y | |||
| ) | [inline] |
Definition at line 178 of file msa-distArray.h.
| const ENTRY& MSA::MSARead< MSA >::get | ( | int | x, | |
| int | y, | |||
| int | z | |||
| ) | [inline] |
Definition at line 186 of file msa-distArray.h.
| const ENTRY& MSA::MSARead< MSA >::operator() | ( | int | x, | |
| int | y, | |||
| int | z | |||
| ) | [inline] |
Definition at line 192 of file msa-distArray.h.
| const ENTRY& MSA::MSARead< MSA >::get2 | ( | int | x, | |
| int | y, | |||
| int | z | |||
| ) | [inline] |
Definition at line 193 of file msa-distArray.h.
| void MSA::MSARead< MSA >::read | ( | ENTRY * | buf, | |
| int | x1, | |||
| int | y1, | |||
| int | z1, | |||
| int | x2, | |||
| int | y2, | |||
| int | z2 | |||
| ) | [inline] |
Definition at line 200 of file msa-distArray.h.
1.5.5