casa
$Rev:20696$
|
#include <VisibilityProcessing.h>
Public Types | |
enum | { Invalid } |
Public Member Functions | |
SubchunkIndex (Int chunkNumber=Invalid, Int subChunkNumber=Invalid, Int iteration=Invalid) | |
Bool | operator< (const SubchunkIndex &other) const |
Comparison Operators. | |
Bool | operator== (const SubchunkIndex &other) const |
Bool | operator!= (const SubchunkIndex &other) const |
Int | getChunkNumber () const |
Int | getIteration () const |
Int | getSubchunkNumber () const |
String | toString () const |
Private Attributes | |
Int | chunkNumber_p |
Int | iteration_p |
Int | subChunkNumber_p |
Friends | |
class | SubchunkIndex_Test |
Definition at line 70 of file VisibilityProcessing.h.
anonymous enum |
Definition at line 76 of file VisibilityProcessing.h.
casa::vpf::SubchunkIndex::SubchunkIndex | ( | Int | chunkNumber = Invalid , |
Int | subChunkNumber = Invalid , |
||
Int | iteration = Invalid |
||
) |
Int casa::vpf::SubchunkIndex::getChunkNumber | ( | ) | const |
Int casa::vpf::SubchunkIndex::getIteration | ( | ) | const |
Bool casa::vpf::SubchunkIndex::operator!= | ( | const SubchunkIndex & | other | ) | const [inline] |
Definition at line 86 of file VisibilityProcessing.h.
Bool casa::vpf::SubchunkIndex::operator< | ( | const SubchunkIndex & | other | ) | const |
Comparison Operators.
Comparison is in lexicographic order by chunk, subchunk and iteration.
Bool casa::vpf::SubchunkIndex::operator== | ( | const SubchunkIndex & | other | ) | const [inline] |
Definition at line 85 of file VisibilityProcessing.h.
String casa::vpf::SubchunkIndex::toString | ( | ) | const |
friend class SubchunkIndex_Test [friend] |
Definition at line 72 of file VisibilityProcessing.h.
Int casa::vpf::SubchunkIndex::chunkNumber_p [private] |
Definition at line 96 of file VisibilityProcessing.h.
Int casa::vpf::SubchunkIndex::iteration_p [private] |
Definition at line 97 of file VisibilityProcessing.h.
Definition at line 98 of file VisibilityProcessing.h.