Class lsst::afw::cameraGeom::Camera::Builder

class Builder : public lsst::afw::cameraGeom::DetectorCollectionBase<Detector::InCameraBuilder>

A helper class for creating and modifying cameras.

Camera and Camera::Builder have no direct inheritance relationship, but both inherit from different specializations of DetectorCollectionBase, so their container-of-detectors interfaces can generally be used the same way in both Python and templated C++.