|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Contains typed arrays to EigenValues and EigenVectors. More...
#include <EigenValues.hpp>
Public Types | |
| typedef Eagle::tvector3 | vec3 |
Public Member Functions | |
| EigenArrays (Representation &R, const string &Fieldname, const RefPtr< FragmentID > &f) | |
| Extract eigen arrays from the given Representation for the certain field. | |
| EigenArrays (Representation &R, const RefPtr< CreativeArrayBase > &TensorField, const string &Fieldname, const RefPtr< FragmentID > &f, bool TemporaryFields=false, bool Discardable=true) | |
| Make and eventually compute the eigen arrays for the given field. | |
| void | create (const RefPtr< MemBase > &Data) |
| Create the six eigen arrays of the same size as the input data set. | |
| void | setFields (Representation &R, const string &Fieldname, const RefPtr< FragmentID > &f, const RefPtr< MemBase > &DataSource, bool Discardable=true) |
| bool | HasEigenFields () const |
| Check whether ALL eigen fields are defined. | |
| operator bool () const | |
Public Member Functions inherited from Fiber::EigenValueArrays | |
| EigenValueArrays (Representation &R, const string &Fieldname, const RefPtr< FragmentID > &f) | |
| bool | hasData () const |
| Check whether ALL eigen value fields are defined. | |
Public Attributes | |
| string | problem |
| A description of the problem, if there is any. | |
| RefPtr< TypedArray< vec3 > > | pMajorEvec |
| RefPtr< TypedArray< vec3 > > | pMedianEvec |
| RefPtr< TypedArray< vec3 > > | pMinorEvec |
Public Attributes inherited from Fiber::EigenValueArrays | |
| RefPtr< TypedArray< double > > | pMajorEval |
| RefPtr< TypedArray< double > > | pMedianEval |
| RefPtr< TypedArray< double > > | pMinorEval |
Contains typed arrays to EigenValues and EigenVectors.
Create the six eigen arrays of the same size as the input data set.
Referenced by EigenArrays().
| void Fiber::EigenArrays::setFields | ( | Representation & | R, |
| const string & | Fieldname, | ||
| const RefPtr< FragmentID > & | f, | ||
| const RefPtr< MemBase > & | DataSource, | ||
| bool | Discardable = true |
||
| ) |
| DataSource | The source of the data, only used to set up parental information and an cache info string. |
References MemCore::Cache::MemCache().
Referenced by EigenArrays().