All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
neutral_nurbs_velocity_2s.h
1 /*
2  * neutral_nurbs_velocity_2s.h
3  *
4  * Created on: 03.12.2013
5  * Author: zwang
6  */
7 
8 #ifndef _NEUTRAL_NURBS_VELOCITY_2S_H_
9 #define _NEUTRAL_NURBS_VELOCITY_2S_H_
10 
11 #include "neutral_nurbs_2s.h"
12 
13 namespace MBSimFlexibleBody {
14 
16  public:
17  NeutralNurbsVelocity2s(MBSim::Element* parent_, const fmatvec::MatVI & nodes, double nodeOffset, int degU_, int degV_, bool openStructure_);
18  virtual ~NeutralNurbsVelocity2s();
19  virtual void update(MBSim::ContourFrame *frame);
20  protected:
21  virtual void buildNodelist();
22  };
23 
24 } /* namespace MBSimFlexibleBody */
25 #endif
Definition: neutral_nurbs_2s.h:19
Definition: neutral_nurbs_velocity_2s.h:15

Impressum / Disclaimer / Datenschutz Generated by doxygen 1.8.5 Valid HTML