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

Method SetOutput

Modules/DICOM/src/mitkDICOMFileReader.cpp:120–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void
121mitk::DICOMFileReader
122::SetOutput(unsigned int index, const mitk::DICOMImageBlockDescriptor& output)
123{
124 if (index < m_Outputs.size())
125 {
126 m_Outputs[index] = output;
127 }
128 else
129 {
130 std::stringstream ss;
131 ss << "Index " << index << " out of range (" << m_Outputs.size() << " indices reserved)";
132 throw std::invalid_argument( ss.str() );
133 }
134}
135
136void
137mitk::DICOMFileReader

Callers 10

SortMethod · 0.45
AnalyzeInputFilesMethod · 0.45
SortMethod · 0.45
SortMethod · 0.45
AnalyzeInputFilesMethod · 0.45
Condense3DBlocksMethod · 0.45
SortMethod · 0.45
SetInputSliceMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 2

SortMethod · 0.36
AnalyzeInputFilesMethod · 0.36