Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

MomentsFieldFE.h

Go to the documentation of this file.
00001 
00005 class MomentsFieldFE :    public ExpecVarFieldFE
00006 
00007 {
00008 protected:
00009 
00010   Handle(FieldFE) z3; 
00011   Handle(FieldFE) z4; 
00012   Handle(FieldFE) SKEW; 
00013   Handle(FieldFE) KURT; 
00014   Handle(FieldFE) THIRD;    
00015   Handle(FieldFE) FOURTH;   
00016 
00017 public:
00018 
00019   MomentsFieldFE ();
00020   virtual ~MomentsFieldFE ();
00021 
00022   virtual void estimator ();
00023 
00024   virtual bool redim (const FieldFE& f);
00025   virtual bool ok () const;
00026 
00027   virtual void init ();
00028   virtual void update (FieldFE& u);
00029   FieldFE& getSkew ();
00030   FieldFE& getKurt ();
00031   FieldFE& getThird ();
00032   FieldFE& getFourth ();
00033 };
00034 
00035 

Copyright © 2003 inuTech GmbH. All rights reserved.