Plot1dSelection.h

Classes

Plot1dSelection -- A simple class for describing data subsets for Plot1d (full description)

class Plot1dSelection

Interface

Public Members
Plot1dSelection (): x0_ (0.0), y0_ (0.0), x1_ (0.0), y1_ (0.0)
Plot1dSelection (Double x0, Double y0, Double x1, Double y1): x0_ (x0), y0_ (y0), x1_ (x1), y1_ (y1)
Double x0 ()
Double y0 ()
Double x1 ()
Double y1 ()

Description

Member Description

Plot1dSelection (): x0_ (0.0), y0_ (0.0), x1_ (0.0), y1_ (0.0)

Plot1dSelection (Double x0, Double y0, Double x1, Double y1): x0_ (x0), y0_ (y0), x1_ (x1), y1_ (y1)

Double x0 ()

rely upon the compiler for copy ctor, dtor, assignment operator

Double y0 ()

Double x1 ()

Double y1 ()