NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
TimeAxis Struct Reference

Structure for describing time axes in plots. More...

#include <interval.hpp>

Collaboration diagram for TimeAxis:

Public Member Functions

 TimeAxis ()
 
void activate (const std::string &sFormat="")
 
void deactivate ()
 

Public Attributes

std::string sTimeFormat
 
bool use
 

Detailed Description

Structure for describing time axes in plots.

Definition at line 131 of file interval.hpp.

Constructor & Destructor Documentation

◆ TimeAxis()

TimeAxis::TimeAxis ( )
inline

Definition at line 136 of file interval.hpp.

Member Function Documentation

◆ activate()

void TimeAxis::activate ( const std::string &  sFormat = "")
inline

Definition at line 138 of file interval.hpp.

References sTimeFormat, and use.

Referenced by PlotData::setParams().

◆ deactivate()

void TimeAxis::deactivate ( )
inline

Definition at line 171 of file interval.hpp.

References sTimeFormat, and use.

Referenced by PlotData::deleteData(), and PlotData::reset().

Member Data Documentation

◆ sTimeFormat

std::string TimeAxis::sTimeFormat

◆ use

bool TimeAxis::use

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