20 namespace SpectrumPlotting
34 whichJustification( centerJustified ),
36 labelPosition( -1.0 ),
37 labelString(
"error" ),
38 colorString(
"black" ),
45 columnIndex( copySource.columnIndex ),
46 whichJustification( copySource.whichJustification ),
47 massValue( copySource.massValue ),
48 labelPosition( copySource.labelPosition ),
49 labelString( copySource.labelString ),
50 colorString( copySource.colorString ),
64 double const massValue )
static std::string firstWordOf(std::string const &stringToParse, std::string *const remainderString=NULL, std::string const &separatorChars=whitespaceChars)
static std::string const whitespaceChars
static std::string trimFromFrontAndBack(std::string const &stringToTrim, std::string const &charsToTrim=whitespaceAndNewlineChars)
static int stringToInt(std::string const &stringToInterpret)
JustificationStyle whichJustification
static BOL::StringParser const overlargeMassPrinter
void setValues(std::string const &dataString, double const massValue)
std::string remainderString