Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itkSymmetricSecondRankTensor.h File Reference

Go to the source code of this file.

Namespaces

namespace  itk

Typedefs

typedef std::ostream OutputStreamType
typedef std::istream InputStreamType

Functions

template<typename TComponent, unsigned int NDimension>
ITK_EXPORT OutputStreamTypeoperator<< (OutputStreamType &os, const SymmetricSecondRankTensor< TComponent, NDimension > &c)
template<typename TComponent, unsigned int NDimension>
ITK_EXPORT InputStreamTypeoperator>> (InputStreamType &is, SymmetricSecondRankTensor< TComponent, NDimension > &c)
template<typename TValueType, unsigned int VLength>
SymmetricSecondRankTensor<
TValueType, VLength > 
operator * (double d, const SymmetricSecondRankTensor< TValueType, VLength > &f)


Typedef Documentation

typedef std::istream itk::InputStreamType
 

Definition at line 179 of file itkSymmetricSecondRankTensor.h.

typedef std::ostream itk::OutputStreamType
 

This extra typedef is necessary for preventing an Internal Compiler Error in Microsoft Visual C++ 6.0. This typedef is not needed for any other compiler.

Definition at line 178 of file itkSymmetricSecondRankTensor.h.


Function Documentation

template<typename TValueType, unsigned int VLength>
SymmetricSecondRankTensor< TValueType, VLength> operator * double  d,
const SymmetricSecondRankTensor< TValueType, VLength > &  f
[inline]
 

Definition at line 190 of file itkSymmetricSecondRankTensor.h.

template<typename TComponent, unsigned int NDimension>
ITK_EXPORT OutputStreamType& operator<< OutputStreamType os,
const SymmetricSecondRankTensor< TComponent, NDimension > &  c
 

template<typename TComponent, unsigned int NDimension>
ITK_EXPORT InputStreamType& operator>> InputStreamType is,
SymmetricSecondRankTensor< TComponent, NDimension > &  c
 


Generated at Tue Aug 30 16:47:06 2005 for ITK by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2000