@root classes

class Stripes

^ 
    extends ImageAction as public

********************************************************************** Represents the action of creating a series of black and white stripes of the given width and direction.

Note, original image is detroyed.

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

Contents

^ 
EntityInherited FromTypeScopeShort Description
~Stripesdestructor publicautomatically generated
Stripesconstructor publicundocumented
Stripesconstructor 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 ~Stripes

? ^  > 
automatically generated
Source:
actions.h
Code:
public ~ Stripes ( )

constructor Stripes

? ^  < > 
undocumented
Source:
actions.h:269
Code:
public Stripes ( const Image & source ,
unsigned int stripeWidth ,
int xDir ,
int yDir )

constructor Stripes

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

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 Stripes & operator = ( const Stripes & )

Created Sun Oct 6 20:56:55 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.