|
MIRA
|
Provides print() method that uses serialization to print objects. More...


Go to the source code of this file.
Namespaces | |
| mira | |
| specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Enumerations | |
| enum | PrintFormat { COMPACT_PRINT = 0, FORMATTED_PRINT, PRETTY_PRINT } |
| used in print() More... | |
Functions | |
| template<typename T > | |
| Private::TPrintHelper< T > | print (const T &value, bool prettyPrint=true) |
| Convenient function for simple output of a serializable class to a stream. More... | |
| template<typename T > | |
| Private::TPrintHelper< T > | print (const T &value, PrintFormat format, int precision=-1) |
| Convenient function for simple output of a serializable class to a stream. More... | |
Provides print() method that uses serialization to print objects.
1.8.14