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

Method SetModality

IO/Image/vtkMedicalImageReader2.cxx:143–149  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

141
142//------------------------------------------------------------------------------
143void vtkMedicalImageReader2::SetModality(const char* arg)
144{
145 if (this->MedicalImageProperties)
146 {
147 this->MedicalImageProperties->SetModality(arg);
148 }
149}
150
151//------------------------------------------------------------------------------
152const char* vtkMedicalImageReader2::GetModality()

Callers 3

ClearMethod · 0.80
DeepCopyMethod · 0.80
ExecuteInformationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected