| 104 | } |
| 105 | |
| 106 | const 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 | |
| 116 | void mitk::PlaneFit::CalculateCentroid(int t) |
| 117 | { |
no outgoing calls