Minsky
schema0::Port Struct Reference

#include <schema0.h>

Collaboration diagram for schema0::Port:
Collaboration graph

Public Member Functions

 Port (float x=0, float y=0, bool input=false)
 

Public Attributes

bool input
 
double x
 
double y
 

Detailed Description

Definition at line 41 of file schema0.h.

Constructor & Destructor Documentation

◆ Port()

schema0::Port::Port ( float  x = 0,
float  y = 0,
bool  input = false 
)
inline

Definition at line 45 of file schema0.h.

45 : input(input), x(x), y(y) {}
Definition: input.py:1
double x
Definition: schema0.h:44
bool input
Definition: schema0.h:43
double y
Definition: schema0.h:44

Member Data Documentation

◆ input

bool schema0::Port::input

Definition at line 43 of file schema0.h.

◆ x

double schema0::Port::x

Definition at line 44 of file schema0.h.

◆ y

double schema0::Port::y

Definition at line 44 of file schema0.h.


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