_arr | VectorN< Color4, float, 4 > | protected |
a | Color4< T > | |
b | Color4< T > | |
BaseType typedef | Color4< T > | |
baseTypeEpsilon() IMATH_NOEXCEPT | Color4< T > | inlinestatic |
baseTypeLowest() IMATH_NOEXCEPT | Color4< T > | inlinestatic |
baseTypeMax() IMATH_NOEXCEPT | Color4< T > | inlinestatic |
baseTypeSmallest() IMATH_NOEXCEPT | Color4< T > | inlinestatic |
begin() | VectorN< Color4, float, 4 > | inline |
begin() const | VectorN< Color4, float, 4 > | inline |
Color4() IMATH_NOEXCEPT | Color4< T > | inline |
Color4(T a) IMATH_NOEXCEPT | Color4< T > | inlineexplicit |
Color4(T a, T b, T c, T d) IMATH_NOEXCEPT | Color4< T > | inline |
Color4(const Color4 &v) IMATH_NOEXCEPT | Color4< T > | inline |
Color4(const Color4< S > &v) IMATH_NOEXCEPT | Color4< T > | inline |
Color4()=default | Color4< T > | |
Color4(float r, float g, float b, float a) | Color4< T > | inline |
ConstIterator typedef | VectorN< Color4, float, 4 > | |
data() | VectorN< Color4, float, 4 > | inline |
data() const | VectorN< Color4, float, 4 > | inline |
dimensions() IMATH_NOEXCEPT | Color4< T > | inlinestatic |
dot(const Color4 &rhs) const | VectorN< Color4, float, 4 > | inline |
end() | VectorN< Color4, float, 4 > | inline |
end() const | VectorN< Color4, float, 4 > | inline |
g | Color4< T > | |
getMagnitude() const | VectorN< Color4, float, 4 > | inline |
getNormalized() const | VectorN< Color4, float, 4 > | inline |
getValue(S &a, S &b, S &c, S &d) const IMATH_NOEXCEPT | Color4< T > | inline |
getValue(Color4< S > &v) const IMATH_NOEXCEPT | Color4< T > | inline |
getValue() IMATH_NOEXCEPT | Color4< T > | inline |
getValue() const IMATH_NOEXCEPT | Color4< T > | inline |
Iterator typedef | VectorN< Color4, float, 4 > | |
negate() IMATH_NOEXCEPT | Color4< T > | inline |
numElements() | VectorN< Color4, float, 4 > | inlinestatic |
operator!=(const Color4< S > &v) const IMATH_NOEXCEPT | Color4< T > | inline |
VectorN< Color4, float, 4 >::operator!=(const Color4 &rhs) const | VectorN< Color4, float, 4 > | inline |
operator*(const Color4 &v) const IMATH_NOEXCEPT | Color4< T > | inline |
operator*(T a) const IMATH_NOEXCEPT | Color4< T > | inline |
VectorN< Color4, float, 4 >::operator*(floats) const | VectorN< Color4, float, 4 > | inline |
operator*=(const Color4 &v) IMATH_NOEXCEPT | Color4< T > | inline |
operator*=(T a) IMATH_NOEXCEPT | Color4< T > | inline |
VectorN< Color4, float, 4 >::operator*=(floats) | VectorN< Color4, float, 4 > | inline |
operator+(const Color4 &v) const IMATH_NOEXCEPT | Color4< T > | inline |
operator+=(const Color4 &v) IMATH_NOEXCEPT | Color4< T > | inline |
operator-(const Color4 &v) const IMATH_NOEXCEPT | Color4< T > | inline |
operator-() const IMATH_NOEXCEPT | Color4< T > | inline |
operator-=(const Color4 &v) IMATH_NOEXCEPT | Color4< T > | inline |
operator/(const Color4 &v) const IMATH_NOEXCEPT | Color4< T > | inline |
operator/(T a) const IMATH_NOEXCEPT | Color4< T > | inline |
VectorN< Color4, float, 4 >::operator/(floats) const | VectorN< Color4, float, 4 > | inline |
operator/=(const Color4 &v) IMATH_NOEXCEPT | Color4< T > | inline |
operator/=(T a) IMATH_NOEXCEPT | Color4< T > | inline |
VectorN< Color4, float, 4 >::operator/=(floats) | VectorN< Color4, float, 4 > | inline |
operator<(const Color4 &rhs) const | VectorN< Color4, float, 4 > | inline |
operator=(const Color4 &v) IMATH_NOEXCEPT | Color4< T > | inline |
operator==(const Color4< S > &v) const IMATH_NOEXCEPT | Color4< T > | inline |
VectorN< Color4, float, 4 >::operator==(const Color4 &rhs) const | VectorN< Color4, float, 4 > | inline |
operator[](int i) IMATH_NOEXCEPT | Color4< T > | inline |
operator[](int i) const IMATH_NOEXCEPT | Color4< T > | inline |
VectorN< Color4, float, 4 >::operator[](size_t i) | VectorN< Color4, float, 4 > | inline |
VectorN< Color4, float, 4 >::operator[](size_t i) const | VectorN< Color4, float, 4 > | inline |
r | Color4< T > | |
setValue(S a, S b, S c, S d) IMATH_NOEXCEPT | Color4< T > | inline |
setValue(const Color4< S > &v) IMATH_NOEXCEPT | Color4< T > | inline |
VectorN() | VectorN< Color4, float, 4 > | inline |
VectorN(Uninit) | VectorN< Color4, float, 4 > | inlineexplicit |
VectorN(floats) | VectorN< Color4, float, 4 > | inlineexplicit |
VectorN(const std::array< float, N > &arr) | VectorN< Color4, float, 4 > | inlineexplicit |
VectorN(const vector< float > &vec) | VectorN< Color4, float, 4 > | inlineexplicit |
VectorN(const float *begin, const float *end) | VectorN< Color4, float, 4 > | inlineexplicit |
~Color4()=default | Color4< T > | |