MCPcopy Create free account
hub / github.com/MITK/MITK / Delete

Method Delete

Modules/QtWidgets/src/QmitkDataStorageTreeModelInternalItem.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void QmitkDataStorageTreeModelInternalItem::Delete()
34{
35 while (m_Children.size() > 0)
36 delete m_Children.back();
37
38 delete this;
39}
40
41QmitkDataStorageTreeModelInternalItem *QmitkDataStorageTreeModelInternalItem::Find(const mitk::DataNode *_DataNode) const
42{

Callers 15

RenderAnnotationsMethod · 0.45
RenderQuantitiesMethod · 0.45
InternalProcessingMethod · 0.45
~vtkMaskedGlyph2DMethod · 0.45
~SplineVtkMapper3DMethod · 0.45
~vtkMaskedGlyph3DMethod · 0.45
UpdateVtkObjectsMethod · 0.45
DeleteVtkObjectMethod · 0.45
RegisterRoutesMethod · 0.45

Calls 2

backMethod · 0.80
sizeMethod · 0.45

Tested by 15

TestSelectedMethod · 0.36
TestComposeVtkMatrixMethod · 0.36
TearDownFunction · 0.36
TestSurfaceLoadingMethod · 0.36
mitkRenderingManagerTestFunction · 0.36
tearDownMethod · 0.36
mitkImageTestFunction · 0.36