| Itasca C++ Interface
    | 
SymTensor eigenvalue and direction helper class. More...
#include <symtensor.h>
| Public Member Functions | |
| BASE_EXPORT | SymTensorInfo () | 
| Default constructor. | |
| BASE_EXPORT | SymTensorInfo (const SymTensorInfo &si) | 
| Copy constructor. | |
| BASE_EXPORT const SymTensorInfo & | operator= (const SymTensorInfo &si) | 
| Equality operator. | |
| BASE_EXPORT Axes3D | getAxes () const | 
| Returns eigen directions (minimum, intermediate, maximum). | |
| BASE_EXPORT SymTensor | resolve (const DVect3 &prin) const | 
| Regenerates full tensor from info + principal directions. | |
| Friends | |
| class | SymTensor | 
SymTensor eigenvalue and direction helper class.
This deliberately opaque structure represents orientation information necessary to regenerate a full symmetric tensor from eigenvalues (principal components). 
Note that the eigenvalues may change between a call to SymTensor::getEigenInfo() and SymTensorInfo::resolve().