iRoCS Toolbox
1.1.0
|
#include <config.hh>
#include <QtGui/QImage>
#include <libArrayToolbox/Array.hh>
#include <libArrayToolbox/algo/helper.hh>
Go to the source code of this file.
Data Structures | |
class | BlitzDataExplorer |
Functions | |
template<typename DataT > | |
QImage | arrayToColorQImage (const blitz::Array< DataT, 3 > &data) |
template<typename DataT > | |
QImage | arrayToGrayQImage (const blitz::Array< DataT, 2 > &data) |
QImage arrayToColorQImage | ( | const blitz::Array< DataT, 3 > & | data | ) |
Definition at line 463 of file lblitzDataExplorer.hh.
Referenced by BlitzDataExplorer::getXYView(), BlitzDataExplorer::getXZView(), and BlitzDataExplorer::getZYView().
QImage arrayToGrayQImage | ( | const blitz::Array< DataT, 2 > & | data | ) |
Definition at line 446 of file lblitzDataExplorer.hh.
Referenced by BlitzDataExplorer::getXYView(), BlitzDataExplorer::getXZView(), and BlitzDataExplorer::getZYView().