VM2D
1.12
Vortex methods for 2D flows simulation
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
AirfoilGeometry.h
Go to the documentation of this file.
1
#ifndef AIRFOILGEOMETRY_H_
2
#define AIRFOILGEOMETRY_H_
3
4
#include "
numvector.h
"
5
#include "
Point2D.h
"
6
7
namespace
VMlib
8
{
9
struct
GeomPoint
10
{
11
//private:
12
Point2D
r
;
13
std::string
type
;
14
//public:
15
16
GeomPoint
() {};
17
18
GeomPoint
(
const
Point2D
& _r,
const
std::string& _type)
19
: r(_r), type(_type) { }
20
21
~GeomPoint
() {};
22
};
23
}
24
25
using
VMlib::GeomPoint
;
26
27
#endif
numvector.h
Описание класса numvector.
Point2D.h
Заголовочный файл с описанием класса Point2D.
VMlib::GeomPoint::GeomPoint
GeomPoint(const Point2D &_r, const std::string &_type)
Definition:
AirfoilGeometry.h:18
VMlib::GeomPoint::~GeomPoint
~GeomPoint()
Definition:
AirfoilGeometry.h:21
VMlib::Point2D
Класс, опеделяющий двумерный вектор
Definition:
Point2D.h:75
VMlib::GeomPoint::r
Point2D r
Definition:
AirfoilGeometry.h:12
VMlib::GeomPoint::type
std::string type
Definition:
AirfoilGeometry.h:13
VMlib::GeomPoint
Definition:
AirfoilGeometry.h:9
VMlib
Definition:
Mechanics2D.h:47
VMlib::GeomPoint::GeomPoint
GeomPoint()
Definition:
AirfoilGeometry.h:16
VMlib
AirfoilGeometry
AirfoilGeometry.h
Generated by
1.8.11