Main Page | Class Hierarchy | Class List | Directories | Class Members

Predict_Float Class Reference

Inheritance diagram for Predict_Float:

Inheritance graph
[legend]
Collaboration diagram for Predict_Float:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Predict_Float (memberVariable)
 SetError (float value)
 SetMinError (float value)
 SetMaxError (float value)
 SetMinDistance (float value)
 SetMaxDistance (float value)
 SetInterpolationFilter (float value)
 Quadratic ()
 Linear ()

Detailed Description

This datablock type handles changes for member variables that contain float data type that do need to have prediction and extrapolation. See the ReplicaNet documentation for more details of this datablock type.


Constructor & Destructor Documentation

Predict_Float::Predict_Float memberVariable   ) 
 

Use this keyword to define a member variable that is to be used. For example:

		Predict_Float mAFloatMemberVariable
		{
			SetMinError(1.0f);
		}
		


Member Function Documentation

Predict_Float::Linear  ) 
 

Enable linear distance based extrapolation

Predict_Float::Quadratic  ) 
 

Enable quadratic distance based extrapolation

Predict_Float::SetError float  value  ) 
 

Use this keyword to set the minimum and maximum error used by the data block.

Predict_Float::SetInterpolationFilter float  value  ) 
 

Use this keyword to set the interpolation filter used by the data block.

Predict_Float::SetMaxDistance float  value  ) 
 

Use this keyword to set the maximum distance used by the data block.

Predict_Float::SetMaxError float  value  ) 
 

Use this keyword to set the maximum error used by the data block.

Predict_Float::SetMinDistance float  value  ) 
 

Use this keyword to set the minimum distance used by the data block.

Predict_Float::SetMinError float  value  ) 
 

Use this keyword to set the minimum error used by the data block.


The documentation for this class was generated from the following file:
Generated on Sun Oct 30 01:12:40 2005 for ROLCompiler by  doxygen 1.4.1