ML Reference
std Namespace Reference

Provide trigonometric etc. More...

Classes

class  allocator
 STL class.
class  auto_ptr
 STL class.
class  ios_base
 STL class.
class  basic_ios
 STL class.
class  basic_istream
 STL class.
class  basic_ostream
 STL class.
class  basic_iostream
 STL class.
class  basic_ifstream
 STL class.
class  basic_ofstream
 STL class.
class  basic_fstream
 STL class.
class  basic_istringstream
 STL class.
class  basic_ostringstream
 STL class.
class  basic_stringstream
 STL class.
class  ios
 STL class.
class  wios
 STL class.
class  istream
 STL class.
class  wistream
 STL class.
class  ostream
 STL class.
class  wostream
 STL class.
class  ifstream
 STL class.
class  wifstream
 STL class.
class  ofstream
 STL class.
class  wofstream
 STL class.
class  fstream
 STL class.
class  wfstream
 STL class.
class  istringstream
 STL class.
class  wistringstream
 STL class.
class  ostringstream
 STL class.
class  wostringstream
 STL class.
class  stringstream
 STL class.
class  wstringstream
 STL class.
class  basic_string
 STL class.
class  string
 STL class.
class  wstring
 STL class.
class  complex
 STL class.
class  bitset
 STL class.
class  deque
 STL class.
class  list
 STL class.
class  map
 STL class.
class  multimap
 STL class.
class  set
 STL class.
class  multiset
 STL class.
class  vector
 STL class.
class  queue
 STL class.
class  priority_queue
 STL class.
class  stack
 STL class.
class  valarray
 STL class.
class  exception
 STL class.
class  bad_alloc
 STL class.
class  bad_cast
 STL class.
class  bad_typeid
 STL class.
class  logic_error
 STL class.
class  runtime_error
 STL class.
class  bad_exception
 STL class.
class  domain_error
 STL class.
class  invalid_argument
 STL class.
class  length_error
 STL class.
class  out_of_range
 STL class.
class  range_error
 STL class.
class  overflow_error
 STL class.
class  underflow_error
 STL class.

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.
MLEXPORT ostream & operator<< (ostream &ostr, INT64 s)
MLEXPORT istream & operator>> (istream &istr, INT64 &s)
MLEXPORT ostream & operator<< (ostream &ostr, UINT64 s)
MLEXPORT istream & operator>> (istream &istr, UINT64 &s)
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 &notify)
 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)
template<class DT >
std::istream & operator>> (std::istream &is, ml::Tmat4< DT > &m)

Detailed Description

Provide trigonometric etc.

STL namespace.

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. 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.


Function Documentation

MLEXPORT std::ostream& std::operator<< ( std::ostream &  s,
const ml::Field v 
)

Overloads the operator "<<" for stream output of Field objects.

template<typename DT >
ostream& std::operator<< ( ostream &  s,
const ml::TQuaternion< DT > &  v 
) [inline]

Overloading the operator "<<" for stream output of TQuaternion objects.

Definition at line 1248 of file mlQuaternion.h.

MLEXPORT std::ostream& std::operator<< ( std::ostream &  s,
const ml::FieldContainer fc 
)

Overloading the operator "<<" for stream output of FieldContainer objects.

MLEXPORT ostream& std::operator<< ( ostream &  ostr,
INT64  s 
)
ostream& std::operator<< ( ostream &  s,
const ml::MemoryImage &  mi 
) [inline]

Overload "<<" operator for stream output of ML MemoryImage objects.

Definition at line 261 of file mlMemoryImage.h.

template<class DT >
std::ostream& std::operator<< ( std::ostream &  os,
const ml::Tmat5< DT > &  m 
) [inline]

Output to std::ostream.

Definition at line 849 of file mlMatrix5.h.

ML_UTILS_EXPORT ostream& std::operator<< ( ostream &  s,
const ml::ErrorOutput errorOutput 
)

Overloading the operator "<<" for stream output of ErrorOutput objects.

template<class DT >
std::ostream& std::operator<< ( std::ostream &  os,
const ml::Tmat6< DT > &  m 
) [inline]

Output to std::ostream.

Definition at line 797 of file mlMatrix6.h.

ostream& std::operator<< ( ostream &  s,
const ml::ErrorOutputInfos eoi 
) [inline]

Overload "<<" operator for stream output of ML ErrorOutputInfos objects.

Definition at line 187 of file mlErrorOutputInfos.h.

References ML_INTERNAL_ERROR_TRACE_IN.

template<class DT >
std::ostream& std::operator<< ( std::ostream &  os,
const ml::Tmat3< DT > &  m 
) [inline]

Output to std::ostream.

Definition at line 869 of file mlMatrix3.h.

MLEXPORT std::ostream& std::operator<< ( std::ostream &  s,
const ml::PagedImage &  pi 
)

Print internal PagedImage information to std::ostream for debugging purposes.

template<class DT >
std::ostream& std::operator<< ( std::ostream &  os,
const ml::Tmat2< DT > &  m 
) [inline]

Output to stream.

Definition at line 657 of file mlMatrix2.h.

template<class TVectorBase >
ostream& std::operator<< ( ostream &  s,
const ml::TVector< TVectorBase > &  v 
) [inline]

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 649 of file mlIntegerVector.h.

ML_UTILS_EXPORT ostream& std::operator<< ( ostream &  s,
const ml::ImagePropertyExtension extIP 
)

Overloads the operator "<<" for stream output of ImagePropertyExtension objects.

template<class T , size_t size, class DataContainer >
ostream& std::operator<< ( ostream &  os,
const ml::FloatingPointVector< T, size, DataContainer > &  v 
) [inline]

Prints vector to std::ostream. All components are followed by " "s.

Definition at line 609 of file mlFloatingPointVector.h.

ostream& std::operator<< ( ostream &  s,
const ml::RuntimeType rt 
) [inline]

Overload "<<" operator for stream output of ML RuntimeType objects.

Definition at line 130 of file mlRuntimeType.h.

ML_UTILS_EXPORT ostream& std::operator<< ( ostream &  s,
const ml::ImagePropertyExtensionContainer ipContainer 
)

Overloads the operator "<<" for stream output of ImagePropertyExtension objects.

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

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

Definition at line 348 of file mlScaleShiftData.h.

ML_UTILS_EXPORT ostream& std::operator<< ( ostream &  s,
const ml::Notify notify 
)

Overloading the operator "<<" for stream output of Notify objects.

MLEXPORT ostream& std::operator<< ( ostream &  s,
const ml::SubImage fc 
)

Print internal subimage information to std::ostream for debugging purposes.

MLEXPORT ostream& std::operator<< ( ostream &  s,
const ml::Host host 
)

Overloading the operator "<<" for stream output of Host objects.

ostream& std::operator<< ( ostream &  s,
const ml::DateTime dt 
) [inline]

Overloads the operator "<<" for stream output of dt into s in the format year:month:day:hour:minute:second.

Definition at line 347 of file mlDateTime.h.

template<class DT >
std::ostream& std::operator<< ( std::ostream &  os,
const ml::Tmat4< DT > &  m 
) [inline]

Definition at line 863 of file mlMatrix4.h.

ostream& std::operator<< ( ostream &  s,
const ml::SubImageBoxd box 
) [inline]

Overloads "<<" operator for stream output of SubImageBoxd objects.

Definition at line 217 of file mlSubImageBoxd.h.

MLEXPORT ostream& std::operator<< ( ostream &  ostr,
UINT64  s 
)
template<typename intT >
ostream& std::operator<< ( ostream &  s,
const ml::TSubImageBox< intT > &  box 
) [inline]

Overload "<<" operator for stream output of SubImageBox objects.

Definition at line 292 of file mlSubImageBox.h.

template<typename DATATYPE >
ostream& std::operator<< ( ostream &  ostr,
const ml::TSubImage< DATATYPE > &  v 
) [inline]

Implement print of subimage into std::ostream.

This must be implemented in std namespace to avoid STL problems.

Definition at line 1681 of file mlTSubImage.h.

References ml::ImageVector.

template<class DT >
std::istream& std::operator>> ( std::istream &  is,
ml::Tmat2< DT > &  m 
) [inline]

Input from stream.

Definition at line 664 of file mlMatrix2.h.

template<class DT >
std::istream& std::operator>> ( std::istream &  is,
ml::Tmat4< DT > &  m 
) [inline]

Definition at line 870 of file mlMatrix4.h.

template<class DT >
std::istream& std::operator>> ( std::istream &  is,
ml::Tmat3< DT > &  m 
) [inline]

Input from stream.

Definition at line 878 of file mlMatrix3.h.

template<class DT >
std::istream& std::operator>> ( std::istream &  is,
ml::Tmat6< DT > &  m 
) [inline]

Input from stream.

Definition at line 806 of file mlMatrix6.h.

MLEXPORT istream& std::operator>> ( istream &  istr,
UINT64 &  s 
)
template<class T , size_t size, class DataContainer >
istream& std::operator>> ( istream &  is,
ml::FloatingPointVector< T, size, DataContainer > &  v 
) [inline]

Reads a vector from std::istream.

Definition at line 618 of file mlFloatingPointVector.h.

MLEXPORT istream& std::operator>> ( istream &  istr,
INT64 &  s 
)
template<class DT >
std::istream& std::operator>> ( std::istream &  is,
ml::Tmat5< DT > &  m 
) [inline]

Input from stream.

Definition at line 858 of file mlMatrix5.h.