Home :: @root classes

class ImageFunction

^ 
    extends ImageAction as public

********************************************************************** Represents the action of applying the given function to each pixel in the given image.

Source:
actions.h:308
Author:
Robert C. Duvall
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~ImageFunctiondestructor publicundocumented
ImageFunctionconstructor publicundocumented
ImageFunctionconstructor publicautomatically generated
applyImageActionmethod public Apply action to produce new image from old, subclasses can override if not doing standard per-color transformation
operator =operator publicautomatically generated

destructor ~ImageFunction

? ^  > 
undocumented
Source:
actions.h:312
Code:
public virtual ~ ImageFunction ( )

constructor ImageFunction

? ^  < > 
undocumented
Source:
actions.h:311
Code:
public ImageFunction ( const FreeUnaryFunctor < double >::FunctionPtr & function ,
const Image & source )

constructor ImageFunction

? ^  < > 
automatically generated
Source:
actions.h
Code:
public ImageFunction ( const ImageFunction & )

method apply

? ^  < > 
Apply action to produce new image from old, subclasses can override if not doing standard per-color transformation
Inherited From:
ImageAction
Source:
actions.h:45
Code:
public virtual Image apply ( )

operator =

? ^  < > 
automatically generated
Source:
actions.h
Code:
public ImageFunction & operator = ( const ImageFunction & )

Created Thu Oct 10 01:13:38 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_suncc_solaris-2.8.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.