| @root | classes |
class Tangent | ^ |
undocumented
- Source:
- actions.h:352
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ~Tangent destructor public automatically generated Tangent constructor public undocumented Tangent 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 ~Tangent | ? ^ > |
automatically generated
- Source:
- actions.h
- Code:
public ~ Tangent ( )
constructor Tangent | ? ^ < > |
undocumented
- Source:
- actions.h:356
- Code:
public Tangent ( const Image & source ) : ImageFunction ( tan , source )
constructor Tangent | ? ^ < > |
automatically generated
- Source:
- actions.h
- Code:
public Tangent ( const Tangent & )
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 Tangent & operator = ( const Tangent & )
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.