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

Method GetInput

Modules/AlgorithmsExt/src/mitkPlaneFit.cpp:106–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106const mitk::PointSet *mitk::PlaneFit::GetInput()
107{
108 if (this->GetNumberOfInputs() < 1)
109 {
110 return nullptr;
111 }
112
113 return static_cast<const mitk::PointSet *>(this->ProcessObject::GetInput(0));
114}
115
116void mitk::PlaneFit::CalculateCentroid(int t)
117{

Callers 15

mitkPlaneFitTestFunction · 0.45
SetRegionOfInterestMethod · 0.45
GenerateDataMethod · 0.45
GenerateDataMethod · 0.45
GenerateDataInternalMethod · 0.45
GenerateDataMethod · 0.45
ComputeDesiredRegionMethod · 0.45
GenerateDataMethod · 0.45

Calls

no outgoing calls

Tested by 1

mitkPlaneFitTestFunction · 0.36