Templates -- Meow  1.1.4
A C++ template which is unable and also not allowed to compile to obj-file first.
meow::RGBf Class Reference

#include "RGB.h"

Inheritance diagram for meow::RGBf:
meow::RGB< double >

Public Member Functions

 RGBf ()
 
 RGBf (double const &r, double const &g, double const &b)
 
 RGBf (double const *rgb)
 
 ~RGBf ()
 
double rMin () const
 
double rMax () const
 
double gMin () const
 
double gMax () const
 
double bMin () const
 
double bMax () const
 
- Public Member Functions inherited from meow::RGB< double >
virtual ~RGB ()
 
double r () const
 
double r (doubleconst &val)
 
double g () const
 
double g (doubleconst &val)
 
double b () const
 
double b (doubleconst &val)
 
double rgb (size_t i) const
 
double rgb (size_t i, doubleconst &val)
 
double bgr (size_t i) const
 
double bgr (size_t i, doubleconst &val)
 

Additional Inherited Members

- Protected Member Functions inherited from meow::RGB< double >
 RGB ()
 
 RGB (doubleconst &r, doubleconst &g, doubleconst &b)
 
 RGB (doubleconst *rgb)
 
- Protected Attributes inherited from meow::RGB< double >
double rgb_ [3]
 

Detailed Description

Definition at line 34 of file RGB.h.

Constructor & Destructor Documentation

meow::RGBf::RGBf ( )
inline

Definition at line 35 of file RGB.hpp.

meow::RGBf::RGBf ( double const &  r,
double const &  g,
double const &  b 
)
inline

Definition at line 37 of file RGB.hpp.

meow::RGBf::RGBf ( double const *  rgb)
inline

Definition at line 38 of file RGB.hpp.

meow::RGBf::~RGBf ( )
inline

Definition at line 36 of file RGB.hpp.

Member Function Documentation

double meow::RGBf::bMax ( ) const
inlinevirtual

Implements meow::RGB< double >.

Definition at line 44 of file RGB.hpp.

double meow::RGBf::bMin ( ) const
inlinevirtual

Implements meow::RGB< double >.

Definition at line 43 of file RGB.hpp.

double meow::RGBf::gMax ( ) const
inlinevirtual

Implements meow::RGB< double >.

Definition at line 42 of file RGB.hpp.

double meow::RGBf::gMin ( ) const
inlinevirtual

Implements meow::RGB< double >.

Definition at line 41 of file RGB.hpp.

double meow::RGBf::rMax ( ) const
inlinevirtual

Implements meow::RGB< double >.

Definition at line 40 of file RGB.hpp.

double meow::RGBf::rMin ( ) const
inlinevirtual

Implements meow::RGB< double >.

Definition at line 39 of file RGB.hpp.


The documentation for this class was generated from the following files: