isCleared method

bool isCleared()

Implementation

bool isCleared() {
  return _projection == null;
}