SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
ColorImage Class Reference

#include <Image.h>

Public Member Functions

 ColorImage (int xres, int yres)
 
 ~ColorImage ()
 
Color & get_pixel (int x, int y)
 
void put_pixel (int x, int y, const Color &pixel)
 
int xres () const
 
int yres () const
 

Public Attributes

Array2< Color > imagedata
 

Constructor & Destructor Documentation

ColorImage ( int  xres,
int  yres 
)
~ColorImage ( )

Member Function Documentation

Color& get_pixel ( int  x,
int  y 
)
inline
void put_pixel ( int  x,
int  y,
const Color &  pixel 
)
inline
int xres ( ) const
int yres ( ) const

Member Data Documentation

Array2<Color> imagedata

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