ValueFunctionSS_Reed Class Reference

#include <valfunc.h>

Inheritance diagram for ValueFunctionSS_Reed:

ValueFunctionSmoothStroke ValueFunction ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 ValueFunctionSS_Reed (double newValue1y=0.0, double newValue2x=0.333, double newValue2y=1.0, double newValue3x=0.667, double newValue3y=0.5, double newValue4y=0.0)
virtual ValueFunctionClone (void)
virtual ValueFunctionSmoothStrokeCreateInstance (void)
virtual ValueFunctionID GetUniqueID (void)

Static Public Attributes

static bool bMadeTable = false

Private Member Functions

 CC_DECLARE_DYNAMIC (ValueFunctionSS_Reed)

Detailed Description

Definition at line 985 of file valfunc.h.


Constructor & Destructor Documentation

ValueFunctionSS_Reed::ValueFunctionSS_Reed double  newValue1y = 0.0,
double  newValue2x = 0.333,
double  newValue2y = 1.0,
double  newValue3x = 0.667,
double  newValue3y = 0.5,
double  newValue4y = 0.0
[inline]
 

Definition at line 990 of file valfunc.h.

00991         :   ValueFunctionSmoothStroke(newValue1y, newValue2x, newValue2y, newValue3x, newValue3y, newValue4y) { if (!bMadeTable) { MakeTable(); bMadeTable = true; } };


Member Function Documentation

ValueFunctionSS_Reed::CC_DECLARE_DYNAMIC ValueFunctionSS_Reed   )  [private]
 

virtual ValueFunction* ValueFunctionSS_Reed::Clone void   )  [inline, virtual]
 

Implements ValueFunction.

Definition at line 993 of file valfunc.h.

00993 { ValueFunction *pClone = new ValueFunctionSS_Reed(Value1y, Value2x, Value2y, Value3x, Value3y, Value4y); return(pClone); };

virtual ValueFunctionSmoothStroke* ValueFunctionSS_Reed::CreateInstance void   )  [inline, virtual]
 

Author:
Priestley (Xara Group Ltd) <camelotdev@xara.com>
Date:
10/10/2000
Returns:
NULL if it failed, else a pointer to new ValueFunctionSmoothStroke object of the same type as "this" one.

Reimplemented from ValueFunctionSmoothStroke.

Definition at line 994 of file valfunc.h.

00994 { return(new ValueFunctionSS_Reed); };

virtual ValueFunctionID ValueFunctionSS_Reed::GetUniqueID void   )  [inline, virtual]
 

Implements ValueFunction.

Definition at line 995 of file valfunc.h.

00995 { return(ValueFunctionID_SS_Reed); };


Member Data Documentation

bool ValueFunctionSS_Reed::bMadeTable = false [static]
 

Definition at line 995 of file valfunc.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 04:02:53 2007 for Camelot by  doxygen 1.4.4