ITK
5.2.0
Insight Toolkit
|
#include <itkVariableLengthVector.h>
Related Functions | |
(Note that these are not member functions.) | |
template<typename TExpr1 , typename TExpr2 , typename TBinaryOp > | |
std::ostream & | operator<< (std::ostream &os, VariableLengthVectorExpression< TExpr1, TExpr2, TBinaryOp > const &v) |
template<typename TExpr > | |
mpl::EnableIf< mpl::IsArray< TExpr >, typename TExpr::RealValueType >::Type | GetNorm (TExpr const &v) |
template<typename TExpr > | |
mpl::EnableIf< mpl::IsArray< TExpr >, typename TExpr::RealValueType >::Type | GetSquaredNorm (TExpr const &v) |
Definition at line 36 of file itkVariableLengthVector.h.
|
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 1380 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 1392 of file itkVariableLengthVector.h.
|
related |
Serialization of VariableLengthVectorExpression
Definition at line 1358 of file itkVariableLengthVector.h.