OpenVDB
12.0.0
|
This is the complete list of members for Vec4< T >, including all inherited members.
add(const Vec4< T0 > &v1, const Vec4< T1 > &v2) | Vec4< T > | inline |
asPointer() | Vec4< T > | inline |
asPointer() const | Vec4< T > | inline |
asV() | Tuple< 4, T > | inline |
asV() const | Tuple< 4, T > | inline |
div(T0 scalar, const Vec4< T1 > &v) | Vec4< T > | inline |
dot(const Vec4< T > &v) const | Vec4< T > | inline |
eq(const Vec4< T > &v, T eps=static_cast< T >(1.0e-8)) const | Vec4< T > | inline |
exp() | Vec4< T > | inline |
getVec3() const | Vec4< T > | inline |
init(T x=0, T y=0, T z=0, T w=0) | Vec4< T > | inline |
isFinite() const | Tuple< 4, T > | inline |
isInfinite() const | Tuple< 4, T > | inline |
isNan() const | Tuple< 4, T > | inline |
isZero() const | Tuple< 4, T > | inline |
length() const | Vec4< T > | inline |
lengthSqr() const | Vec4< T > | inline |
log() | Vec4< T > | inline |
mm | Tuple< 4, T > | protected |
normalize(T eps=static_cast< T >(1.0e-8)) | Vec4< T > | inline |
numColumns() | Vec4< T > | inlinestatic |
numElements() | Vec4< T > | inlinestatic |
numRows() | Vec4< T > | inlinestatic |
ones() | Vec4< T > | inlinestatic |
operator()(int i) | Vec4< T > | inline |
operator()(int i) const | Vec4< T > | inline |
operator*=(S scalar) | Vec4< T > | inline |
operator*=(const Vec4< S > &v1) | Vec4< T > | inline |
operator+=(S scalar) | Vec4< T > | inline |
operator+=(const Vec4< S > &v1) | Vec4< T > | inline |
operator-() const | Vec4< T > | inline |
operator-=(S scalar) | Vec4< T > | inline |
operator-=(const Vec4< S > &v1) | Vec4< T > | inline |
operator/=(S scalar) | Vec4< T > | inline |
operator/=(const Vec4< S > &v1) | Vec4< T > | inline |
operator=(const Vec4< Source > &v) | Vec4< T > | inline |
operator[](IdxT i) const | Tuple< 4, T > | inline |
operator[](IdxT i) | Tuple< 4, T > | inline |
operator[](int i) const | Tuple< 4, T > | inline |
operator[](int i) | Tuple< 4, T > | inline |
origin() | Vec4< T > | inlinestatic |
product() const | Vec4< T > | inline |
read(std::istream &is) | Tuple< 4, T > | inline |
scale(T0 scale, const Vec4< T1 > &v) | Vec4< T > | inline |
setZero() | Vec4< T > | inline |
size | Tuple< 4, T > | static |
str() const | Tuple< 4, T > | inline |
sub(const Vec4< T0 > &v1, const Vec4< T1 > &v2) | Vec4< T > | inline |
sum() const | Vec4< T > | inline |
toV(S *v) const | Tuple< 4, T > | inline |
Tuple()=default | Tuple< 4, T > | |
Tuple(Tuple< src_size, src_valtype > const &src) | Tuple< 4, T > | inlineexplicit |
unit(T eps=0) const | Vec4< T > | inline |
unit(T eps, T &len) const | Vec4< T > | inline |
unitSafe() const | Vec4< T > | inline |
value_type typedef | Vec4< T > | |
ValueType typedef | Vec4< T > | |
Vec4()=default | Vec4< T > | |
Vec4(T val) | Vec4< T > | inlineexplicit |
Vec4(T x, T y, T z, T w) | Vec4< T > | inline |
Vec4(Source *a) | Vec4< T > | inline |
Vec4(const Tuple< 4, Source > &v) | Vec4< T > | inlineexplicit |
Vec4(Other val, typename std::enable_if< std::is_arithmetic< Other >::value, Conversion >::type=Conversion{}) | Vec4< T > | inlineexplicit |
w() | Vec4< T > | inline |
w() const | Vec4< T > | inline |
write(std::ostream &os) const | Tuple< 4, T > | inline |
x() | Vec4< T > | inline |
x() const | Vec4< T > | inline |
y() | Vec4< T > | inline |
y() const | Vec4< T > | inline |
z() | Vec4< T > | inline |
z() const | Vec4< T > | inline |
zero() | Vec4< T > | inlinestatic |