ITK  5.4.0
Insight Toolkit
Related Functions | List of all members
itk::VariableLengthVectorExpression< TExpr1, TExpr2, TBinaryOp > Struct Template Reference

#include <itkVariableLengthVector.h>

Detailed Description

template<typename TExpr1, typename TExpr2, typename TBinaryOp>
struct itk::VariableLengthVectorExpression< TExpr1, TExpr2, TBinaryOp >

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)
 

Friends And Related Function Documentation

◆ GetNorm()

template<typename TExpr >
std::enable_if_t< mpl::IsArray< TExpr >::Value, typename TExpr::RealValueType > GetNorm ( TExpr const &  v)
related

Returns vector's Euclidean Norm.

Template Parameters
TExprmust be an array
See also
mpl::IsArray<> to know the exact array types recognized as array by this traits
Examples
Examples/DataRepresentation/Image/Image4.cxx.

Definition at line 1377 of file itkVariableLengthVector.h.

◆ GetSquaredNorm()

template<typename TExpr >
std::enable_if_t< mpl::IsArray< TExpr >::Value, typename TExpr::RealValueType > GetSquaredNorm ( TExpr const &  v)
related

Returns vector's squared Euclidean Norm.

Template Parameters
TExprmust be an array
See also
mpl::IsArray<> to know the exact array types recognized as array by this traits

Definition at line 1389 of file itkVariableLengthVector.h.

◆ operator<<()

template<typename TExpr1 , typename TExpr2 , typename TBinaryOp >
std::ostream & operator<< ( std::ostream &  os,
VariableLengthVectorExpression< TExpr1, TExpr2, TBinaryOp > const &  v 
)
related

Serialization of VariableLengthVectorExpression

Definition at line 1355 of file itkVariableLengthVector.h.


The documentation for this struct was generated from the following file: