TwiceAsNice  2019-02-18
Functions
Image.cc File Reference
#include "Basda/Vino/Image.h"
#include <Nice/Util/Exception.h>
#include <Nice/App/Application.h>
#include <stdexcept>
#include <string>
#include <boost/assign/list_of.hpp>
#include <fitsio.h>
Include dependency graph for Image.cc:

Functions

void instantType ()
 
template<>
size_t Nice::HexDumpNum< Basda::RgbPixel > (char *_buffer, const Basda::RgbPixel &_v)
 Write a triple of an RGB value as a triple of comma-separated values. More...
 

Function Documentation

◆ instantType()

void instantType ( void  )

◆ Nice::HexDumpNum< Basda::RgbPixel >()

template<>
size_t Nice::HexDumpNum< Basda::RgbPixel > ( char *  _buffer,
const Basda::RgbPixel _v 
)

Write a triple of an RGB value as a triple of comma-separated values.


Parameters
[out]_bufferThe buffer into which the hex-representation of the RGB value will be printed.
[in]_vThe RGB value to be pritned.
Returns
The number of values printed into the buffer. 0 up to 3.