ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Attributes | List of all members
itk::CrossHelper< TVector > Class Template Reference

#include <itkCrossHelper.h>

Detailed Description

template<typename TVector>
class itk::CrossHelper< TVector >

Definition at line 36 of file itkCrossHelper.h.

Public Types

typedef VectorType::ValueType ValueType
 
typedef TVector VectorType
 

Public Member Functions

VectorType operator() (const VectorType &iU, const VectorType &iV) const
 

Static Public Attributes

static const unsigned int Dimension = VectorType::Dimension
 

Member Typedef Documentation

template<typename TVector>
typedef VectorType::ValueType itk::CrossHelper< TVector >::ValueType

Definition at line 40 of file itkCrossHelper.h.

template<typename TVector>
typedef TVector itk::CrossHelper< TVector >::VectorType

Definition at line 39 of file itkCrossHelper.h.

Member Function Documentation

template<typename TVector>
VectorType itk::CrossHelper< TVector >::operator() ( const VectorType iU,
const VectorType iV 
) const
inline
Parameters
[in]iU
[in]iV
Returns
$ \boldsymbol{iU} \cdot \boldsymbol{iV} $

Definition at line 49 of file itkCrossHelper.h.

References itk::CrossHelper< TVector >::Dimension.

Member Data Documentation

template<typename TVector>
const unsigned int itk::CrossHelper< TVector >::Dimension = VectorType::Dimension
static

Definition at line 42 of file itkCrossHelper.h.

Referenced by itk::CrossHelper< TVector >::operator()().


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