Minsky
schema3::PhillipsFlow Struct Reference

#include <schema3.h>

Inheritance diagram for schema3::PhillipsFlow:
Inheritance graph
Collaboration diagram for schema3::PhillipsFlow:
Collaboration graph

Public Member Functions

 PhillipsFlow ()=default
 
 PhillipsFlow (int id, const minsky::Wire &w)
 
- Public Member Functions inherited from schema3::Wire
 Wire ()
 
 Wire (int id, const minsky::Wire &w)
 
 Wire (const schema2::Wire &w)
 
- Public Member Functions inherited from schema3::Note
 Note ()
 
 Note (const minsky::NoteBase &x)
 
 Note (const schema2::Note &x)
 

Public Attributes

vector< pair< double, Item > > terms
 
- Public Attributes inherited from schema3::Wire
int id =-1
 
int from =-1
 
int to =-1
 
Optional< std::vector< float > > coords
 
- Public Attributes inherited from schema3::Note
Optional< std::string > detailedText
 
Optional< std::string > tooltip
 

Detailed Description

Definition at line 218 of file schema3.h.

Constructor & Destructor Documentation

◆ PhillipsFlow() [1/2]

schema3::PhillipsFlow::PhillipsFlow ( )
default

◆ PhillipsFlow() [2/2]

schema3::PhillipsFlow::PhillipsFlow ( int  id,
const minsky::Wire w 
)
inline

Definition at line 221 of file schema3.h.

221 : Wire(id, w) {}

Member Data Documentation

◆ terms

vector<pair<double, Item> > schema3::PhillipsFlow::terms

Definition at line 222 of file schema3.h.


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