struct Gambit::Printers::Record
Structure to hold data for a single model point.
#include <asciiprinter.hpp>
Public Functions
Name | |
---|---|
Record() | |
void | reset() |
Public Attributes
Name | |
---|---|
LineBuf | data The data; each functor outputs a vector of doubles. We index these by vertexID. |
bool | readyToPrint Flag to indicate if record is available to send for output. |
Public Functions Documentation
function Record
Record()
function reset
void reset()
Public Attributes Documentation
variable data
LineBuf data;
The data; each functor outputs a vector of doubles. We index these by vertexID.
variable readyToPrint
bool readyToPrint;
Flag to indicate if record is available to send for output.
Updated on 2024-07-18 at 13:53:32 +0000