| Home :: @root | classes |
class ArcTangent | ^ |
undocumented
- Source:
- actions.h:360
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~ArcTangent destructor public automatically generated ArcTangent constructor public undocumented ArcTangent 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 ~ArcTangent | ? ^ > |
automatically generated
- Source:
- actions.h
- Code:
public ~ ArcTangent ( )
constructor ArcTangent | ? ^ < > |
undocumented
- Source:
- actions.h:364
- Code:
public ArcTangent ( const Image & source ) : ImageFunction ( atan , source )
constructor ArcTangent | ? ^ < > |
automatically generated
- Source:
- actions.h
- Code:
public ArcTangent ( const ArcTangent & )
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 ArcTangent & operator = ( const ArcTangent & )
Created Thu Oct 10 01:13:39 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.