MIRA
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
TabularColormap Class Referenceabstract

Base class for tabular color colormaps. More...

#include <image/Colormap.h>

Inheritance diagram for TabularColormap:
Inheritance graph
[legend]

Public Types

typedef iterator const_iterator
 

Public Member Functions

 TabularColormap (const uint8 *pData, std::size_t pSize)
 Creates a new TabularColormap using the specified color table that is specified as first parameter. More...
 
virtual std::size_t size () const
 Returns the number of elements in the colormap. More...
 
virtual Color::RGB get (std::size_t idx) const
 Returns the color in the colormap at the given index. More...
 
Color::RGB operator() (std::size_t idx)
 Returns the color in the colormap at the given index. More...
 
Color::RGB operator[] (std::size_t idx)
 Returns the color in the colormap at the given index. More...
 
iterator begin ()
 Gives an iterator to the beginning of the colormap. More...
 
const_iterator begin () const
 Gives a const iterator to the beginning of the colormap. More...
 
iterator end ()
 Gives an iterator to the end of the colormap. More...
 
const_iterator end () const
 Gives an const iterator to the end of the colormap. More...
 
Class const & getClass () const
 call the virtual internalGetClass(). More...
 

Static Public Member Functions

static PseudoClass const & CLASS ()
 

Protected Member Functions

virtual Class const & internalGetClass () const =0
 

Detailed Description

Base class for tabular color colormaps.

Tabular color colormaps are discrete color colormaps, where each color is read from a predefined table that must be specified in the constructor.

Member Typedef Documentation

◆ const_iterator

typedef iterator const_iterator
inherited

Constructor & Destructor Documentation

◆ TabularColormap()

TabularColormap ( const uint8 *  pData,
std::size_t  pSize 
)
inline

Creates a new TabularColormap using the specified color table that is specified as first parameter.

The size of that color table is specified as second parameter.

Member Function Documentation

◆ size()

virtual std::size_t size ( ) const
inlinevirtual

Returns the number of elements in the colormap.

Some colormaps like ContinuousColormap can be resized dynamically.

Implements Colormap.

◆ get()

virtual Color::RGB get ( std::size_t  idx) const
inlinevirtual

Returns the color in the colormap at the given index.

Implements Colormap.

◆ operator()()

Color::RGB operator() ( std::size_t  idx)
inlineinherited

Returns the color in the colormap at the given index.

◆ operator[]()

Color::RGB operator[] ( std::size_t  idx)
inlineinherited

Returns the color in the colormap at the given index.

◆ begin() [1/2]

iterator begin ( )
inlineinherited

Gives an iterator to the beginning of the colormap.

◆ begin() [2/2]

const_iterator begin ( ) const
inlineinherited

Gives a const iterator to the beginning of the colormap.

◆ end() [1/2]

iterator end ( )
inlineinherited

Gives an iterator to the end of the colormap.

◆ end() [2/2]

const_iterator end ( ) const
inlineinherited

Gives an const iterator to the end of the colormap.

◆ getClass()

Class const& getClass ( ) const
inlineinherited

call the virtual internalGetClass().

◆ CLASS()

static PseudoClass const& CLASS ( )
inlinestaticinherited

◆ internalGetClass()

virtual Class const& internalGetClass ( ) const
protectedpure virtualinherited

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