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

Method SetStudy

IO/Image/vtkMedicalImageReader2.cxx:105–111  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

103
104//------------------------------------------------------------------------------
105void vtkMedicalImageReader2::SetStudy(const char* arg)
106{
107 if (this->MedicalImageProperties)
108 {
109 this->MedicalImageProperties->SetStudyID(arg);
110 }
111}
112
113//------------------------------------------------------------------------------
114const char* vtkMedicalImageReader2::GetStudy()

Callers 1

ExecuteInformationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected