ifw-odp  2.0.0-alpha
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
odp Namespace Reference

Classes

class  Array
 This class is C++ wrapper for a CPL array object. It provides a simplified interface to the INS software. More...
 
class  Error
 This class handle the errors produced by the calling of image processing routines. More...
 
class  Image
 This class is C++ wrapper for a CPL image object. It provides a simplified interface that allows to call CPL routines from from INS applications. More...
 
class  ImageCube
 This class is C++ wrapper for a CPL image list object. It provides a simplified interface that allows to call CPL routines from INS applications. Normally a image list can be used to handle FITS cubes. When a FITS cube is loaded, each plane of the FITS cube will be an element of the image list. The total number of planes can be obtained with the method GetSize(). More...
 
class  ImageExtensions
 This class is interface for a CPL image extensions functions. It provides a simplified interface that allows to call CPL routines INS applications. More...
 
class  ImageStatistics
 This class is interface for a CPL image statistics functions. It provides a simplified interface that allows to call CPL routines from INS applications. More...
 
class  ImageWrapper
 This is the base class that provides the interface to wrap images from shared memory areas. Currently it provides the only method which is common for its children classes. More...
 
class  Mask
 This class is C++ wrapper for a CPL mask object. It provides a simplified interface that allows to call CPL routines from INS applications. More...
 
class  Matrix
 This class is C++ wrapper for a CPL matrix object. It provides a simplified interface that allows to call CPL routines from INS applications. More...
 
class  MatrixWrapper
 This class extends the odp::Matrix class adding the constructor to create the CPL matrix from a buffer data of type double. More...
 
struct  Iqe
 
struct  CenterGauss
 
struct  SlitPos
 
struct  Size
 
struct  RectAperture
 
struct  CircularAperture
 
class  Recipe
 This class is C++ wrapper for a CPL and CLIPM recipes. It provides a simplified interface that allows to call CPL routines from INS applications. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const Array &array)
 
std::ostream & operator<< (std::ostream &os, const Matrix &matrix)
 

Function Documentation

std::ostream& odp::operator<< ( std::ostream &  os,
const Array &  array 
)
Parameters
[in]osOutput stream
[in]arrayArray to be dumped into the output stream.
Returns
Reference to the output stream
std::ostream& odp::operator<< ( std::ostream &  os,
const Matrix &  matrix 
)
Parameters
[in]osOutput stream
[in]matrixMatrix to be dumped into the output stream.
Returns
Reference to the output stream