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

Method AddBoundingObject

Modules/DataTypesExt/src/mitkBoundingObjectGroup.cpp:97–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void mitk::BoundingObjectGroup::AddBoundingObject(mitk::BoundingObject::Pointer boundingObject)
98{
99 if (boundingObject->GetPositive())
100 m_BoundingObjects.push_front(boundingObject);
101 else
102 m_BoundingObjects.push_back(boundingObject);
103 ++m_Counter;
104 UpdateOutputInformation();
105}
106
107void mitk::BoundingObjectGroup::RemoveBoundingObject(mitk::BoundingObject::Pointer boundingObject)
108{

Callers 2

GetAllBoundingObjectsMethod · 0.80
SetBoundingObjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected