VM2D  1.12
Vortex methods for 2D flows simulation
VMlib::GeomPoint Struct Reference

#include <AirfoilGeometry.h>

Collaboration diagram for VMlib::GeomPoint:

Public Member Functions

 GeomPoint ()
 
 GeomPoint (const Point2D &_r, const std::string &_type)
 
 ~GeomPoint ()
 

Public Attributes

Point2D r
 
std::string type
 

Detailed Description

Definition at line 9 of file AirfoilGeometry.h.

Constructor & Destructor Documentation

VMlib::GeomPoint::GeomPoint ( )
inline

Definition at line 16 of file AirfoilGeometry.h.

16 {};
VMlib::GeomPoint::GeomPoint ( const Point2D _r,
const std::string &  _type 
)
inline

Definition at line 18 of file AirfoilGeometry.h.

19  : r(_r), type(_type) { }
std::string type
VMlib::GeomPoint::~GeomPoint ( )
inline

Definition at line 21 of file AirfoilGeometry.h.

21 {};

Member Data Documentation

Point2D VMlib::GeomPoint::r

Definition at line 12 of file AirfoilGeometry.h.

std::string VMlib::GeomPoint::type

Definition at line 13 of file AirfoilGeometry.h.


The documentation for this struct was generated from the following file: