ImageAccessor< ChannelType, 3 > Class Template Reference


Detailed Description

template<class ChannelType>
class mudbox::ImageAccessor< ChannelType, 3 >

Definition at line 2596 of file image.h.

#include <image.h>

Inheritance diagram for ImageAccessor< ChannelType, 3 >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  ImageAccessor (Image *parent)
Color  ColorAt (u_int X, u_int Y) const
  Get the value at a given coordinate.

Constructor & Destructor Documentation

ImageAccessor ( Image parent ) [inline]

Definition at line 2599 of file image.h.

                                 : ImageAccessorBase<ChannelType, 3>(parent)
    {
    }

Member Function Documentation

Color ColorAt ( u_int  X,
u_int  Y 
) const [inline]

Get the value at a given coordinate.

Definition at line 2604 of file image.h.


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