ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkVariableLengthVector.h>
Definition at line 36 of file itkVariableLengthVector.h.
Related Functions | |
(Note that these are not member functions.) | |
template<typename TExpr > | |
mpl::EnableIf< mpl::IsArray < TExpr >, typename TExpr::RealValueType >::Type | 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 > | |
mpl::EnableIf< mpl::IsArray < TExpr >, typename TExpr::RealValueType >::Type | 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 1298 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 1312 of file itkVariableLengthVector.h.
|
related |
Serialization of VariableLengthVectorExpression
Definition at line 1275 of file itkVariableLengthVector.h.