Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
SymTensorInfo Class Reference

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 SymTensorInfooperator= (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
 

Detailed Description

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().


The documentation for this class was generated from the following files: