Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts
Public Types | Public Member Functions | Static Public Attributes

itk::CrossHelper< TVector > Class Template Reference

#include <itkCrossHelper.h>

List of all members.

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

Detailed Description

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

Definition at line 34 of file itkCrossHelper.h.


Member Typedef Documentation

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

Definition at line 38 of file itkCrossHelper.h.

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

Definition at line 37 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 47 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 40 of file itkCrossHelper.h.

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


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

Generated at Mon Jul 12 2010 21:49:28 for ITK by doxygen 1.7.1 written by Dimitri van Heesch, © 1997-2000