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

Method GetGeometry

Modules/DataTypesExt/src/mitkBoundingObjectGroup.cpp:176–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176mitk::BaseGeometry *mitk::BoundingObjectGroup::GetGeometry(int t) const
177{
178 // if ( m_BoundingObjects == nullptr )
179 return Superclass::GetGeometry(t);
180
181 // mitk::BoundingObjectGroup::BoundingObjectContainer::ConstIterator boI = m_BoundingObjects->Begin();
182 // const mitk::BoundingObjectGroup::BoundingObjectContainer::ConstIterator boIEnd = m_BoundingObjects->End();
183 // mitk::Geometry3D* currentGeometry = nullptr;
184
185 // while ( boI != boIEnd )
186 //{
187 // currentGeometry = boI.Value()->GetGeometry( t );
188 // boI++;
189 //}
190
191 // return currentGeometry;
192}
193
194void mitk::BoundingObjectGroup::SetBoundingObjects(const std::deque<mitk::BoundingObject::Pointer> boundingObjects)
195{

Callers 15

mainFunction · 0.80
DoImageProcessingMethod · 0.80
CreateBinaryImageMethod · 0.80
convertToRGBAImageMethod · 0.80
FixupSpacingMethod · 0.80
FixSpacingInformationMethod · 0.80
LoadDicomMethod · 0.80
RunTestMethod · 0.80
MoveCurrentPointMethod · 0.80
AddPointMethod · 0.80

Calls 1

GetGeometryFunction · 0.85