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

Method SetFileName

Modules/AlgorithmsExt/src/mitkMovieGeneratorWin32.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void mitk::MovieGeneratorWin32::SetFileName(const char *fileName)
21{
22 m_sFile = _T(fileName);
23 if (_tcsstr((char *)m_sFile, _T("avi")) == nullptr)
24 m_sFile += _T( ".avi" );
25}
26
27void mitk::MovieGeneratorWin32::InitBitmapHeader()
28{

Callers 15

TakeScreenshotMethod · 0.45
LoadMethod · 0.45
Load3DnTMethod · 0.45
LoadDicomSeriesMethod · 0.45
IsPhilips3DDicomMethod · 0.45
ReadPhilips3DDicomMethod · 0.45
TakeScreenshotFunction · 0.45
WriteMethod · 0.45
WriteMethod · 0.45

Calls

no outgoing calls

Tested by 7

InitializeTestVolumeMethod · 0.36
TestIOMetaInformationMethod · 0.36
testReadFileMethod · 0.36
SaveAsPNGMethod · 0.36
mitkMultiGaussianTestFunction · 0.36
ParseParametersMethod · 0.36