Go to the source code of this file.
Namespaces | |
| namespace | itk |
Typedefs | |
| typedef std::istream | InputStreamType |
| typedef std::ostream | OutputStreamType |
Functions | |
| template<typename TValueType, unsigned int VLength> | |
| SymmetricSecondRankTensor< TValueType, VLength > | operator * (double d, const SymmetricSecondRankTensor< TValueType, VLength > &f) |
| 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) |
|
|
Definition at line 179 of file itkSymmetricSecondRankTensor.h. |
|
|
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. |
|
||||||||||||||||
|
Definition at line 190 of file itkSymmetricSecondRankTensor.h. References itk::d. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
1.4.2 written by Dimitri van Heesch,
© 1997-2000