casa
$Rev:20696$
|
#include <VisibilityIterator.h>
Public Member Functions | |
SubChunkPair () | |
First component is Chunk and second is subchunk. | |
SubChunkPair (Int a, Int b) | |
Bool | operator== (const SubChunkPair &other) |
Bool | operator< (const SubChunkPair &other) |
Bool | atOrigin () const |
Int | chunk () const |
void | incrementSubChunk () |
void | incrementChunk () |
void | resetSubChunk () |
void | resetToOrigin () |
Int | subchunk () const |
Make a subchunk pair that is positioned to the first subchunk of the first chunk (i.e., 0,0) | |
String | toString () const |
Static Public Member Functions | |
static SubChunkPair | noMoreData () |
Definition at line 146 of file VisibilityIterator.h.
casa::SubChunkPair::SubChunkPair | ( | ) | [inline] |
First component is Chunk and second is subchunk.
Definition at line 152 of file VisibilityIterator.h.
References resetToOrigin().
Referenced by atOrigin().
casa::SubChunkPair::SubChunkPair | ( | Int | a, |
Int | b | ||
) | [inline] |
Definition at line 153 of file VisibilityIterator.h.
Bool casa::SubChunkPair::atOrigin | ( | ) | const [inline] |
Definition at line 164 of file VisibilityIterator.h.
References SubChunkPair().
Int casa::SubChunkPair::chunk | ( | ) | const [inline] |
Definition at line 165 of file VisibilityIterator.h.
References first.
void casa::SubChunkPair::incrementChunk | ( | ) | [inline] |
Definition at line 167 of file VisibilityIterator.h.
References first, and casa::C::second.
void casa::SubChunkPair::incrementSubChunk | ( | ) | [inline] |
Definition at line 166 of file VisibilityIterator.h.
References casa::C::second.
static SubChunkPair casa::SubChunkPair::noMoreData | ( | ) | [static] |
Bool casa::SubChunkPair::operator< | ( | const SubChunkPair & | other | ) | [inline] |
Definition at line 159 of file VisibilityIterator.h.
References first, and casa::C::second.
Bool casa::SubChunkPair::operator== | ( | const SubChunkPair & | other | ) | [inline] |
Definition at line 155 of file VisibilityIterator.h.
References first, and casa::C::second.
void casa::SubChunkPair::resetSubChunk | ( | ) | [inline] |
Definition at line 169 of file VisibilityIterator.h.
References casa::C::second.
void casa::SubChunkPair::resetToOrigin | ( | ) | [inline] |
Definition at line 171 of file VisibilityIterator.h.
References first, and casa::C::second.
Referenced by SubChunkPair().
Int casa::SubChunkPair::subchunk | ( | ) | const [inline] |
Make a subchunk pair that is positioned to the first subchunk of the first chunk (i.e., 0,0)
Definition at line 175 of file VisibilityIterator.h.
References casa::C::second.
String casa::SubChunkPair::toString | ( | ) | const |