Public Member Functions | Public Attributes

ComputeEigenVectors Class Reference

Compute eigenvectors and eigenvalues of a tensor field. More...

List of all members.

Public Member Functions

Public Attributes


Detailed Description

Compute eigenvectors and eigenvalues of a tensor field.

Todo:
Derive from a field object

Member Function Documentation

override bool ComputeEigenVectors::FieldOperation ( VRequest Context,
Fiber::Field &  ,
Fiber::Representation &  ,
Fiber::Representation &  FieldIDSource 
) [virtual]

The operation to be performed on the given field, to be overloaded in a subclass.

Parameters:
FieldIDSource a representation object that carries field identifiers; if a new field is supposed to be created, use this representation to do so (this needs to be revised and made easier!)
Todo:
Ease field identifier creation by sharing of identifier creators among representations.

Implements Wizt::FieldOperatorObject.