Home :: @root classes

class ColorFunction

^ 
    extends UFunction as public

undocumented
Source:
function.h:256
Author:
unascribed
Version:
unknown

Contents

^ 
EntityInherited FromTypeScopeShort Description
~ColorFunctiondestructor publicautomatically generated
ColorFunctionconstructor publicundocumented
ColorFunctionconstructor publicautomatically generated
Color3fmethod publicundocumented
ColorStrmethod publicundocumented
displayImageFunctionmethod publicundocumented
Functmethod publicundocumented
operator =operator publicautomatically generated
saveImageFunctionmethod publicundocumented
workFunctionmethod publicundocumented

destructor ~ColorFunction

? ^  > 
automatically generated
Source:
function.h
Code:
public ~ ColorFunction ( )

constructor ColorFunction

? ^  < > 
undocumented
Source:
function.h:260
Code:
public ColorFunction ( ) : UFunction ( "color" )

constructor ColorFunction

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

method Color3f

? ^  < > 
undocumented
Source:
function.h:283
Code:
public virtual imagetype Color3f ( Node * arg1 ,
Node * arg2 ,
Node * arg3 )

method ColorStr

? ^  < > 
undocumented
Source:
function.h:289
Code:
public virtual imagetype ColorStr ( string Hexid )

method displayImage

? ^  < > 
undocumented
Inherited From:
Function
Source:
function.h:43
Code:
public virtual void displayImage ( imagetype & image )

method Funct

? ^  < > 
undocumented
Source:
function.h:269
Code:
public virtual imagetype Funct ( Node * myNode ,
map < string ,
Worker * > workers )

operator =

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

method saveImage

? ^  < > 
undocumented
Inherited From:
Function
Source:
function.h:24
Code:
public virtual void saveImage ( imagetype & image ,
ofstream & output )

method work

? ^  < > 
undocumented
Inherited From:
Function
Source:
function.h:52
Code:
public virtual void work ( Node * myNode ,
vector < map < string ,
Worker * > > & myMaps )

Created Thu Oct 10 01:13:43 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.