isNull1 method

bool isNull1(
  1. int geomIndex
)

Implementation

bool isNull1(int geomIndex) {
  return depth[geomIndex][1] == NULL_VALUE;
}