ITK
6.0.0
Insight Toolkit
|
#include <itkVariableLengthVector.h>
Definition at line 34 of file itkVariableLengthVector.h.
Related Functions | |
(Note that these are not member functions.) | |
template<typename TExpr > | |
std::enable_if_t< mpl::IsArray< TExpr >::Value, typename TExpr::RealValueType > | GetNorm (TExpr const &v) |
template<typename TExpr1 , typename TExpr2 , typename TBinaryOp > | |
std::ostream & | operator<< (std::ostream &os, VariableLengthVectorExpression< TExpr1, TExpr2, TBinaryOp > const &v) |
template<typename TExpr > | |
std::enable_if_t< mpl::IsArray< TExpr >::Value, typename TExpr::RealValueType > | GetSquaredNorm (TExpr const &v) |
|
related |
Returns vector's Euclidean Norm.
TExpr | must be an array |
mpl::IsArray<>
to know the exact array types recognized as array by this traits Definition at line 1372 of file itkVariableLengthVector.h.
|
related |
Returns vector's squared Euclidean Norm.
TExpr | must be an array |
mpl::IsArray<>
to know the exact array types recognized as array by this traits Definition at line 1384 of file itkVariableLengthVector.h.
|
related |
Serialization of VariableLengthVectorExpression
Definition at line 1350 of file itkVariableLengthVector.h.