ContainsLine
bool ContainsLine(int line) const;
if (fCachedBand != NULL && fCachedBand->ContainsLine(line))
if (band->ContainsLine(line)) {