| Home :: @root | classes |
class HorizontalReflection | ^ |
********************************************************************** Represents the action of flipping the given image so it appears to be backwards from its original.
- Source:
- actions.h:161
- Author:
- Robert C. Duvall
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~HorizontalReflection destructor public automatically generated HorizontalReflection constructor public undocumented HorizontalReflection constructor public automatically generated apply ImageAction method public Apply action to produce new image from old, subclasses can override if not doing standard per-color transformation operator = operator public automatically generated
destructor ~HorizontalReflection | ? ^ > |
automatically generated
- Source:
- actions.h
- Code:
public ~ HorizontalReflection ( )
constructor HorizontalReflection | ? ^ < > |
undocumented
- Source:
- actions.h:163
- Code:
public HorizontalReflection ( const Image & source )
constructor HorizontalReflection | ? ^ < > |
automatically generated
- Source:
- actions.h
- Code:
public HorizontalReflection ( const HorizontalReflection & )
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 HorizontalReflection & operator = ( const HorizontalReflection & )
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.