MCPcopy Create free account
hub / github.com/Kitware/TeleSculptor / GroundControlPointsModel

Method GroundControlPointsModel

gui/GroundControlPointsModel.cxx:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111//-----------------------------------------------------------------------------
112GroundControlPointsModel::GroundControlPointsModel(QObject* parent)
113 : QAbstractItemModel{parent}, d_ptr{new GroundControlPointsModelPrivate}
114{
115}
116
117//-----------------------------------------------------------------------------
118GroundControlPointsModel::~GroundControlPointsModel()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected