FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Member Functions | Public Attributes | List of all members
Fiber::EigenValueArrays Struct Reference

Contains typed arrays to EigenValues and EigenVectors. More...

#include <EigenValues.hpp>

Inheritance diagram for Fiber::EigenValueArrays:
Fiber::EigenArrays

Public Member Functions

 EigenValueArrays (Representation &R, const string &Fieldname, const RefPtr< FragmentID > &f)
 
bool hasData () const
 Check whether ALL eigen value fields are defined.
 

Public Attributes

RefPtr< TypedArray< double > > pMajorEval
 
RefPtr< TypedArray< double > > pMedianEval
 
RefPtr< TypedArray< double > > pMinorEval
 

Detailed Description

Contains typed arrays to EigenValues and EigenVectors.