ML Reference
|
STL namespace. More...
Functions | |
MLEXPORT std::ostream & | operator<< (std::ostream &s, const ml::Field &v) |
Overloads the operator "<<" for stream output of Field objects. | |
MLEXPORT std::ostream & | operator<< (std::ostream &s, const ml::FieldContainer &fc) |
Overloading the operator "<<" for stream output of FieldContainer objects. | |
MLEXPORT ostream & | operator<< (ostream &s, const ml::Host &host) |
Overloading the operator "<<" for stream output of Host objects. | |
ostream & | operator<< (ostream &s, const ml::MemoryImage &mi) |
Overload "<<" operator for stream output of ML MemoryImage objects. | |
MLEXPORT std::ostream & | operator<< (std::ostream &s, const ml::PagedImage &pi) |
Print internal PagedImage information to std::ostream for debugging purposes. | |
ostream & | operator<< (ostream &s, const ml::ScaleShiftData &ssd) |
Overloads "<<" operator for stream output of ML TScaleShiftData objects. | |
MLEXPORT ostream & | operator<< (ostream &s, const ml::SubImage &fc) |
Print internal subimage information to std::ostream for debugging purposes. | |
template<typename intT > | |
ostream & | operator<< (ostream &s, const ml::TSubImageBox< intT > &box) |
Overload "<<" operator for stream output of SubImageBox objects. | |
ostream & | operator<< (ostream &s, const ml::SubImageBoxd &box) |
Overloads "<<" operator for stream output of SubImageBoxd objects. | |
template<typename DATATYPE > | |
ostream & | operator<< (ostream &ostr, const ml::TSubImage< DATATYPE > &v) |
Implement print of subimage into std::ostream. | |
ostream & | operator<< (ostream &s, const ml::DateTime &dt) |
Overloads the operator "<<" for stream output of dt into s in the format year:month:day:hour:minute:second. | |
ML_UTILS_EXPORT ostream & | operator<< (ostream &s, const ml::ErrorOutput &errorOutput) |
Overloading the operator "<<" for stream output of ErrorOutput objects. | |
ostream & | operator<< (ostream &s, const ml::ErrorOutputInfos &eoi) |
Overload "<<" operator for stream output of ML ErrorOutputInfos objects. | |
ML_UTILS_EXPORT ostream & | operator<< (ostream &s, const ml::ImagePropertyExtension &extIP) |
Overloads the operator "<<" for stream output of ImagePropertyExtension objects. | |
ML_UTILS_EXPORT ostream & | operator<< (ostream &s, const ml::ImagePropertyExtensionContainer &ipContainer) |
Overloads the operator "<<" for stream output of ImagePropertyExtension objects. | |
ML_UTILS_EXPORT ostream & | operator<< (ostream &s, const ml::Notify ¬ify) |
Overloading the operator "<<" for stream output of Notify objects. | |
ostream & | operator<< (ostream &s, const ml::RuntimeType &rt) |
Overload "<<" operator for stream output of ML RuntimeType objects. | |
template<class T , size_t size, class DataContainer > | |
ostream & | operator<< (ostream &os, const ml::FloatingPointVector< T, size, DataContainer > &v) |
Prints vector to std::ostream. All components are followed by " "s. | |
template<class T , size_t size, class DataContainer > | |
istream & | operator>> (istream &is, ml::FloatingPointVector< T, size, DataContainer > &v) |
Reads a vector from std::istream. | |
template<class TVectorBase > | |
ostream & | operator<< (ostream &s, const ml::TVector< TVectorBase > &v) |
Implements the stream output operator "<<" for TVector objects; the vector is printed in round parentheses and array elements are separated by commas. | |
template<class DT > | |
std::ostream & | operator<< (std::ostream &os, const ml::Tmat2< DT > &m) |
Output to stream. | |
template<class DT > | |
std::istream & | operator>> (std::istream &is, ml::Tmat2< DT > &m) |
Input from stream. | |
template<class DT > | |
std::ostream & | operator<< (std::ostream &os, const ml::Tmat3< DT > &m) |
Output to std::ostream. | |
template<class DT > | |
std::istream & | operator>> (std::istream &is, ml::Tmat3< DT > &m) |
Input from stream. | |
template<class DT > | |
std::ostream & | operator<< (std::ostream &os, const ml::Tmat5< DT > &m) |
Output to std::ostream. | |
template<class DT > | |
std::istream & | operator>> (std::istream &is, ml::Tmat5< DT > &m) |
Input from stream. | |
template<class DT > | |
std::ostream & | operator<< (std::ostream &os, const ml::Tmat6< DT > &m) |
Output to std::ostream. | |
template<class DT > | |
std::istream & | operator>> (std::istream &is, ml::Tmat6< DT > &m) |
Input from stream. | |
template<typename DT > | |
ostream & | operator<< (ostream &s, const ml::TQuaternion< DT > &v) |
Overloading the operator "<<" for stream output of TQuaternion objects. | |
template<class DT > | |
std::ostream & | operator<< (std::ostream &os, const ml::Tmat4< DT > &m) |
Support for standard IO streams. | |
template<class DT > | |
std::istream & | operator>> (std::istream &is, ml::Tmat4< DT > &m) |
STL namespace.
Global quaternion operators. Provide trigonometric etc. versions for quaternions in global or in ML namespace if explicitly activated before include. On some compilers which cannot resolve global operators correctly this may cause collisions with e.g. other functions with same name, thus the default is NO implementation. Global quaternion functions (trigonometric, hyperbolic etc.) Provide trigonometric etc. versions for quaternions in global or in ML namespace if explicitly activated before include. On some compilers which cannot resolve global operators correctly this may cause collisions with e.g. other functions with same name, thus the default is NO implementation.
|
inline |
Prints vector to std::ostream. All components are followed by " "s.
Definition at line 554 of file mlFloatingPointVector.h.
|
inline |
Implement print of subimage into std::ostream.
This must be implemented in std namespace to avoid STL problems.
Definition at line 1197 of file mlTSubImage.h.
|
inline |
Overloads the operator "<<" for stream output of dt
into s
in the format year:month:day:hour:minute:second.
Definition at line 320 of file mlDateTime.h.
ML_UTILS_EXPORT ostream & std::operator<< | ( | ostream & | s, |
const ml::ErrorOutput & | errorOutput ) |
Overloading the operator "<<" for stream output of ErrorOutput objects.
|
inline |
Overload "<<" operator for stream output of ML ErrorOutputInfos
objects.
Definition at line 167 of file mlErrorOutputInfos.h.
Overloading the operator "<<" for stream output of Host objects.
ML_UTILS_EXPORT ostream & std::operator<< | ( | ostream & | s, |
const ml::ImagePropertyExtension & | extIP ) |
Overloads the operator "<<" for stream output of ImagePropertyExtension objects.
ML_UTILS_EXPORT ostream & std::operator<< | ( | ostream & | s, |
const ml::ImagePropertyExtensionContainer & | ipContainer ) |
Overloads the operator "<<" for stream output of ImagePropertyExtension objects.
|
inline |
Overload "<<" operator for stream output of ML MemoryImage objects.
Definition at line 219 of file mlMemoryImage.h.
ML_UTILS_EXPORT ostream & std::operator<< | ( | ostream & | s, |
const ml::Notify & | notify ) |
Overloading the operator "<<" for stream output of Notify
objects.
|
inline |
Overload "<<" operator for stream output of ML RuntimeType
objects.
Definition at line 134 of file mlRuntimeType.h.
|
inline |
Overloads "<<" operator for stream output of ML TScaleShiftData objects.
Definition at line 337 of file mlScaleShiftData.h.
MLEXPORT ostream & std::operator<< | ( | ostream & | s, |
const ml::SubImage & | fc ) |
Print internal subimage information to std::ostream for debugging purposes.
|
inline |
Overloads "<<" operator for stream output of SubImageBoxd objects.
Definition at line 170 of file mlSubImageBoxd.h.
|
inline |
Overloading the operator "<<" for stream output of TQuaternion objects.
Definition at line 1130 of file mlQuaternion.h.
|
inline |
Overload "<<" operator for stream output of SubImageBox objects.
Definition at line 244 of file mlSubImageBox.h.
ostream & std::operator<< | ( | ostream & | s, |
const ml::TVector< TVectorBase > & | v ) |
Implements the stream output operator "<<" for TVector objects; the vector is printed in round parentheses and array elements are separated by commas.
Definition at line 640 of file mlIntegerVector.h.
|
inline |
Output to stream.
Definition at line 530 of file mlMatrix2.h.
|
inline |
Output to std::ostream.
Definition at line 722 of file mlMatrix3.h.
|
inline |
Support for standard IO streams.
Definition at line 726 of file mlMatrix4.h.
|
inline |
Output to std::ostream.
Definition at line 717 of file mlMatrix5.h.
|
inline |
Output to std::ostream.
Definition at line 648 of file mlMatrix6.h.
Overloads the operator "<<" for stream output of Field objects.
MLEXPORT std::ostream & std::operator<< | ( | std::ostream & | s, |
const ml::FieldContainer & | fc ) |
Overloading the operator "<<" for stream output of FieldContainer objects.
MLEXPORT std::ostream & std::operator<< | ( | std::ostream & | s, |
const ml::PagedImage & | pi ) |
Print internal PagedImage information to std::ostream for debugging purposes.
|
inline |
Reads a vector from std::istream.
Definition at line 563 of file mlFloatingPointVector.h.
|
inline |
Input from stream.
Definition at line 537 of file mlMatrix2.h.
|
inline |
Input from stream.
Definition at line 731 of file mlMatrix3.h.
|
inline |
Definition at line 733 of file mlMatrix4.h.
|
inline |
Input from stream.
Definition at line 726 of file mlMatrix5.h.
|
inline |
Input from stream.
Definition at line 657 of file mlMatrix6.h.