ValueFunctionSS_Comet Class Reference

#include <valfunc.h>

Inheritance diagram for ValueFunctionSS_Comet:

ValueFunctionSmoothStroke ValueFunction ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 ValueFunctionSS_Comet (double newValue1y=0.1, double newValue2x=0.05, double newValue2y=1.6, double newValue3x=0.15, double newValue3y=0.2, double newValue4y=0.05)
virtual ValueFunctionClone (void)
virtual ValueFunctionSmoothStrokeCreateInstance (void)
virtual ValueFunctionID GetUniqueID (void)

Static Public Attributes

static bool bMadeTable = false

Private Member Functions

 CC_DECLARE_DYNAMIC (ValueFunctionSS_Comet)

Detailed Description

Definition at line 1028 of file valfunc.h.


Constructor & Destructor Documentation

ValueFunctionSS_Comet::ValueFunctionSS_Comet double  newValue1y = 0.1,
double  newValue2x = 0.05,
double  newValue2y = 1.6,
double  newValue3x = 0.15,
double  newValue3y = 0.2,
double  newValue4y = 0.05
[inline]
 

Definition at line 1033 of file valfunc.h.

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


Member Function Documentation

ValueFunctionSS_Comet::CC_DECLARE_DYNAMIC ValueFunctionSS_Comet   )  [private]
 

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

Implements ValueFunction.

Definition at line 1036 of file valfunc.h.

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

virtual ValueFunctionSmoothStroke* ValueFunctionSS_Comet::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 1037 of file valfunc.h.

01037 { return(new ValueFunctionSS_Comet); };

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

Implements ValueFunction.

Definition at line 1038 of file valfunc.h.

01038 { return(ValueFunctionID_SS_Comet); };


Member Data Documentation

bool ValueFunctionSS_Comet::bMadeTable = false [static]
 

Definition at line 1038 of file valfunc.h.


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