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

Method BoundingObject

Modules/DataTypesExt/src/mitkBoundingObject.cpp:16–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14#include <mitkBaseDataSource.h>
15
16mitk::BoundingObject::BoundingObject() : Surface(), m_Positive(true)
17{
18 // Initialize(1);
19
20 /* bounding box around the unscaled bounding object */
21 ScalarType bounds[6] = {-1, 1, -1, 1, -1, 1}; //{xmin,x_max, ymin,y_max,zmin,z_max}
22 GetGeometry()->SetBounds(bounds);
23 GetTimeGeometry()->Update();
24}
25
26mitk::BoundingObject::~BoundingObject()
27{

Callers

nothing calls this directly

Calls 4

GetGeometryFunction · 0.85
GetTimeGeometryFunction · 0.50
SetBoundsMethod · 0.45
UpdateMethod · 0.45

Tested by

no test coverage detected