![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <MathUtil.h>
Public Member Functions | |
GraphPlot (string name) noexcept | |
virtual | ~GraphPlot ()=default |
virtual bool | empty () const noexcept=0 |
Public Attributes | |
string | _plotName |
Definition at line 48 of file MathUtil.h.
|
inlineexplicitnoexcept |
Definition at line 49 of file MathUtil.h.
|
virtualdefault |
|
pure virtualnoexcept |
Implemented in Divide::Util::GraphPlot2D, and Divide::Util::GraphPlot3D.
string Divide::Util::GraphPlot::_plotName |
Definition at line 54 of file MathUtil.h.