OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Tests.Common.VectorToleranceConstraint Class Reference
Inheritance diagram for OpenSim.Tests.Common.VectorToleranceConstraint:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Tests.Common.VectorToleranceConstraint:
Collaboration graph
[legend]

Public Member Functions

 VectorToleranceConstraint (Vector3 baseValue, double tolerance)
 
override bool Matches (object valueToBeTested)
 
override void WriteDescriptionTo (MessageWriter writer)
 
override void WriteActualValueTo (MessageWriter writer)
 
- Public Member Functions inherited from OpenSim.Tests.Common.ANumericalToleranceConstraint
 ANumericalToleranceConstraint (double tolerance)
 

Additional Inherited Members

- Protected Member Functions inherited from OpenSim.Tests.Common.ANumericalToleranceConstraint
bool IsWithinDoubleConstraint (double doubleValue, double baseValue)
 
- Protected Attributes inherited from OpenSim.Tests.Common.ANumericalToleranceConstraint
double _tolerance
 

Detailed Description

Definition at line 35 of file VectorToleranceConstraint.cs.

Constructor & Destructor Documentation

OpenSim.Tests.Common.VectorToleranceConstraint.VectorToleranceConstraint ( Vector3  baseValue,
double  tolerance 
)
inline

summary> Test whether the constraint is satisfied by a given value /summary> param name="valueToBeTested">The value to be tested

returns> True for success, false for failure /returns>

Definition at line 40 of file VectorToleranceConstraint.cs.

Member Function Documentation

override bool OpenSim.Tests.Common.VectorToleranceConstraint.Matches ( object  valueToBeTested)
inline

Definition at line 52 of file VectorToleranceConstraint.cs.

override void OpenSim.Tests.Common.VectorToleranceConstraint.WriteActualValueTo ( MessageWriter  writer)
inline

Definition at line 76 of file VectorToleranceConstraint.cs.

override void OpenSim.Tests.Common.VectorToleranceConstraint.WriteDescriptionTo ( MessageWriter  writer)
inline

Definition at line 70 of file VectorToleranceConstraint.cs.


The documentation for this class was generated from the following file: