Flow Visualisation
glm::detail::_swizzle_base2< ValueType, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS > Struct Template Reference

#include <_swizzle.hpp>

Inheritance diagram for glm::detail::_swizzle_base2< ValueType, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >:
Collaboration diagram for glm::detail::_swizzle_base2< ValueType, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >:

Public Types

typedef VecType vec_type
 
typedef ValueType value_type
 
- Public Types inherited from glm::detail::_swizzle_base0< ValueType, N >
typedef ValueType value_type
 

Public Member Functions

_swizzle_base2operator= (const ValueType &t)
 
_swizzle_base2operator= (const VecType &that)
 
void operator-= (const VecType &that)
 
void operator+= (const VecType &that)
 
void operator*= (const VecType &that)
 
void operator/= (const VecType &that)
 
value_typeoperator[] (size_t i)
 
value_type operator[] (size_t i) const
 

Protected Member Functions

template<typename T >
void _apply_op (const VecType &that, T op)
 
- Protected Member Functions inherited from glm::detail::_swizzle_base0< ValueType, N >
value_typeelem (size_t i)
 
const value_typeelem (size_t i) const
 

Additional Inherited Members

- Protected Attributes inherited from glm::detail::_swizzle_base0< ValueType, N >
char _buffer [1]
 

Member Typedef Documentation

template<typename ValueType, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
typedef ValueType glm::detail::_swizzle_base2< ValueType, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::value_type
template<typename ValueType, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
typedef VecType glm::detail::_swizzle_base2< ValueType, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::vec_type

Member Function Documentation

template<typename ValueType, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
template<typename T >
void glm::detail::_swizzle_base2< ValueType, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::_apply_op ( const VecType &  that,
T  op 
)
inlineprotected
template<typename ValueType, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
void glm::detail::_swizzle_base2< ValueType, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator*= ( const VecType &  that)
inline
template<typename ValueType, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
void glm::detail::_swizzle_base2< ValueType, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator+= ( const VecType &  that)
inline
template<typename ValueType, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
void glm::detail::_swizzle_base2< ValueType, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator-= ( const VecType &  that)
inline
template<typename ValueType, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
void glm::detail::_swizzle_base2< ValueType, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator/= ( const VecType &  that)
inline
template<typename ValueType, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
_swizzle_base2& glm::detail::_swizzle_base2< ValueType, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator= ( const ValueType &  t)
inline
template<typename ValueType, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
_swizzle_base2& glm::detail::_swizzle_base2< ValueType, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator= ( const VecType &  that)
inline
template<typename ValueType, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
value_type& glm::detail::_swizzle_base2< ValueType, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator[] ( size_t  i)
inline
template<typename ValueType, typename VecType, int N, int E0, int E1, int E2, int E3, int DUPLICATE_ELEMENTS>
value_type glm::detail::_swizzle_base2< ValueType, VecType, N, E0, E1, E2, E3, DUPLICATE_ELEMENTS >::operator[] ( size_t  i) const
inline

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