VERB_code_2.2  2
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
Parameters_structure::GridElement Struct Reference

#include <Parameters.h>

Public Attributes

string name
 Grid element name. Optional. More...
 
int size
 Grid size. More...
 
bool useLogScale
 Flag, use logarithmic scale. More...
 
double min
 min value. More...
 
double max
 max value. More...
 

Detailed Description

Grid element parameters structure.

Definition at line 146 of file Parameters.h.

Member Data Documentation

string Parameters_structure::GridElement::name

Grid element name. Optional.

Definition at line 147 of file Parameters.h.

int Parameters_structure::GridElement::size

Grid size.

Definition at line 148 of file Parameters.h.

bool Parameters_structure::GridElement::useLogScale

Flag, use logarithmic scale.

Definition at line 149 of file Parameters.h.

double Parameters_structure::GridElement::min

min value.

Definition at line 150 of file Parameters.h.

double Parameters_structure::GridElement::max

max value.

Definition at line 151 of file Parameters.h.


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