示例#1
0
ZIntCuboid ZStackArray::getBoundBox() const
{
  Cuboid_I box;
  getBoundBox(&box);

  return ZIntCuboid(box);
}
示例#2
0
ZObject3dScan ZDvidInfo::getBlockIndex(const ZIntCuboid &box) const
{
  ZIntPoint startIndex = getBlockIndex(box.getFirstCorner());
  ZIntPoint endIndex = getBlockIndex(box.getLastCorner());


  return ZObject3dFactory::MakeObject3dScan(ZIntCuboid(startIndex, endIndex));
}