Ask a Question | Search PSRCHIVE: |
Home
|
PlotScale.h void update_minmax(float min, float max) Update the minimum and maximum value in the data. Definition: PlotScale.C:67 bool get_minmaxset() const Return true when minimum and maximum value have been set. Definition: PlotScale.h:59 std::pair< float, float > get_range_norm() const Get the world-normalized range on the axis. Definition: PlotScale.h:88 std::pair< float, float > get_minmax() const Get the world coordinate range printed on the axis. Definition: PlotScale.C:93 virtual void freeze(bool f=true) Freeze the frame. Definition: PlotScale.h:123 std::pair< float, float > get_world_external() const Get the world coordinate range printed on the axis. Definition: PlotScale.C:113 void get_axis_indeces(unsigned n, float &imin, float &imax, bool cyclic=false) const Return axis indeces scaled according to zoom. Definition: PlotScale.C:241 float get_buf_norm() const Get the world-normalized buffer space on either side of the axis. Definition: PlotScale.h:98 void set_buf_norm(float f) Set the world-normalized buffer space on either side of the axis. Definition: PlotScale.h:95 virtual std::string get_label() const Get a description of the units. Definition: PlotScale.h:53 virtual void init(const Archive *) Initialize internal attributes according to Archive data. Definition: PlotScale.C:33 std::pair< unsigned, unsigned > get_index_range() const Get the index range to be plotted. Definition: PlotScale.C:125 std::pair< float, float > get_world() const Get the world coordinate range in the viewport. Definition: PlotScale.h:104 void get_range(float &min, float &max) const Return min and max scaled according to zoom. Definition: PlotScale.C:147 void get_range_external(float &min, float &max) const Return min and max scaled according to zoom. Definition: PlotScale.C:186 void get_indeces(unsigned n, unsigned &imin, unsigned &imax, bool cyclic=false) const Return array indeces that span the axis indeces. Definition: PlotScale.C:197 void include(PlotScale *other) Expand as necessary to include another PlotScale. Definition: PlotScale.C:38 void set_index_range(const std::pair< unsigned, unsigned > &index) Set the index range to be plotted. Definition: PlotScale.C:119 void set_range_norm(const std::pair< float, float > &f) Set the world-normalized range on the axis. Definition: PlotScale.C:98 void set_world(const std::pair< float, float > &f) Set the world coordinate range in the viewport. Definition: PlotScale.C:103 void set_world_external(const std::pair< float, float > &f) Set the world coordinate range printed on the axis. Definition: PlotScale.C:108 void set_minmax(float min, float max) Set the minimum and maximum value in the data. Definition: PlotScale.C:57 Generated using doxygen 1.8.17
|