|  | aimsdata
    5.1.2
    Neuroimaging data handling | 
#include <aims/math/dtitensor.h>

| Public Types | |
| enum | { CORRECTED_N26 = 0 , CORRECTED_TC , NO_PROBLEM , PROBLEM , NOT_POSITIVE_MATRIX , BAD_EIGENSYSTEM } | 
| Public Member Functions | |
| DtiTensor () | |
| DtiTensor (const Trieder &trieder, const Point3df &eigenvalue) | |
| DtiTensor (const AimsVector< float, 6 > &coef) | |
| DtiTensor (const Tensor &other) | |
| DtiTensor (const DtiTensor &other) | |
| virtual | ~DtiTensor () | 
| const Tensor & | base () const | 
| Tensor & | base () | 
| const Point3df & | dir () const | 
| Point3df & | dir () | 
| const Point3df & | location () const | 
| Point3df & | location () | 
| const float & | anisotropyVR () const | 
| float & | anisotropyVR () | 
| const float & | anisotropyFA () const | 
| float & | anisotropyFA () | 
| const int & | category () const | 
| int & | category () | 
| const short & | index () const | 
| short & | index () | 
| Protected Attributes | |
| Tensor | _base | 
| Point3df | _dir | 
| Point3df | _location | 
| float | _anisotropyVR | 
| float | _anisotropyFA | 
| int | _category | 
| short | _index | 
| Friends | |
| std::ostream & | operator<< (std::ostream &os, const DtiTensor &thing) | 
Definition at line 52 of file dtitensor.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| CORRECTED_N26 | |
| CORRECTED_TC | |
| NO_PROBLEM | |
| PROBLEM | |
| NOT_POSITIVE_MATRIX | |
| BAD_EIGENSYSTEM | |
Definition at line 56 of file dtitensor.h.
| 
 | inline | 
Definition at line 68 of file dtitensor.h.
Definition at line 69 of file dtitensor.h.
| 
 | inline | 
Definition at line 72 of file dtitensor.h.
| 
 | inline | 
Definition at line 75 of file dtitensor.h.
| 
 | inline | 
Definition at line 77 of file dtitensor.h.
| 
 | inlinevirtual | 
Definition at line 84 of file dtitensor.h.
| 
 | inline | 
Definition at line 99 of file dtitensor.h.
References _anisotropyFA.
| 
 | inline | 
Definition at line 98 of file dtitensor.h.
References _anisotropyFA.
| 
 | inline | 
Definition at line 96 of file dtitensor.h.
References _anisotropyVR.
| 
 | inline | 
Definition at line 95 of file dtitensor.h.
References _anisotropyVR.
| 
 | inline | 
Definition at line 87 of file dtitensor.h.
References _base.
| 
 | inline | 
Definition at line 86 of file dtitensor.h.
References _base.
Referenced by fractionalAniso(), and volumeRatio().
| 
 | inline | 
Definition at line 102 of file dtitensor.h.
References _category.
| 
 | inline | 
Definition at line 101 of file dtitensor.h.
References _category.
| 
 | inline | 
Definition at line 90 of file dtitensor.h.
References _dir.
| 
 | inline | 
Definition at line 89 of file dtitensor.h.
References _dir.
| 
 | inline | 
Definition at line 105 of file dtitensor.h.
References _index.
| 
 | inline | 
Definition at line 104 of file dtitensor.h.
References _index.
| 
 | inline | 
Definition at line 93 of file dtitensor.h.
References _location.
| 
 | inline | 
Definition at line 92 of file dtitensor.h.
References _location.
| 
 | friend | 
Definition at line 206 of file dtitensor.h.
| 
 | protected | 
Definition at line 115 of file dtitensor.h.
Referenced by anisotropyFA().
| 
 | protected | 
Definition at line 114 of file dtitensor.h.
Referenced by anisotropyVR().
| 
 | protected | 
Definition at line 111 of file dtitensor.h.
Referenced by base().
| 
 | protected | 
Definition at line 116 of file dtitensor.h.
Referenced by category().
| 
 | protected | 
Definition at line 112 of file dtitensor.h.
Referenced by dir().
| 
 | protected | 
Definition at line 117 of file dtitensor.h.
Referenced by index().
| 
 | protected | 
Definition at line 113 of file dtitensor.h.
Referenced by location().