Support Forum G3D Web Page |
G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License. More...
Classes | |
class | G3D::Pointer< ValueType >::IndirectValue |
class | G3D::NegativeAdapter< T > |
Negates a numeric type G3D::Pointer value. More... | |
class | G3D::NotAdapter |
Wraps a boolean Pointer with one that inverts its value. More... | |
class | G3D::PercentageAdapter< T > |
Maps a floating point fraction to a percentage G3D::Pointer value. More... | |
class | G3D::Pointer< ValueType > |
Acts like a pointer to a value of type ValueType (i.e., ValueType*), but can operate through accessor methods as well as on a value in memory. More... | |
class | G3D::PowerOfTwoAdapter< T > |
Maps an integer pointer to a power of two G3D::Pointer value. More... | |
class | G3D::SquareAdapter< T > |
Maps an integer pointer to a perfect square. More... | |
Namespaces | |
G3D | |
Functions | |
template<class T > | |
bool | G3D::isNull (const Pointer< T > &p) |
template<class T > | |
bool | G3D::notNull (const Pointer< T > &p) |
G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.