Array class source file. More...
Classes | |
| class | Array |
| This class is C++ wrapper for a CPL array object. It provides a simplified interface to the INS software. More... | |
| struct | CenterGauss |
| struct | CircularAperture |
| 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 | ImageProperties |
| This class is C++ wrapper for a CPL properties list object. It provides a simplified interface that allows to call CPL routines from INS application. 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... | |
| struct | Iqe |
| 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... | |
| 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... | |
| struct | RectAperture |
| struct | Size |
| struct | SlitPos |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const Array &array) |
| std::ostream & | operator<< (std::ostream &os, const Matrix &matrix) |
Array class source file.
Recipe class source file.
Matrix class source file.
Mask class source file.
MatrixWrapper class header file.
Matrix class header file.
Mask class header file.
ImageWrapper class header file.
ImageStatistics class header file.
ImageProperty class header file.
ImageExtensions class header file.
ImageCube class header file.
Image class header file.
Error class header file.
Array class header file.
ImageStatistics class source file.
ImageProperties class source file.
ImageExtensions class source file.
ImageCube class source file.
Image class source file.
Error class source file.
| std::ostream & ifw::odp::operator<< | ( | std::ostream & | os, |
| const Array & | array ) |
| [in] | os | Output stream |
| [in] | array | Array to be dumped into the output stream. |