MEASUR-Tools-Suite v1.0.11
The MEASUR Tools Suite is a collection of industrial efficiency calculations written in C++ and with bindings for compilation to WebAssembly.
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Point Class Reference

Public Member Functions

 Point (double x, double y)
 
double getX () const
 
double getY () const
 

Private Attributes

double x_
 
double y_
 

Detailed Description

Definition at line 9 of file SteamSystemModelerTool.h.

Constructor & Destructor Documentation

◆ Point()

Point::Point ( double  x,
double  y 
)
inline

Definition at line 11 of file SteamSystemModelerTool.h.

Member Function Documentation

◆ getX()

double Point::getX ( ) const
inline

Definition at line 13 of file SteamSystemModelerTool.h.

◆ getY()

double Point::getY ( ) const
inline

Definition at line 15 of file SteamSystemModelerTool.h.

Member Data Documentation

◆ x_

double Point::x_
private

Definition at line 18 of file SteamSystemModelerTool.h.

◆ y_

double Point::y_
private

Definition at line 18 of file SteamSystemModelerTool.h.


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