#include "itkIndent.h"
#include "itkFixedArray.h"
#include "itkMatrix.h"
#include "itkSymmetricEigenAnalysis.h"
#include "itkNumericTraitsTensorPixel.h"
#include "itkSymmetricSecondRankTensor.hxx"
Go to the source code of this file.
|
template<typename TComponent , unsigned int NDimension> |
ITK_EXPORT OutputStreamType & | itk::operator<< (OutputStreamType &os, const SymmetricSecondRankTensor< TComponent, NDimension > &c) |
|
template<typename TComponent , unsigned int NDimension> |
ITK_EXPORT InputStreamType & | itk::operator>> (InputStreamType &is, SymmetricSecondRankTensor< TComponent, NDimension > &c) |
|