#include <Plot.hh>

Public Member Functions

Names const & XAxis () const
 
Names const & YAxis () const
 
Names const & Title () const
 
NamesXAxis ()
 
NamesYAxis ()
 
NamesTitle ()
 
std::vector< Vector3< double > > const & Data () const
 
std::vector< double > XData () const
 
std::vector< double > XCoreData () const
 
std::vector< Vector3< double > > CoreData (std::function< bool(Vector3< double > const &, Vector3< double > const &)> const &function) const
 
void Add (Vector3< double > const &point)
 
void Insert (std::vector< Vector3< double >> const &data)
 
Range< double > XRange () const
 

Public Attributes

bool x_is_int = false
 
bool y_is_int = false
 

Member Function Documentation

void boca::Plot::Add ( Vector3< double > const &  point)
std::vector< Vector3< double > > boca::Plot::CoreData ( std::function< bool(Vector3< double > const &, Vector3< double > const &)> const &  function) const
const std::vector< Vector3< double > > & boca::Plot::Data ( ) const
void boca::Plot::Insert ( std::vector< Vector3< double >> const &  data)
const Names & boca::Plot::Title ( ) const
Names & boca::Plot::Title ( )
const Names & boca::Plot::XAxis ( ) const
Names & boca::Plot::XAxis ( )
std::vector< double > boca::Plot::XCoreData ( ) const
std::vector< double > boca::Plot::XData ( ) const
boca::Range< double > boca::Plot::XRange ( ) const
const Names & boca::Plot::YAxis ( ) const
Names & boca::Plot::YAxis ( )

Member Data Documentation

bool boca::Plot::x_is_int = false
bool boca::Plot::y_is_int = false

The documentation for this class was generated from the following files: