Templates -- Meow  1.1.4
A C++ template contains kinds of interesting classes and functions
meow::RGBi Class Reference

#include "RGB.h"

Inheritance diagram for meow::RGBi:
meow::RGB< int32_t >

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 48 of file RGB.h.

Constructor & Destructor Documentation

meow::RGBi::RGBi ( )
inline

Definition at line 49 of file RGB.hpp.

meow::RGBi::RGBi ( int32_t const &  r,
int32_t const &  g,
int32_t const &  b 
)
inline

Definition at line 51 of file RGB.hpp.

meow::RGBi::RGBi ( int32_t const *  rgb)
inline

Definition at line 52 of file RGB.hpp.

meow::RGBi::~RGBi ( )
inline

Definition at line 50 of file RGB.hpp.

Member Function Documentation

int32_t meow::RGBi::bMax ( ) const
inlinevirtual

Implements meow::RGB< int32_t >.

Definition at line 58 of file RGB.hpp.

int32_t meow::RGBi::bMin ( ) const
inlinevirtual

Implements meow::RGB< int32_t >.

Definition at line 57 of file RGB.hpp.

int32_t meow::RGBi::gMax ( ) const
inlinevirtual

Implements meow::RGB< int32_t >.

Definition at line 56 of file RGB.hpp.

int32_t meow::RGBi::gMin ( ) const
inlinevirtual

Implements meow::RGB< int32_t >.

Definition at line 55 of file RGB.hpp.

int32_t meow::RGBi::rMax ( ) const
inlinevirtual

Implements meow::RGB< int32_t >.

Definition at line 54 of file RGB.hpp.

int32_t meow::RGBi::rMin ( ) const
inlinevirtual

Implements meow::RGB< int32_t >.

Definition at line 53 of file RGB.hpp.


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