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

Method PrintSelf

Modules/Core/src/DataManagement/mitkTransferFunction.cpp:257–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 }
256
257 void TransferFunction::PrintSelf(std::ostream &os, itk::Indent indent) const
258 {
259 os << indent << "ScalarOpacity: ";
260 m_ScalarOpacityFunction->PrintHeader(os, vtkIndent());
261 os << indent << "GradientOpacity: ";
262 m_GradientOpacityFunction->PrintHeader(os, vtkIndent());
263 os << indent << "ColorTransfer: ";
264 m_ColorTransferFunction->PrintHeader(os, vtkIndent());
265 os << indent << "Min: " << m_Min << ", Max: " << m_Max << std::endl;
266 }
267
268} // namespace

Callers

nothing calls this directly

Calls 1

PrintHeaderMethod · 0.80

Tested by

no test coverage detected