Phoxonics  1.0
Object Oriented FDTD Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
phoxonics::visual::GnuplotItem1D Struct Reference
Collaboration diagram for phoxonics::visual::GnuplotItem1D:
Collaboration graph
[legend]

Public Member Functions

 GnuplotItem1D (std::string title)
 
 GnuplotItem1D (std::string title, GnuplotShapes shape)
 
 ~GnuplotItem1D ()
 

Public Attributes

std::string title { "" }
 
GnuplotShapes shape { GnuplotShapes::LINES }
 
std::vector< std::pair< double,
double > > 
points { }
 

Constructor & Destructor Documentation

phoxonics::visual::GnuplotItem1D::GnuplotItem1D ( std::string  title)
explicit

References title.

phoxonics::visual::GnuplotItem1D::GnuplotItem1D ( std::string  title,
GnuplotShapes  shape 
)
explicit

References shape, and title.

phoxonics::visual::GnuplotItem1D::~GnuplotItem1D ( )

Member Data Documentation

std::vector<std::pair<double, double> > phoxonics::visual::GnuplotItem1D::points { }
GnuplotShapes phoxonics::visual::GnuplotItem1D::shape { GnuplotShapes::LINES }
std::string phoxonics::visual::GnuplotItem1D::title { "" }