Collection of available printing style options. More...
#include <SpacePointDumpers.h>
Public Member Functions | |
SpacePointPrintOptions_t ()=default | |
Default constructor. More... | |
SpacePointPrintOptions_t (IndentOptions_t indentOptions, bool bHexFloats) | |
Public Attributes | |
IndentOptions_t | indent |
indentation string More... | |
bool | hexFloats = false |
print all floating point numbers in base 16 More... | |
Collection of available printing style options.
Definition at line 31 of file SpacePointDumpers.h.
|
default |
Default constructor.
By default, the options are:
|
inline |
Definition at line 48 of file SpacePointDumpers.h.
bool recob::dumper::SpacePointPrintOptions_t::hexFloats = false |
print all floating point numbers in base 16
Definition at line 33 of file SpacePointDumpers.h.
IndentOptions_t recob::dumper::SpacePointPrintOptions_t::indent |
indentation string
Definition at line 32 of file SpacePointDumpers.h.