| apply(const Functor &_func) const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| begin() noexcept (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| begin() const noexcept (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| cbegin() const noexcept (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| cend() const noexcept (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| const_iterator typedef (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | |
| const_reverse_iterator typedef (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | |
| container typedef (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | private |
| crbegin() const noexcept (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| crend() const noexcept (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| data() | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| data() const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| dim() | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inlinestatic |
| end() noexcept (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| end() const noexcept (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| homogenized() const -> typename std::enable_if< D==4, VectorT< decltype(std::declval< S >()/std::declval< S >()), DIM >>::type | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| iterator typedef (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | |
| l1_norm() const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| l8_norm() const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| length() const -> decltype(std::declval< VectorT< S, DIM >>().norm()) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| max() const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| max(const vector_type &_rhs) const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| max_abs() const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| maximize(const vector_type &_rhs) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| maximized(const vector_type &_rhs) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| mean() const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| mean_abs() const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| min() const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| min(const vector_type &_rhs) const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| min_abs() const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| minimize(const vector_type &_rhs) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| minimized(const vector_type &_rhs) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| norm() const -> decltype(std::sqrt(std::declval< VectorT< S, DIM >>().sqrnorm())) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| normalize() -> decltype(*this/=std::declval< VectorT< S, DIM >>().norm()) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| normalize_cond() | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| normalized() const -> decltype(*this/std::declval< VectorT< S, DIM >>().norm()) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| operator!=(const vector_type &_rhs) const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| operator%(const VectorT< OtherScalar, DIM > &_rhs) const -> typename std::enable_if< DIM==3, VectorT< decltype(this->values_[0] *_rhs[0] - this->values_[0] *_rhs[0]), DIM >>::type | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| operator*(const OtherScalar &_s) const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| operator*(const VectorT< OtherScalar, DIM > &_rhs) const -> typename std::enable_if< sizeof(decltype(this->values_[0] **_rhs.data())) >=0 | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | pure virtual |
| operator*=(const OtherScalar &_s) -> typename std::enable_if< std::is_convertible< decltype(this->values_[0] *_s), Scalar >::value, VectorT< Scalar, DIM > &>::type | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| operator*=(const VectorT< OtherScalar, DIM > &_rhs) -> typename std::enable_if< sizeof(decltype(this->values_[0] **_rhs.data())) >=0 | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | pure virtual |
| operator+(const VectorT< OtherScalar, DIM > &_rhs) const -> typename std::enable_if< sizeof(decltype(this->values_[0]+ *_rhs.data())) >=0 | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | pure virtual |
| operator+=(const VectorT< OtherScalar, DIM > &_rhs) -> typename std::enable_if< sizeof(decltype(this->values_[0]+ *_rhs.data())) >=0 | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | pure virtual |
| operator-(const VectorT< OtherScalar, DIM > &_rhs) const -> typename std::enable_if< sizeof(decltype(this->values_[0] - *_rhs.data())) >=0 | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | pure virtual |
| operator-(void) const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| operator-=(const VectorT< OtherScalar, DIM > &_rhs) -> typename std::enable_if< sizeof(decltype(this->values_[0] - *_rhs.data())) >=0 | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | pure virtual |
| operator/(const OtherScalar &_s) const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| operator/(const VectorT< OtherScalar, DIM > &_rhs) const -> typename std::enable_if< sizeof(decltype(this->values_[0]/*_rhs.data())) >=0 | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | pure virtual |
| operator/=(const OtherScalar &_s) -> typename std::enable_if< std::is_convertible< decltype(this->values_[0]/_s), Scalar >::value, VectorT< Scalar, DIM > &>::type | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| operator/=(const VectorT< OtherScalar, DIM > &_rhs) -> typename std::enable_if< sizeof(decltype(this->values_[0]/*_rhs.data())) >=0 | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | pure virtual |
| operator<(const vector_type &_rhs) const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| operator=(const VectorT &rhs)=default (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | |
| operator=(VectorT &&rhs)=default (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | |
| operator=(const VectorT< OtherScalar, DIM > &_rhs) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| operator==(const vector_type &_rhs) const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| operator[](size_t _i) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| operator[](size_t _i) const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| operator|(const VectorT< OtherScalar, DIM > &_rhs) const -> decltype(*this->data() **_rhs.data()) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| rbegin() noexcept (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| rbegin() const noexcept (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| rend() noexcept (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| rend() const noexcept (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| reverse_iterator typedef (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | |
| size() | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inlinestatic |
| size_ (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | static |
| sqrnorm() const | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| swap(VectorT &_other) noexcept(noexcept(std::swap(values_, _other.values_))) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| value_type typedef | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | |
| values_ (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | private |
| vector_type typedef | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | |
| vectorize(const Scalar &_s) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| vectorized(const Scalar &_s) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inlinestatic |
| VectorT() | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| VectorT(const Scalar &v) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inlineexplicit |
| VectorT(T... vs) (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inline |
| VectorT(const VectorT &rhs)=default (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | |
| VectorT(VectorT &&rhs)=default (defined in OpenVolumeMesh::Geometry::VectorT< Scalar, DIM >) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | |
| VectorT(Iterator it) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inlineexplicit |
| VectorT(const VectorT< otherScalarType, DIM > &_rhs) | OpenVolumeMesh::Geometry::VectorT< Scalar, DIM > | inlineexplicit |