|
latest version v1.9 - last update 24 Nov 2005 |
|
Collaboration diagram for Storable Interface:
|
Classes | |
| class | lti::binaryStreamHandler |
| Binary stream handler. More... | |
| class | lti::ioHandler |
| Input/output handlers. More... | |
| class | lti::ioObject |
| basic input/output class for data objects More... | |
| class | lti::lispStreamHandler |
| The lispStreamHandler class offer an interface for the functor parameters and other classes to read() and write() them in a LISP-like format. More... | |
operators for complex numbers | |
| template<typename T> | |
| bool | lti::read (ioHandler &handler, complex< T > &p, const bool complete=true) |
| template<typename T> | |
| bool | lti::write (ioHandler &handler, const complex< T > &p, const bool complete=true) |
Functions | |
| template<class T, class S> | |
| bool | lti::read (ioHandler &handler, tbox< T, S > &p, const bool complete=true) |
| template<class T, class S> | |
| bool | lti::write (ioHandler &handler, const tbox< T, S > &p, const bool complete=true) |
| bool | lti::write (ioHandler &handler, const cmykColor &p, const bool complete=true) |
| template<class T> | |
| bool | lti::read (ioHandler &handler, tpoint< T > &p, const bool complete=true) |
| template<class T> | |
| bool | lti::write (ioHandler &handler, const tpoint< T > &p, const bool complete=true) |
| template<class T> | |
| bool | lti::read (ioHandler &handler, tpoint3D< T > &p, const bool complete=true) |
| template<class T> | |
| bool | lti::write (ioHandler &handler, const tpoint3D< T > &p, const bool complete=true) |
| template<class T, class S> | |
| bool | lti::read (ioHandler &handler, trectangle< T, S > &p, const bool complete=true) |
| template<class T, class S> | |
| bool | lti::write (ioHandler &handler, const trectangle< T, S > &p, const bool complete=true) |
| bool | lti::read (ioHandler &handler, rgbPixel &p, const bool complete=true) |
| bool | lti::write (ioHandler &handler, const rgbPixel &p, const bool complete=true) |
| template<class T> | |
| bool | lti::read (ioHandler &handler, trgbPixel< T > &p, const bool complete=true) |
| template<class T> | |
| bool | lti::write (ioHandler &handler, const trgbPixel< T > &p, const bool complete=true) |
| bool | lti::read (ioHandler &handler, bayerDemosaicing::eBayerMethod &data) |
| bool | lti::write (ioHandler &handler, const bayerDemosaicing::eBayerMethod &data) |
| bool | lti::read (ioHandler &handler, bayerDemosaicing::eBayerPattern &data) |
| bool | lti::write (ioHandler &handler, const bayerDemosaicing::eBayerPattern &data) |
| bool | lti::read (ioHandler &handler, chainCode &cc, const bool complete=true) |
| bool | lti::write (ioHandler &handler, const chainCode &cc, const bool complete=true) |
| bool | lti::read (ioHandler &handler, graphicsPattern &plst, const bool complete=true) |
| bool | lti::write (ioHandler &handler, const graphicsPattern &plst, const bool complete=true) |
| bool | lti::read (ioHandler &handler, eInterpolatorType &data) |
| bool | lti::write (ioHandler &handler, const eInterpolatorType &data) |
| bool | lti::read (ioHandler &handler, eKernelType &data) |
| bool | lti::write (ioHandler &handler, const eKernelType &data) |
| template<class T> | |
| bool | lti::read (ioHandler &handler, tpointList< T > &plst, const bool complete=true) |
| template<class T> | |
| bool | lti::write (ioHandler &handler, const tpointList< T > &plst, const bool complete=true) |
| bool | lti::read (ioHandler &handler, ePointSetNormalizationType &data) |
| bool | lti::write (ioHandler &handler, const ePointSetNormalizationType &data) |
| bool | lti::read (ioHandler &handler, eRobustEstimatorType &data) |
| bool | lti::write (ioHandler &handler, const eRobustEstimatorType &data) |
| bool | lti::read (ioHandler &handler, eTransformEstimatorType &data) |
| bool | lti::write (ioHandler &handler, const eTransformEstimatorType &data) |
| bool | lti::write (ioHandler &handler, const ioObject &p, const bool complete=true) |
| bool | lti::read (ioHandler &handler, ioObject &p, const bool complete=true) |
| template<class T, class U> | |
| bool | lti::read (ioHandler &handler, std::pair< T, U > &data, const bool complete=true) |
| template<class T, class U> | |
| bool | lti::write (ioHandler &handler, const std::pair< T, U > &data, const bool complete=true) |
| template<class T> | |
| bool | lti::read (ioHandler &handler, std::list< T > &data, const bool complete=true) |
| template<class T> | |
| bool | lti::write (ioHandler &handler, const std::list< T > &data, const bool complete=true) |
| template<class T> | |
| bool | lti::read (ioHandler &handler, std::vector< T > &data, const bool complete=true) |
| template<class T> | |
| bool | lti::write (ioHandler &handler, const std::vector< T > &data, const bool complete=true) |
| template<class T, class U> | |
| bool | lti::read (ioHandler &handler, std::map< T, U > &data, const bool complete=true) |
| template<class T, class U> | |
| bool | lti::write (ioHandler &handler, const std::map< T, U > &data, const bool complete=true) |
| template<class T, class U> | |
| bool | lti::read (ioHandler &handler, std::multimap< T, U > &data, const bool complete=true) |
| template<class T, class U> | |
| bool | lti::write (ioHandler &handler, const std::multimap< T, U > &data, const bool complete=true) |
| bool | lti::read (ioHandler &handler, eBoundaryType &data) |
| bool | lti::write (ioHandler &handler, const eBoundaryType &data) |
| template<class T> | |
| bool | lti::read (ioHandler &handler, tfastLine< T > &l, const bool complete=true) |
| template<class T> | |
| bool | lti::read (ioHandler &handler, thistogram< T > &hist, const bool complete=true) |
| template<class T> | |
| bool | lti::write (ioHandler &handler, const thistogram< T > &hist, const bool complete=true) |
| template<class T> | |
| bool | lti::read (ioHandler &handler, tline< T > &l, const bool complete=true) |
| template<class T> | |
| bool | lti::write (ioHandler &handler, const tline< T > &l, const bool complete=true) |
| bool | lti::write (ioHandler &handler, const viewerBase::parameters &p, const bool complete=true) |
| bool | lti::read (ioHandler &handler, viewerBase::parameters &p, const bool complete=true) |
|
||||||||||||||||
|
read the functor::parameters from the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be written or not |
|
||||||||||||||||||||
|
read the vector from the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be read |
|
||||||||||||||||||||
|
read the matrix from the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be read |
|
||||||||||||||||||||
|
read the vector from the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be read |
|
||||||||||||||||||||
|
read the vector from the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be readed |
|
||||||||||||
|
read function for eBoundaryType.
|
|
||||||||||||||||||||
|
read function for STL multimap containers Works only if the type U implements the operator=()
|
|
||||||||||||||||||||
|
read function for STL map containers Works only if the type U implements the operator=()
|
|
||||||||||||||||||||
|
read function for STL vector containers Works only if the type T implements the operator=()
|
|
||||||||||||||||||||
|
read function for STL list containers Works only if the type T implements the operator=()
|
|
||||||||||||||||||||
|
read function for STL std::pair. Works only if the types in the std::pair can be read/written with the lti::read/ltiwrite functions. |
|
||||||||||||||||
|
read
|
|
||||||||||||
|
read function for eTransformEstimatorType.
|
|
||||||||||||
|
read function for eRobustEstimatorType.
|
|
||||||||||||
|
read function for ePointSetNormalizationType.
|
|
||||||||||||||||||||
|
read the vector from the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be readed |
|
||||||||||||
|
read function for eKernelType.
|
|
||||||||||||
|
read function for eInterpolatorType.
|
|
||||||||||||||||
|
read the vector from the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be readed |
|
||||||||||||||||
|
read the matrix from the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be readed |
|
||||||||||||
|
read function for bayerDemosaicing::eBayerPattern
|
|
||||||||||||
|
read function for bayerDemosaicing::eBayerMethod
|
|
||||||||||||||||||||
|
read the vector from the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be readed |
|
||||||||||||||||
|
read the vector from the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be readed |
|
||||||||||||||||||||
|
read the vector from the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be readed |
|
||||||||||||||||||||
|
Read the vector from the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be readed |
|
||||||||||||||||||||
|
Read the vector from the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be readed |
|
||||||||||||||||||||
|
read the box from the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be readed |
|
||||||||||||||||
|
write the viewerBase::parameters in the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be written or not. |
|
||||||||||||||||||||
|
write the vector in the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be written or not |
|
||||||||||||||||||||
|
write the matrix in the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be written or not |
|
||||||||||||||||||||
|
write the vector in the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be written or not |
|
||||||||||||
|
write function for eBoundaryType.
|
|
||||||||||||||||||||
|
write function for STL multimap containers
|
|
||||||||||||||||||||
|
write function for STL map containers
|
|
||||||||||||||||||||
|
write function for STL vector containers
|
|
||||||||||||||||||||
|
write function for STL list containers
|
|
||||||||||||||||||||
|
write function for STL std::pair. Works only if the types in the std::pair can be read/written with the lti::read/ltiwrite functions. |
|
||||||||||||||||
|
write
|
|
||||||||||||
|
write function for eTransformEstimatorType.
|
|
||||||||||||
|
write function for eRobustEstimatorType.
|
|
||||||||||||
|
write function for ePointSetNormalizationType.
|
|
||||||||||||||||||||
|
write the vector in the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be written or not |
|
||||||||||||
|
write function for eKernelType.
|
|
||||||||||||
|
write function for eInterpolatorType.
|
|
||||||||||||||||
|
write the vector in the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be written or not |
|
||||||||||||||||
|
write the matrix in the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be written or not |
|
||||||||||||
|
write function for bayerDemosaicing::eBayerPattern
|
|
||||||||||||
|
write function for bayerDemosaicing::eBayerMethod
|
|
||||||||||||||||||||
|
write the vector in the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be written or not |
|
||||||||||||||||
|
write the vector in the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be written or not |
|
||||||||||||||||||||
|
write the vector in the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be written or not |
|
||||||||||||||||||||
|
Write the vector in the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be written or not |
|
||||||||||||||||||||
|
Write the vector in the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be written or not |
|
||||||||||||||||
|
write the vector in the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be written or not |
|
||||||||||||||||||||
|
write the box in the given ioHandler. The complete flag indicates if the enclosing begin and end should be also be written or not |