MeVisLab Toolbox Reference
|
#include "mlInitSystemML.h"
#include <mlTypeDefTraits.h>
#include <mlDataTypes.h>
#include <iostream>
#include <utility>
#include <string>
Go to the source code of this file.
Classes | |
class | ml::TScaleShiftData< DT > |
Class to define a first order linear transformation. More... | |
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
namespace | std |
STL namespace. | |
Typedefs | |
typedef TScaleShiftData< MLdouble > | ml::ScaleShiftData |
Double version of TScaleShiftData for maximum reasonable precision. | |
Functions | |
ostream & | std::operator<< (ostream &s, const ml::ScaleShiftData &ssd) |
Overloads "<<" operator for stream output of ML TScaleShiftData objects. | |