MBSim Flexible Body Module C++ API
4.0.0
Main Page
Related Pages
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
mbsimFlexibleBody
contours
neutral_contour
neutral_contour_components
neutral_nurbs_dotangle_1s.h
1
/*
2
* neutral_nurbs_dotangle_1s.h
3
*
4
* Created on: 24.10.2013
5
* Author: zwang
6
*/
7
8
#ifndef NEUTRAL_NURBS_DOTANGLE_1S_H_
9
#define NEUTRAL_NURBS_DOTANGLE_1S_H_
10
11
#include "neutral_nurbs_1s.h"
12
13
namespace
MBSimFlexibleBody {
14
15
class
NeutralNurbsDotangle1s
:
public
MBSimFlexibleBody::NeutralNurbs1s
{
16
public
:
17
NeutralNurbsDotangle1s
(
MBSim::Element
* parent_,
const
fmatvec::VecInt & nodes,
double
nodeOffset_,
double
uMin_,
double
uMax_,
int
degU_,
bool
openStructure_);
18
virtual
~
NeutralNurbsDotangle1s
();
19
virtual
void
update(
MBSim::ContourFrame
*frame);
20
virtual
void
computeCurve(
bool
update);
21
protected
:
22
virtual
void
buildNodelist();
23
};
24
25
}
/* namespace MBSimFlexibleBody */
26
#endif
MBSimFlexibleBody::NeutralNurbs1s
Definition:
neutral_nurbs_1s.h:19
MBSim::Element
MBSim::ContourFrame
MBSimFlexibleBody::NeutralNurbsDotangle1s
Definition:
neutral_nurbs_dotangle_1s.h:15
Impressum
/
Disclaimer
/
Datenschutz
Generated by
doxygen
1.8.5