NPL
Neurological Programs and Libraries
npl::Plotter::StyleT Struct Reference

#include <basic_plot.h>

Public Member Functions

 StyleT (std::string a)
 
 StyleT (std::string name, std::string a)
 

Public Attributes

std::string name
 
unsigned char rgba [4]
 
bool dash
 
bool dot
 
bool star
 
bool full
 
bool bold
 

Detailed Description

Definition at line 131 of file basic_plot.h.

Constructor & Destructor Documentation

npl::Plotter::StyleT::StyleT ( std::string  a)
inline

Definition at line 133 of file basic_plot.h.

npl::Plotter::StyleT::StyleT ( std::string  name,
std::string  a 
)
inline

Definition at line 135 of file basic_plot.h.

Member Data Documentation

bool npl::Plotter::StyleT::bold

Definition at line 211 of file basic_plot.h.

bool npl::Plotter::StyleT::dash

Definition at line 207 of file basic_plot.h.

bool npl::Plotter::StyleT::dot

Definition at line 208 of file basic_plot.h.

bool npl::Plotter::StyleT::full

Definition at line 210 of file basic_plot.h.

std::string npl::Plotter::StyleT::name

Definition at line 203 of file basic_plot.h.

unsigned char npl::Plotter::StyleT::rgba[4]

Definition at line 206 of file basic_plot.h.

bool npl::Plotter::StyleT::star

Definition at line 209 of file basic_plot.h.


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