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

Method GetExtent

Modules/DataTypesExt/src/mitkPlane.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 void Plane::GetExtent(double &x, double &y) const
67 {
68 x = m_PlaneSource->GetPoint1()[0] - m_PlaneSource->GetOrigin()[0];
69 y = m_PlaneSource->GetPoint2()[1] - m_PlaneSource->GetOrigin()[1];
70 }
71
72 void Plane::SetResolution(const int xR, const int yR)
73 {

Callers 10

CreateOutlinePolyDataMethod · 0.45
doMITKStitchingFunction · 0.45
GenerateDataMethod · 0.45
vtkImageResliceExecuteFunction · 0.45
ThreadedRequestDataMethod · 0.45
CreateLevelOutlineMethod · 0.45
CheckOverObjectMethod · 0.45
CutImageMethod · 0.45

Calls 2

GetPoint2Method · 0.80
GetOriginMethod · 0.45

Tested by

no test coverage detected