bool mitk::DataNodeFactory::m_TextureInterpolationActive = false; // default value for texture interpolation if nothing is defined in global options (see QmitkMainTemplate.ui.h)
+ * Sort a set of file names in an order that is meaningful for loading them into an mitk::Image.
+ *
+ * \warning This method assumes that input files are similar in basic properties such as slice thicknes, image orientation, pixel spacing, rows, columns.
+ *
+ * It should always be ok to put the result of a call to GetSeries(..) into this method.(..).