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

Method SetSeries

IO/Image/vtkMedicalImageReader2.cxx:86–92  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

84
85//------------------------------------------------------------------------------
86void vtkMedicalImageReader2::SetSeries(const char* arg)
87{
88 if (this->MedicalImageProperties)
89 {
90 this->MedicalImageProperties->SetSeriesNumber(arg);
91 }
92}
93
94//------------------------------------------------------------------------------
95const char* vtkMedicalImageReader2::GetSeries()

Callers 1

ExecuteInformationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected