@root classes

class DiagonalReflector

^ 
    extends { UnaryFunction, UnaryFunction } as public

the diagonal reflection class returns the diagonal reflection of the Node * RHS when it is evaluated
Source:
imgnodes.h:360
Author:
jhc7duke.edu, ag20@duke.edu
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~DiagonalReflectordestructor publicautomatically generated
DiagonalReflectorconstructor publicundocumented
DiagonalReflectorconstructor publicautomatically generated
copymethod publicundocumented
descriptionmethod public return the description of the Node
evaluatemethod public flips image diagonally
operator =operator publicautomatically generated

destructor ~DiagonalReflector

? ^  > 
automatically generated
Source:
imgnodes.h
Code:
public ~ DiagonalReflector ( )

constructor DiagonalReflector

? ^  < > 
undocumented
Source:
imgnodes.h:365
Code:
public DiagonalReflector ( Node * rhs ) : UnaryFunction ( rhs )

constructor DiagonalReflector

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

method copy

? ^  < > 
undocumented
Source:
imgnodes.h:382
Code:
public virtual Node * copy ( ) const

method description

? ^  < > 
return the description of the Node
Source:
imgnodes.h:390
Code:
public virtual string description ( ) const

method evaluate

? ^  < > 
flips image diagonally
Source:
imgnodes.h:373
Code:
public virtual dataType evaluate ( ) const

operator =

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

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