@root classes

class HorizontalReflector

^ 
    extends { UnaryFunction, UnaryFunction } as public

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

Contents

^ 
EntityInherited FromTypeScopeShort Description
~HorizontalReflectordestructor publicautomatically generated
HorizontalReflectorconstructor publicundocumented
HorizontalReflectorconstructor publicautomatically generated
copymethod publicundocumented
descriptionmethod public return the description of the Node
evaluatemethod public flips image horizontally
operator =operator publicautomatically generated

destructor ~HorizontalReflector

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

constructor HorizontalReflector

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

constructor HorizontalReflector

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

method copy

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

method description

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

method evaluate

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

operator =

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

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