MCPcopy Create free account
hub / github.com/Kitware/VTK / ArrayGroupModel

Method ArrayGroupModel

Examples/GUI/Qt/CellGridSource/ArrayGroupModel.cxx:24–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22} // anonymous namespace
23
24ArrayGroupModel::ArrayGroupModel(vtkCellGrid* data, vtkStringToken groupName, QObject* parent)
25 : QAbstractTableModel(parent)
26 , Data(data)
27{
28 this->Data->Register(nullptr);
29 if (this->Data)
30 {
31 this->setGroupName(groupName, false);
32 }
33}
34
35ArrayGroupModel::~ArrayGroupModel()
36{

Callers

nothing calls this directly

Calls 2

setGroupNameMethod · 0.95
RegisterMethod · 0.45

Tested by

no test coverage detected