Support Forum       G3D Web Page     
Classes | Namespaces | Macros
Map2D.h File Reference

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::_internal::_GetComputeType< Storage >
 The default compute type for a type is the type itself. More...
 
class  G3D::_internal::_GetComputeType< Color3 >
 
class  G3D::_internal::_GetComputeType< Color3unorm8 >
 
class  G3D::_internal::_GetComputeType< Color4 >
 
class  G3D::_internal::_GetComputeType< Color4unorm8 >
 
class  G3D::_internal::_GetComputeType< float32 >
 
class  G3D::_internal::_GetComputeType< float64 >
 
class  G3D::_internal::_GetComputeType< int16 >
 
class  G3D::_internal::_GetComputeType< int32 >
 
class  G3D::_internal::_GetComputeType< int64 >
 
class  G3D::_internal::_GetComputeType< int8 >
 
class  G3D::_internal::_GetComputeType< uint16 >
 
class  G3D::_internal::_GetComputeType< uint32 >
 
class  G3D::_internal::_GetComputeType< uint64 >
 
class  G3D::_internal::_GetComputeType< uint8 >
 
class  G3D::_internal::_GetComputeType< Vector2 >
 
class  G3D::_internal::_GetComputeType< Vector2int16 >
 
class  G3D::_internal::_GetComputeType< Vector3 >
 
class  G3D::_internal::_GetComputeType< Vector3int16 >
 
class  G3D::_internal::_GetComputeType< Vector4 >
 
class  G3D::Map2D< Storage, Compute >
 Map of values across a discrete 2D plane. More...
 

Namespaces

 G3D
 
 G3D::_internal
 

Macros

#define DECLARE_COMPUTE_TYPE(StorageType, ComputeType)
 

Detailed Description

G3D Innovation Engine http://casual-effects.com/g3d Copyright 2000-2019, Morgan McGuire All rights reserved Available under the BSD License.

Macro Definition Documentation

◆ DECLARE_COMPUTE_TYPE

#define DECLARE_COMPUTE_TYPE (   StorageType,
  ComputeType 
)
Value:
namespace G3D { \
namespace _internal { \
template<> class _GetComputeType < StorageType > { \
public: \
typedef ComputeType Type; \
}; \
} \
}
Definition: AABox.h:20

documentation generated on Wed Nov 24 2021 08:01:51 using doxygen 1.8.15