#include "itkIndent.h"
#include "itkFixedArray.h"
#include "itkMatrix.h"
#include "itkSymmetricEigenAnalysis.h"
#include "itkNumericTraitsTensorPixel.h"
Go to the source code of this file.
|
| namespace | itk |
| | Hashtable class, used to implement the hashed associative containers itk_hash_set, itk_hash_map, itk_hash_multiset, and itk_hash_multimap.
|
| |
|
| 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) |
| |
| #define ITK_TEMPLATE_SymmetricSecondRankTensor |
( |
|
_, |
|
|
|
EXPORT, |
|
|
|
x, |
|
|
|
y |
|
) |
| |
Value:namespace itk { \
_(2(class EXPORT SymmetricSecondRankTensor< ITK_TEMPLATE_2 x >)) \
namespace Templates { typedef SymmetricSecondRankTensor< ITK_TEMPLATE_2 x > \
SymmetricSecondRankTensor##y; } \
}
Definition at line 210 of file itkSymmetricSecondRankTensor.h.