|
AGX Dynamics 2.42.1.1
|
Go to the source code of this file.
Classes | |
| class | agx::Range< T > |
| A range object has a min and max value of a given type and provides services to tell whether a value is in that range or not. More... | |
| class | agx::RangeViolation< T > |
| This class will store a computed violation of a range. More... | |
Namespaces | |
| namespace | agx |
| The agx namespace contains the dynamics/math part of the AGX Dynamics API. | |
Typedefs | |
| typedef Range< Real > | agx::RangeReal |
| A short hand for ranges of floating point numbers. | |
| typedef Range< Real32 > | agx::RangeReal32 |
| typedef Range< UInt > | agx::RangeUInt |
| A short hand for ranges of unsigned integer numbers. | |
| typedef RangeViolation< Real > | agx::RangeViolationReal |
| typedef RangeViolation< Real32 > | agx::RangeViolationReal32 |
| typedef RangeViolation< UInt > | agx::RangeViolationUInt |
Functions | |
| template<typename T > | |
| std::ostream & | agx::operator<< (std::ostream &stream, const Range< T > &range) |