@root classes

class ResizeNode

^ 
    extends MultiTypeFunction as public

The resize class resizes the Node * RHS when evaluated

Source:
imgnodes.h:562
Author:
jhc7@duke.edu, ag20@duke.edu
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~ResizeNodedestructor publicautomatically generated
ResizeNodeconstructor publicundocumented
ResizeNodeconstructor publicautomatically generated
copymethod public returns a pointer to a new copy of itself
descriptionmethod publicundocumented
evaluatemethod public resizes the image
operator =operator publicautomatically generated
printToStringMultiTypeFunctionmethod public return a string of the function with its arguments
setArgsMultiTypeFunctionmethod public set the arguments of the function

destructor ~ResizeNode

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

constructor ResizeNode

? ^  < > 
undocumented
Source:
imgnodes.h:566
Code:
public ResizeNode ( Node * rhs ,
vector < float > args ) : MultiTypeFunction ( rhs ,
args )

constructor ResizeNode

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

method copy

? ^  < > 
returns a pointer to a new copy of itself
Source:
imgnodes.h:583
Code:
public virtual Node * copy ( ) const

method description

? ^  < > 
undocumented
Source:
imgnodes.h:591
Code:
public virtual string description ( ) const

method evaluate

? ^  < > 
resizes the image
Source:
imgnodes.h:575
Code:
public virtual dataType evaluate ( ) const

operator =

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

method printToString

? ^  < > 
return a string of the function with its arguments
Inherited From:
MultiTypeFunction
Source:
nodes.h:338
Code:
public virtual string printToString ( ) const

method setArgs

? ^  < > 
set the arguments of the function
Inherited From:
MultiTypeFunction
Source:
nodes.h:346
Code:
public virtual void setArgs ( vector < float > args )

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.