Go to the source code of this file.
Namespaces | |
namespace | itk |
Classes | |
class | itk::SymmetricSecondRankTensor< TComponent, NDimension > |
Represent a symmetric tensor of second rank. More... | |
Typedefs | |
typedef std::istream | itk::InputStreamType |
typedef std::ostream | itk::OutputStreamType |
Functions | |
template<typename TValueType, unsigned int VLength> | |
SymmetricSecondRankTensor< TValueType, VLength > | itk::operator * (double d, const SymmetricSecondRankTensor< TValueType, VLength > &f) |
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) |