MCPcopy Create free account
hub / github.com/Kitware/VTK / GetModality

Method GetModality

IO/Image/vtkMedicalImageReader2.cxx:152–159  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

150
151//------------------------------------------------------------------------------
152const char* vtkMedicalImageReader2::GetModality()
153{
154 if (this->MedicalImageProperties)
155 {
156 return this->MedicalImageProperties->GetModality();
157 }
158 return nullptr;
159}
160
161//------------------------------------------------------------------------------
162void vtkMedicalImageReader2::PrintSelf(ostream& os, vtkIndent indent)

Callers 1

DeepCopyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected