MeVisLab Toolbox Reference
mlScaleShiftData.h File 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

 ml
 Main documentation file for ML users and developers.
 

Typedefs

typedef TScaleShiftData< MLdoubleml::ScaleShiftData
 Double version of TScaleShiftData for maximum reasonable precision. More...
 

Functions

ostream & std::operator<< (ostream &s, const ml::ScaleShiftData &ssd)
 Overloads "<<" operator for stream output of ML TScaleShiftData objects. More...
 

Function Documentation

◆ operator<<()

ostream& std::operator<< ( ostream &  s,
const ml::ScaleShiftData ssd 
)
inline

Overloads "<<" operator for stream output of ML TScaleShiftData objects.

Definition at line 337 of file mlScaleShiftData.h.

References std::operator<<().