Ask a Question | Search PSRCHIVE: |
![]()
|
PlotScale.h void set_index_range(const std::pair< unsigned, unsigned > &index) Set the index range to be plotted. Definition PlotScale.C:114 bool get_minmaxset() const Return true when minimum and maximum value have been set. Definition PlotScale.h:54 void set_range_norm(const std::pair< float, float > &f) Set the world-normalized range on the axis. Definition PlotScale.C:93 std::pair< float, float > get_world() const Get the world coordinate range in the viewport. Definition PlotScale.h:97 std::pair< unsigned, unsigned > get_index_range() const Get the index range to be plotted. Definition PlotScale.C:120 void set_buf_norm(float f) Set the world-normalized buffer space on either side of the axis. Definition PlotScale.h:88 virtual void init(const Archive *) Initialize internal attributes according to Archive data. Definition PlotScale.C:28 void set_world(const std::pair< float, float > &f) Set the world coordinate range in the viewport. Definition PlotScale.C:98 void get_axis_indeces(unsigned n, float &imin, float &imax, bool cyclic=false) const Return axis indeces scaled according to zoom. Definition PlotScale.C:236 void set_world_external(const std::pair< float, float > &f) Set the world coordinate range printed on the axis. Definition PlotScale.C:103 void update_minmax(float min, float max) Update the minimum and maximum value in the data. Definition PlotScale.C:62 virtual std::string get_label() const Get a description of the units. Definition PlotScale.h:48 std::pair< float, float > get_world_external() const Get the world coordinate range printed on the axis. Definition PlotScale.C:108 void set_range_norm(float min, float max) Convenience interface. Definition PlotScale.h:84 void include(PlotScale *other) Expand as necessary to include another PlotScale. Definition PlotScale.C:33 virtual void freeze(bool f=true) Freeze the frame. Definition PlotScale.h:116 void get_range_external(float &min, float &max) const Return min and max scaled according to zoom. Definition PlotScale.C:181 std::pair< float, float > get_minmax() const Get the world coordinate range printed on the axis. Definition PlotScale.C:88 std::pair< float, float > get_range_norm() const Get the world-normalized range on the axis. Definition PlotScale.h:81 void set_minmax(float min, float max) Set the minimum and maximum value in the data. Definition PlotScale.C:52 void get_range(float &min, float &max) const Return min and max scaled according to zoom. Definition PlotScale.C:142 void get_indeces(unsigned n, unsigned &imin, unsigned &imax, bool cyclic=false) const Return array indeces that span the axis indeces. Definition PlotScale.C:192 float get_buf_norm() const Get the world-normalized buffer space on either side of the axis. Definition PlotScale.h:91 Generated using doxygen 1.14.0
|