Navigation

Operators and Keywords

Function List:

C++ API

axes::axes::properties Class Reference

#include <graphics.h>

Inherits base_properties.

Collaboration diagram for axes::axes::properties:

List of all members.


Public Types

enum  {
  POSITION = 3000, BOX = 3001, KEY = 3002, KEYBOX = 3003,
  KEYREVERSE = 3004, KEYPOS = 3005, COLORORDER = 3006, DATAASPECTRATIO = 3007,
  DATAASPECTRATIOMODE = 3008, LAYER = 3009, XLIM = 3010, YLIM = 3011,
  ZLIM = 3012, CLIM = 3013, ALIM = 3014, XLIMMODE = 3015,
  YLIMMODE = 3016, ZLIMMODE = 3017, CLIMMODE = 3018, ALIMMODE = 3019,
  XLABEL = 3020, YLABEL = 3021, ZLABEL = 3022, TITLE = 3023,
  XGRID = 3024, YGRID = 3025, ZGRID = 3026, XMINORGRID = 3027,
  YMINORGRID = 3028, ZMINORGRID = 3029, XTICK = 3030, YTICK = 3031,
  ZTICK = 3032, XTICKMODE = 3033, YTICKMODE = 3034, ZTICKMODE = 3035,
  XMINORTICK = 3036, YMINORTICK = 3037, ZMINORTICK = 3038, XTICKLABEL = 3039,
  YTICKLABEL = 3040, ZTICKLABEL = 3041, XTICKLABELMODE = 3042, YTICKLABELMODE = 3043,
  ZTICKLABELMODE = 3044, INTERPRETER = 3045, COLOR = 3046, XCOLOR = 3047,
  YCOLOR = 3048, ZCOLOR = 3049, XSCALE = 3050, YSCALE = 3051,
  ZSCALE = 3052, XDIR = 3053, YDIR = 3054, ZDIR = 3055,
  YAXISLOCATION = 3056, XAXISLOCATION = 3057, VIEW = 3058, NEXTPLOT = 3059,
  OUTERPOSITION = 3060, ACTIVEPOSITIONPROPERTY = 3061, AMBIENTLIGHTCOLOR = 3062, CAMERAPOSITION = 3063,
  CAMERATARGET = 3064, CAMERAUPVECTOR = 3065, CAMERAVIEWANGLE = 3066, CAMERAPOSITIONMODE = 3067,
  CAMERATARGETMODE = 3068, CAMERAUPVECTORMODE = 3069, CAMERAVIEWANGLEMODE = 3070, CURRENTPOINT = 3071,
  DRAWMODE = 3072, FONTANGLE = 3073, FONTNAME = 3074, FONTSIZE = 3075,
  FONTUNITS = 3076, FONTWEIGHT = 3077, GRIDLINESTYLE = 3078, LINESTYLEORDER = 3079,
  LINEWIDTH = 3080, MINORGRIDLINESTYLE = 3081, PLOTBOXASPECTRATIO = 3082, PLOTBOXASPECTRATIOMODE = 3083,
  PROJECTION = 3084, TICKDIR = 3085, TICKDIRMODE = 3086, TICKLENGTH = 3087,
  TIGHTINSET = 3088, UNITS = 3089, X_VIEWTRANSFORM = 3090, X_PROJECTIONTRANSFORM = 3091,
  X_VIEWPORTTRANSFORM = 3092, X_NORMRENDERTRANSFORM = 3093, X_RENDERTRANSFORM = 3094
}

Public Member Functions

void set_defaults (base_graphics_object &obj, const std::string &mode)
void remove_child (const graphics_handle &h)
const scalerget_x_scaler (void) const
const scalerget_y_scaler (void) const
const scalerget_z_scaler (void) const
Matrix get_boundingbox (bool internal=false) const
void update_boundingbox (void)
void update_camera (void)
void update_aspectratios (void)
void update_transform (void)
graphics_xform get_transform (void) const
Matrix get_transform_matrix (void) const
Matrix get_inverse_transform_matrix (void) const
Matrix get_opengl_matrix_1 (void) const
Matrix get_opengl_matrix_2 (void) const
Matrix get_transform_zlim (void) const
ColumnVector pixel2coord (double px, double py) const
ColumnVector coord2pixel (double x, double y, double z) const
void zoom_about_point (double x, double y, double factor, bool push_to_zoom_stack=true)
void zoom (const Matrix &xl, const Matrix &yl, bool push_to_zoom_stack=true)
void translate_view (double delta_x, double delta_y)
void unzoom (void)
void clear_zoom_stack (void)
 properties (const graphics_handle &mh, const graphics_handle &p)
 ~properties (void)
void set (const caseless_str &pname, const octave_value &val)
octave_value get (bool all=false) const
octave_value get (const caseless_str &pname) const
octave_value get (const std::string &pname) const
octave_value get (const char *pname) const
 get_property (const caseless_str &pname)
std::string graphics_object_name (void) const
std::set< std::stringall_property_names (void) const
bool has_property (const caseless_str &pname) const
octave_value get_position (void) const
bool is_box (void) const
std::string get_box (void) const
bool is_key (void) const
std::string get_key (void) const
bool is_keybox (void) const
std::string get_keybox (void) const
bool is_keyreverse (void) const
std::string get_keyreverse (void) const
octave_value get_keypos (void) const
octave_value get_colororder (void) const
octave_value get_dataaspectratio (void) const
bool dataaspectratiomode_is (const std::string &v) const
std::string get_dataaspectratiomode (void) const
bool layer_is (const std::string &v) const
std::string get_layer (void) const
octave_value get_xlim (void) const
octave_value get_ylim (void) const
octave_value get_zlim (void) const
octave_value get_clim (void) const
octave_value get_alim (void) const
bool xlimmode_is (const std::string &v) const
std::string get_xlimmode (void) const
bool ylimmode_is (const std::string &v) const
std::string get_ylimmode (void) const
bool zlimmode_is (const std::string &v) const
std::string get_zlimmode (void) const
bool climmode_is (const std::string &v) const
std::string get_climmode (void) const
bool alimmode_is (const std::string &v) const
std::string get_alimmode (void) const
graphics_handle get_xlabel (void) const
graphics_handle get_ylabel (void) const
graphics_handle get_zlabel (void) const
graphics_handle get_title (void) const
bool is_xgrid (void) const
std::string get_xgrid (void) const
bool is_ygrid (void) const
std::string get_ygrid (void) const
bool is_zgrid (void) const
std::string get_zgrid (void) const
bool is_xminorgrid (void) const
std::string get_xminorgrid (void) const
bool is_yminorgrid (void) const
std::string get_yminorgrid (void) const
bool is_zminorgrid (void) const
std::string get_zminorgrid (void) const
octave_value get_xtick (void) const
octave_value get_ytick (void) const
octave_value get_ztick (void) const
bool xtickmode_is (const std::string &v) const
std::string get_xtickmode (void) const
bool ytickmode_is (const std::string &v) const
std::string get_ytickmode (void) const
bool ztickmode_is (const std::string &v) const
std::string get_ztickmode (void) const
bool is_xminortick (void) const
std::string get_xminortick (void) const
bool is_yminortick (void) const
std::string get_yminortick (void) const
bool is_zminortick (void) const
std::string get_zminortick (void) const
octave_value get_xticklabel (void) const
octave_value get_yticklabel (void) const
octave_value get_zticklabel (void) const
bool xticklabelmode_is (const std::string &v) const
std::string get_xticklabelmode (void) const
bool yticklabelmode_is (const std::string &v) const
std::string get_yticklabelmode (void) const
bool zticklabelmode_is (const std::string &v) const
std::string get_zticklabelmode (void) const
bool interpreter_is (const std::string &v) const
std::string get_interpreter (void) const
bool color_is_rgb (void) const
bool color_is (const std::string &v) const
Matrix get_color_rgb (void) const
octave_value get_color (void) const
bool xcolor_is_rgb (void) const
bool xcolor_is (const std::string &v) const
Matrix get_xcolor_rgb (void) const
octave_value get_xcolor (void) const
bool ycolor_is_rgb (void) const
bool ycolor_is (const std::string &v) const
Matrix get_ycolor_rgb (void) const
octave_value get_ycolor (void) const
bool zcolor_is_rgb (void) const
bool zcolor_is (const std::string &v) const
Matrix get_zcolor_rgb (void) const
octave_value get_zcolor (void) const
bool xscale_is (const std::string &v) const
std::string get_xscale (void) const
bool yscale_is (const std::string &v) const
std::string get_yscale (void) const
bool zscale_is (const std::string &v) const
std::string get_zscale (void) const
bool xdir_is (const std::string &v) const
std::string get_xdir (void) const
bool ydir_is (const std::string &v) const
std::string get_ydir (void) const
bool zdir_is (const std::string &v) const
std::string get_zdir (void) const
bool yaxislocation_is (const std::string &v) const
std::string get_yaxislocation (void) const
bool xaxislocation_is (const std::string &v) const
std::string get_xaxislocation (void) const
octave_value get_view (void) const
bool nextplot_is (const std::string &v) const
std::string get_nextplot (void) const
octave_value get_outerposition (void) const
bool activepositionproperty_is (const std::string &v) const
std::string get_activepositionproperty (void) const
bool ambientlightcolor_is_rgb (void) const
bool ambientlightcolor_is (const std::string &v) const
Matrix get_ambientlightcolor_rgb (void) const
octave_value get_ambientlightcolor (void) const
octave_value get_cameraposition (void) const
octave_value get_cameratarget (void) const
octave_value get_cameraupvector (void) const
double get_cameraviewangle (void) const
bool camerapositionmode_is (const std::string &v) const
std::string get_camerapositionmode (void) const
bool cameratargetmode_is (const std::string &v) const
std::string get_cameratargetmode (void) const
bool cameraupvectormode_is (const std::string &v) const
std::string get_cameraupvectormode (void) const
bool cameraviewanglemode_is (const std::string &v) const
std::string get_cameraviewanglemode (void) const
octave_value get_currentpoint (void) const
bool drawmode_is (const std::string &v) const
std::string get_drawmode (void) const
bool fontangle_is (const std::string &v) const
std::string get_fontangle (void) const
std::string get_fontname (void) const
double get_fontsize (void) const
bool fontunits_is (const std::string &v) const
std::string get_fontunits (void) const
bool fontweight_is (const std::string &v) const
std::string get_fontweight (void) const
bool gridlinestyle_is (const std::string &v) const
std::string get_gridlinestyle (void) const
std::string get_linestyleorder (void) const
double get_linewidth (void) const
bool minorgridlinestyle_is (const std::string &v) const
std::string get_minorgridlinestyle (void) const
octave_value get_plotboxaspectratio (void) const
bool plotboxaspectratiomode_is (const std::string &v) const
std::string get_plotboxaspectratiomode (void) const
bool projection_is (const std::string &v) const
std::string get_projection (void) const
bool tickdir_is (const std::string &v) const
std::string get_tickdir (void) const
bool tickdirmode_is (const std::string &v) const
std::string get_tickdirmode (void) const
octave_value get_ticklength (void) const
octave_value get_tightinset (void) const
bool units_is (const std::string &v) const
std::string get_units (void) const
octave_value get_x_viewtransform (void) const
octave_value get_x_projectiontransform (void) const
octave_value get_x_viewporttransform (void) const
octave_value get_x_normrendertransform (void) const
octave_value get_x_rendertransform (void) const
void set_position (const octave_value &val)
void set_box (const octave_value &val)
void set_key (const octave_value &val)
void set_keybox (const octave_value &val)
void set_keyreverse (const octave_value &val)
void set_keypos (const octave_value &val)
void set_colororder (const octave_value &val)
void set_dataaspectratio (const octave_value &val)
void set_dataaspectratiomode (const octave_value &val)
void set_layer (const octave_value &val)
void set_xlim (const octave_value &val)
void set_ylim (const octave_value &val)
void set_zlim (const octave_value &val)
void set_clim (const octave_value &val)
void set_alim (const octave_value &val)
void set_xlimmode (const octave_value &val)
void set_ylimmode (const octave_value &val)
void set_zlimmode (const octave_value &val)
void set_climmode (const octave_value &val)
void set_alimmode (const octave_value &val)
void set_xlabel (const octave_value &val)
void set_ylabel (const octave_value &val)
void set_zlabel (const octave_value &val)
void set_title (const octave_value &val)
void set_xgrid (const octave_value &val)
void set_ygrid (const octave_value &val)
void set_zgrid (const octave_value &val)
void set_xminorgrid (const octave_value &val)
void set_yminorgrid (const octave_value &val)
void set_zminorgrid (const octave_value &val)
void set_xtick (const octave_value &val)
void set_ytick (const octave_value &val)
void set_ztick (const octave_value &val)
void set_xtickmode (const octave_value &val)
void set_ytickmode (const octave_value &val)
void set_ztickmode (const octave_value &val)
void set_xminortick (const octave_value &val)
void set_yminortick (const octave_value &val)
void set_zminortick (const octave_value &val)
void set_xticklabel (const octave_value &val)
void set_yticklabel (const octave_value &val)
void set_zticklabel (const octave_value &val)
void set_xticklabelmode (const octave_value &val)
void set_yticklabelmode (const octave_value &val)
void set_zticklabelmode (const octave_value &val)
void set_interpreter (const octave_value &val)
void set_color (const octave_value &val)
void set_xcolor (const octave_value &val)
void set_ycolor (const octave_value &val)
void set_zcolor (const octave_value &val)
void set_xscale (const octave_value &val)
void set_yscale (const octave_value &val)
void set_zscale (const octave_value &val)
void set_xdir (const octave_value &val)
void set_ydir (const octave_value &val)
void set_zdir (const octave_value &val)
void set_yaxislocation (const octave_value &val)
void set_xaxislocation (const octave_value &val)
void set_view (const octave_value &val)
void set_nextplot (const octave_value &val)
void set_outerposition (const octave_value &val)
void set_activepositionproperty (const octave_value &val)
void set_ambientlightcolor (const octave_value &val)
void set_cameraposition (const octave_value &val)
void set_cameratarget (const octave_value &val)
void set_cameraupvector (const octave_value &val)
void set_cameraviewangle (const octave_value &val)
void set_camerapositionmode (const octave_value &val)
void set_cameratargetmode (const octave_value &val)
void set_cameraupvectormode (const octave_value &val)
void set_cameraviewanglemode (const octave_value &val)
void set_currentpoint (const octave_value &val)
void set_drawmode (const octave_value &val)
void set_fontangle (const octave_value &val)
void set_fontname (const octave_value &val)
void set_fontsize (const octave_value &val)
void set_fontunits (const octave_value &val)
void set_fontweight (const octave_value &val)
void set_gridlinestyle (const octave_value &val)
void set_linestyleorder (const octave_value &val)
void set_linewidth (const octave_value &val)
void set_minorgridlinestyle (const octave_value &val)
void set_plotboxaspectratio (const octave_value &val)
void set_plotboxaspectratiomode (const octave_value &val)
void set_projection (const octave_value &val)
void set_tickdir (const octave_value &val)
void set_tickdirmode (const octave_value &val)
void set_ticklength (const octave_value &val)
void set_tightinset (const octave_value &val)
void set_units (const octave_value &val)
void set_x_viewtransform (const octave_value &val)
void set_x_projectiontransform (const octave_value &val)
void set_x_viewporttransform (const octave_value &val)
void set_x_normrendertransform (const octave_value &val)
void set_x_rendertransform (const octave_value &val)
Matrix get_axis_limits (double xmin, double xmax, double min_pos, bool logscale)
void update_xlim (bool do_clr_zoom=true)
void update_ylim (bool do_clr_zoom=true)
void update_zlim (void)

Static Public Member Functions

static property_list::pval_map_type factory_defaults (void)
static std::set< std::stringcore_property_names (void)
static bool has_core_property (const caseless_str &pname)

Protected Member Functions

void init (void)

Member Enumeration Documentation

anonymous enum

Enumerator:
POSITION 
BOX 
KEY 
KEYBOX 
KEYREVERSE 
KEYPOS 
COLORORDER 
DATAASPECTRATIO 
DATAASPECTRATIOMODE 
LAYER 
XLIM 
YLIM 
ZLIM 
CLIM 
ALIM 
XLIMMODE 
YLIMMODE 
ZLIMMODE 
CLIMMODE 
ALIMMODE 
XLABEL 
YLABEL 
ZLABEL 
TITLE 
XGRID 
YGRID 
ZGRID 
XMINORGRID 
YMINORGRID 
ZMINORGRID 
XTICK 
YTICK 
ZTICK 
XTICKMODE 
YTICKMODE 
ZTICKMODE 
XMINORTICK 
YMINORTICK 
ZMINORTICK 
XTICKLABEL 
YTICKLABEL 
ZTICKLABEL 
XTICKLABELMODE 
YTICKLABELMODE 
ZTICKLABELMODE 
INTERPRETER 
COLOR 
XCOLOR 
YCOLOR 
ZCOLOR 
XSCALE 
YSCALE 
ZSCALE 
XDIR 
YDIR 
ZDIR 
YAXISLOCATION 
XAXISLOCATION 
VIEW 
NEXTPLOT 
OUTERPOSITION 
ACTIVEPOSITIONPROPERTY 
AMBIENTLIGHTCOLOR 
CAMERAPOSITION 
CAMERATARGET 
CAMERAUPVECTOR 
CAMERAVIEWANGLE 
CAMERAPOSITIONMODE 
CAMERATARGETMODE 
CAMERAUPVECTORMODE 
CAMERAVIEWANGLEMODE 
CURRENTPOINT 
DRAWMODE 
FONTANGLE 
FONTNAME 
FONTSIZE 
FONTUNITS 
FONTWEIGHT 
GRIDLINESTYLE 
LINESTYLEORDER 
LINEWIDTH 
MINORGRIDLINESTYLE 
PLOTBOXASPECTRATIO 
PLOTBOXASPECTRATIOMODE 
PROJECTION 
TICKDIR 
TICKDIRMODE 
TICKLENGTH 
TIGHTINSET 
UNITS 
X_VIEWTRANSFORM 
X_PROJECTIONTRANSFORM 
X_VIEWPORTTRANSFORM 
X_NORMRENDERTRANSFORM 
X_RENDERTRANSFORM 


Constructor & Destructor Documentation

axes::axes::properties::~properties ( void   )  [inline]


Member Function Documentation

bool axes::axes::properties::activepositionproperty_is ( const std::string v  )  const [inline]

bool axes::axes::properties::alimmode_is ( const std::string v  )  const [inline]

std::set< std::string > axes::axes::properties::all_property_names ( void   )  const

bool axes::axes::properties::ambientlightcolor_is ( const std::string v  )  const [inline]

bool axes::axes::properties::ambientlightcolor_is_rgb ( void   )  const [inline]

bool axes::axes::properties::camerapositionmode_is ( const std::string v  )  const [inline]

bool axes::axes::properties::cameratargetmode_is ( const std::string v  )  const [inline]

bool axes::axes::properties::cameraupvectormode_is ( const std::string v  )  const [inline]

bool axes::axes::properties::cameraviewanglemode_is ( const std::string v  )  const [inline]

void axes::axes::properties::clear_zoom_stack ( void   ) 

bool axes::axes::properties::climmode_is ( const std::string v  )  const [inline]

bool axes::axes::properties::color_is ( const std::string v  )  const [inline]

bool axes::axes::properties::color_is_rgb ( void   )  const [inline]

ColumnVector axes::axes::properties::coord2pixel ( double  x,
double  y,
double  z 
) const [inline]

std::set< std::string > axes::axes::properties::core_property_names ( void   )  [static]

Reimplemented from base_properties.

bool axes::axes::properties::dataaspectratiomode_is ( const std::string v  )  const [inline]

bool axes::axes::properties::drawmode_is ( const std::string v  )  const [inline]

property_list::pval_map_type axes::axes::properties::factory_defaults ( void   )  [static]

Reimplemented from base_properties.

bool axes::axes::properties::fontangle_is ( const std::string v  )  const [inline]

bool axes::axes::properties::fontunits_is ( const std::string v  )  const [inline]

bool axes::axes::properties::fontweight_is ( const std::string v  )  const [inline]

octave_value axes::axes::properties::get ( const char *  pname  )  const [inline, virtual]

Reimplemented from base_properties.

octave_value axes::axes::properties::get ( const std::string pname  )  const [inline, virtual]

Reimplemented from base_properties.

octave_value axes::axes::properties::get ( const caseless_str pname  )  const [virtual]

Reimplemented from base_properties.

octave_value axes::axes::properties::get ( bool  all = false  )  const [virtual]

Reimplemented from base_properties.

std::string axes::axes::properties::get_activepositionproperty ( void   )  const [inline]

octave_value axes::axes::properties::get_alim ( void   )  const [inline, virtual]

Reimplemented from base_properties.

std::string axes::axes::properties::get_alimmode ( void   )  const [inline]

octave_value axes::axes::properties::get_ambientlightcolor ( void   )  const [inline]

Matrix axes::axes::properties::get_ambientlightcolor_rgb ( void   )  const [inline]

Matrix axes::axes::properties::get_axis_limits ( double  xmin,
double  xmax,
double  min_pos,
bool  logscale 
)

Matrix axes::axes::properties::get_boundingbox ( bool  internal = false  )  const [virtual]

Reimplemented from base_properties.

std::string axes::axes::properties::get_box ( void   )  const [inline]

octave_value axes::axes::properties::get_cameraposition ( void   )  const [inline]

std::string axes::axes::properties::get_camerapositionmode ( void   )  const [inline]

octave_value axes::axes::properties::get_cameratarget ( void   )  const [inline]

std::string axes::axes::properties::get_cameratargetmode ( void   )  const [inline]

octave_value axes::axes::properties::get_cameraupvector ( void   )  const [inline]

std::string axes::axes::properties::get_cameraupvectormode ( void   )  const [inline]

double axes::axes::properties::get_cameraviewangle ( void   )  const [inline]

std::string axes::axes::properties::get_cameraviewanglemode ( void   )  const [inline]

octave_value axes::axes::properties::get_clim ( void   )  const [inline, virtual]

Reimplemented from base_properties.

std::string axes::axes::properties::get_climmode ( void   )  const [inline]

octave_value axes::axes::properties::get_color ( void   )  const [inline]

Matrix axes::axes::properties::get_color_rgb ( void   )  const [inline]

octave_value axes::axes::properties::get_colororder ( void   )  const [inline]

octave_value axes::axes::properties::get_currentpoint ( void   )  const [inline]

octave_value axes::axes::properties::get_dataaspectratio ( void   )  const [inline]

std::string axes::axes::properties::get_dataaspectratiomode ( void   )  const [inline]

std::string axes::axes::properties::get_drawmode ( void   )  const [inline]

std::string axes::axes::properties::get_fontangle ( void   )  const [inline]

std::string axes::axes::properties::get_fontname ( void   )  const [inline]

double axes::axes::properties::get_fontsize ( void   )  const [inline]

std::string axes::axes::properties::get_fontunits ( void   )  const [inline]

std::string axes::axes::properties::get_fontweight ( void   )  const [inline]

std::string axes::axes::properties::get_gridlinestyle ( void   )  const [inline]

std::string axes::axes::properties::get_interpreter ( void   )  const [inline]

Matrix axes::axes::properties::get_inverse_transform_matrix ( void   )  const [inline]

std::string axes::axes::properties::get_key ( void   )  const [inline]

std::string axes::axes::properties::get_keybox ( void   )  const [inline]

octave_value axes::axes::properties::get_keypos ( void   )  const [inline]

std::string axes::axes::properties::get_keyreverse ( void   )  const [inline]

std::string axes::axes::properties::get_layer ( void   )  const [inline]

std::string axes::axes::properties::get_linestyleorder ( void   )  const [inline]

double axes::axes::properties::get_linewidth ( void   )  const [inline]

std::string axes::axes::properties::get_minorgridlinestyle ( void   )  const [inline]

std::string axes::axes::properties::get_nextplot ( void   )  const [inline]

Matrix axes::axes::properties::get_opengl_matrix_1 ( void   )  const [inline]

Matrix axes::axes::properties::get_opengl_matrix_2 ( void   )  const [inline]

octave_value axes::axes::properties::get_outerposition ( void   )  const [inline]

octave_value axes::axes::properties::get_plotboxaspectratio ( void   )  const [inline]

std::string axes::axes::properties::get_plotboxaspectratiomode ( void   )  const [inline]

octave_value axes::axes::properties::get_position ( void   )  const [inline]

std::string axes::axes::properties::get_projection ( void   )  const [inline]

axes::axes::properties::get_property ( const caseless_str pname  )  [virtual]

Reimplemented from base_properties.

std::string axes::axes::properties::get_tickdir ( void   )  const [inline]

std::string axes::axes::properties::get_tickdirmode ( void   )  const [inline]

octave_value axes::axes::properties::get_ticklength ( void   )  const [inline]

octave_value axes::axes::properties::get_tightinset ( void   )  const [inline]

graphics_handle axes::axes::properties::get_title ( void   )  const [inline]

graphics_xform axes::axes::properties::get_transform ( void   )  const [inline]

Matrix axes::axes::properties::get_transform_matrix ( void   )  const [inline]

Matrix axes::axes::properties::get_transform_zlim ( void   )  const [inline]

std::string axes::axes::properties::get_units ( void   )  const [inline]

octave_value axes::axes::properties::get_view ( void   )  const [inline]

octave_value axes::axes::properties::get_x_normrendertransform ( void   )  const [inline]

octave_value axes::axes::properties::get_x_projectiontransform ( void   )  const [inline]

octave_value axes::axes::properties::get_x_rendertransform ( void   )  const [inline]

const scaler& axes::axes::properties::get_x_scaler ( void   )  const [inline]

octave_value axes::axes::properties::get_x_viewporttransform ( void   )  const [inline]

octave_value axes::axes::properties::get_x_viewtransform ( void   )  const [inline]

std::string axes::axes::properties::get_xaxislocation ( void   )  const [inline]

octave_value axes::axes::properties::get_xcolor ( void   )  const [inline]

Matrix axes::axes::properties::get_xcolor_rgb ( void   )  const [inline]

std::string axes::axes::properties::get_xdir ( void   )  const [inline]

std::string axes::axes::properties::get_xgrid ( void   )  const [inline]

graphics_handle axes::axes::properties::get_xlabel ( void   )  const [inline]

octave_value axes::axes::properties::get_xlim ( void   )  const [inline, virtual]

Reimplemented from base_properties.

std::string axes::axes::properties::get_xlimmode ( void   )  const [inline]

std::string axes::axes::properties::get_xminorgrid ( void   )  const [inline]

std::string axes::axes::properties::get_xminortick ( void   )  const [inline]

std::string axes::axes::properties::get_xscale ( void   )  const [inline]

octave_value axes::axes::properties::get_xtick ( void   )  const [inline]

octave_value axes::axes::properties::get_xticklabel ( void   )  const [inline]

std::string axes::axes::properties::get_xticklabelmode ( void   )  const [inline]

std::string axes::axes::properties::get_xtickmode ( void   )  const [inline]

const scaler& axes::axes::properties::get_y_scaler ( void   )  const [inline]

std::string axes::axes::properties::get_yaxislocation ( void   )  const [inline]

octave_value axes::axes::properties::get_ycolor ( void   )  const [inline]

Matrix axes::axes::properties::get_ycolor_rgb ( void   )  const [inline]

std::string axes::axes::properties::get_ydir ( void   )  const [inline]

std::string axes::axes::properties::get_ygrid ( void   )  const [inline]

graphics_handle axes::axes::properties::get_ylabel ( void   )  const [inline]

octave_value axes::axes::properties::get_ylim ( void   )  const [inline, virtual]

Reimplemented from base_properties.

std::string axes::axes::properties::get_ylimmode ( void   )  const [inline]

std::string axes::axes::properties::get_yminorgrid ( void   )  const [inline]

std::string axes::axes::properties::get_yminortick ( void   )  const [inline]

std::string axes::axes::properties::get_yscale ( void   )  const [inline]

octave_value axes::axes::properties::get_ytick ( void   )  const [inline]

octave_value axes::axes::properties::get_yticklabel ( void   )  const [inline]

std::string axes::axes::properties::get_yticklabelmode ( void   )  const [inline]

std::string axes::axes::properties::get_ytickmode ( void   )  const [inline]

const scaler& axes::axes::properties::get_z_scaler ( void   )  const [inline]

octave_value axes::axes::properties::get_zcolor ( void   )  const [inline]

Matrix axes::axes::properties::get_zcolor_rgb ( void   )  const [inline]

std::string axes::axes::properties::get_zdir ( void   )  const [inline]

std::string axes::axes::properties::get_zgrid ( void   )  const [inline]

graphics_handle axes::axes::properties::get_zlabel ( void   )  const [inline]

octave_value axes::axes::properties::get_zlim ( void   )  const [inline, virtual]

Reimplemented from base_properties.

std::string axes::axes::properties::get_zlimmode ( void   )  const [inline]

std::string axes::axes::properties::get_zminorgrid ( void   )  const [inline]

std::string axes::axes::properties::get_zminortick ( void   )  const [inline]

std::string axes::axes::properties::get_zscale ( void   )  const [inline]

octave_value axes::axes::properties::get_ztick ( void   )  const [inline]

octave_value axes::axes::properties::get_zticklabel ( void   )  const [inline]

std::string axes::axes::properties::get_zticklabelmode ( void   )  const [inline]

std::string axes::axes::properties::get_ztickmode ( void   )  const [inline]

std::string axes::axes::properties::graphics_object_name ( void   )  const [inline, virtual]

Reimplemented from base_properties.

bool axes::axes::properties::gridlinestyle_is ( const std::string v  )  const [inline]

bool axes::axes::properties::has_core_property ( const caseless_str pname  )  [static]

Reimplemented from base_properties.

bool axes::axes::properties::has_property ( const caseless_str pname  )  const [virtual]

Reimplemented from base_properties.

void axes::axes::properties::init ( void   )  [protected, virtual]

Reimplemented from base_properties.

bool axes::axes::properties::interpreter_is ( const std::string v  )  const [inline]

bool axes::axes::properties::is_box ( void   )  const [inline]

bool axes::axes::properties::is_key ( void   )  const [inline]

bool axes::axes::properties::is_keybox ( void   )  const [inline]

bool axes::axes::properties::is_keyreverse ( void   )  const [inline]

bool axes::axes::properties::is_xgrid ( void   )  const [inline]

bool axes::axes::properties::is_xminorgrid ( void   )  const [inline]

bool axes::axes::properties::is_xminortick ( void   )  const [inline]

bool axes::axes::properties::is_ygrid ( void   )  const [inline]

bool axes::axes::properties::is_yminorgrid ( void   )  const [inline]

bool axes::axes::properties::is_yminortick ( void   )  const [inline]

bool axes::axes::properties::is_zgrid ( void   )  const [inline]

bool axes::axes::properties::is_zminorgrid ( void   )  const [inline]

bool axes::axes::properties::is_zminortick ( void   )  const [inline]

bool axes::axes::properties::layer_is ( const std::string v  )  const [inline]

bool axes::axes::properties::minorgridlinestyle_is ( const std::string v  )  const [inline]

bool axes::axes::properties::nextplot_is ( const std::string v  )  const [inline]

ColumnVector axes::axes::properties::pixel2coord ( double  px,
double  py 
) const [inline]

bool axes::axes::properties::plotboxaspectratiomode_is ( const std::string v  )  const [inline]

bool axes::axes::properties::projection_is ( const std::string v  )  const [inline]

void axes::axes::properties::remove_child ( const graphics_handle h  )  [virtual]

Reimplemented from base_properties.

void axes::axes::properties::set ( const caseless_str pname,
const octave_value val 
) [virtual]

Reimplemented from base_properties.

void axes::axes::properties::set_activepositionproperty ( const octave_value val  )  [inline]

void axes::axes::properties::set_alim ( const octave_value val  )  [inline]

void axes::axes::properties::set_alimmode ( const octave_value val  )  [inline]

void axes::axes::properties::set_ambientlightcolor ( const octave_value val  )  [inline]

void axes::axes::properties::set_box ( const octave_value val  )  [inline]

void axes::axes::properties::set_cameraposition ( const octave_value val  )  [inline]

void axes::axes::properties::set_camerapositionmode ( const octave_value val  )  [inline]

void axes::axes::properties::set_cameratarget ( const octave_value val  )  [inline]

void axes::axes::properties::set_cameratargetmode ( const octave_value val  )  [inline]

void axes::axes::properties::set_cameraupvector ( const octave_value val  )  [inline]

void axes::axes::properties::set_cameraupvectormode ( const octave_value val  )  [inline]

void axes::axes::properties::set_cameraviewangle ( const octave_value val  )  [inline]

void axes::axes::properties::set_cameraviewanglemode ( const octave_value val  )  [inline]

void axes::axes::properties::set_clim ( const octave_value val  )  [inline]

void axes::axes::properties::set_climmode ( const octave_value val  )  [inline]

void axes::axes::properties::set_color ( const octave_value val  )  [inline]

void axes::axes::properties::set_colororder ( const octave_value val  )  [inline]

void axes::axes::properties::set_currentpoint ( const octave_value val  )  [inline]

void axes::axes::properties::set_dataaspectratio ( const octave_value val  )  [inline]

void axes::axes::properties::set_dataaspectratiomode ( const octave_value val  )  [inline]

void axes::axes::properties::set_defaults ( base_graphics_object obj,
const std::string mode 
)

void axes::axes::properties::set_drawmode ( const octave_value val  )  [inline]

void axes::axes::properties::set_fontangle ( const octave_value val  )  [inline]

void axes::axes::properties::set_fontname ( const octave_value val  )  [inline]

void axes::axes::properties::set_fontsize ( const octave_value val  )  [inline]

void axes::axes::properties::set_fontunits ( const octave_value val  )  [inline]

void axes::axes::properties::set_fontweight ( const octave_value val  )  [inline]

void axes::axes::properties::set_gridlinestyle ( const octave_value val  )  [inline]

void axes::axes::properties::set_interpreter ( const octave_value val  )  [inline]

void axes::axes::properties::set_key ( const octave_value val  )  [inline]

void axes::axes::properties::set_keybox ( const octave_value val  )  [inline]

void axes::axes::properties::set_keypos ( const octave_value val  )  [inline]

void axes::axes::properties::set_keyreverse ( const octave_value val  )  [inline]

void axes::axes::properties::set_layer ( const octave_value val  )  [inline]

void axes::axes::properties::set_linestyleorder ( const octave_value val  )  [inline]

void axes::axes::properties::set_linewidth ( const octave_value val  )  [inline]

void axes::axes::properties::set_minorgridlinestyle ( const octave_value val  )  [inline]

void axes::axes::properties::set_nextplot ( const octave_value val  )  [inline]

void axes::axes::properties::set_outerposition ( const octave_value val  )  [inline]

void axes::axes::properties::set_plotboxaspectratio ( const octave_value val  )  [inline]

void axes::axes::properties::set_plotboxaspectratiomode ( const octave_value val  )  [inline]

void axes::axes::properties::set_position ( const octave_value val  )  [inline]

void axes::axes::properties::set_projection ( const octave_value val  )  [inline]

void axes::axes::properties::set_tickdir ( const octave_value val  )  [inline]

void axes::axes::properties::set_tickdirmode ( const octave_value val  )  [inline]

void axes::axes::properties::set_ticklength ( const octave_value val  )  [inline]

void axes::axes::properties::set_tightinset ( const octave_value val  )  [inline]

void axes::axes::properties::set_title ( const octave_value val  ) 

void axes::axes::properties::set_units ( const octave_value val  )  [inline]

void axes::axes::properties::set_view ( const octave_value val  )  [inline]

void axes::axes::properties::set_x_normrendertransform ( const octave_value val  )  [inline]

void axes::axes::properties::set_x_projectiontransform ( const octave_value val  )  [inline]

void axes::axes::properties::set_x_rendertransform ( const octave_value val  )  [inline]

void axes::axes::properties::set_x_viewporttransform ( const octave_value val  )  [inline]

void axes::axes::properties::set_x_viewtransform ( const octave_value val  )  [inline]

void axes::axes::properties::set_xaxislocation ( const octave_value val  )  [inline]

void axes::axes::properties::set_xcolor ( const octave_value val  )  [inline]

void axes::axes::properties::set_xdir ( const octave_value val  )  [inline]

void axes::axes::properties::set_xgrid ( const octave_value val  )  [inline]

void axes::axes::properties::set_xlabel ( const octave_value val  ) 

void axes::axes::properties::set_xlim ( const octave_value val  )  [inline]

void axes::axes::properties::set_xlimmode ( const octave_value val  )  [inline]

void axes::axes::properties::set_xminorgrid ( const octave_value val  )  [inline]

void axes::axes::properties::set_xminortick ( const octave_value val  )  [inline]

void axes::axes::properties::set_xscale ( const octave_value val  )  [inline]

void axes::axes::properties::set_xtick ( const octave_value val  )  [inline]

void axes::axes::properties::set_xticklabel ( const octave_value val  )  [inline]

void axes::axes::properties::set_xticklabelmode ( const octave_value val  )  [inline]

void axes::axes::properties::set_xtickmode ( const octave_value val  )  [inline]

void axes::axes::properties::set_yaxislocation ( const octave_value val  )  [inline]

void axes::axes::properties::set_ycolor ( const octave_value val  )  [inline]

void axes::axes::properties::set_ydir ( const octave_value val  )  [inline]

void axes::axes::properties::set_ygrid ( const octave_value val  )  [inline]

void axes::axes::properties::set_ylabel ( const octave_value val  ) 

void axes::axes::properties::set_ylim ( const octave_value val  )  [inline]

void axes::axes::properties::set_ylimmode ( const octave_value val  )  [inline]

void axes::axes::properties::set_yminorgrid ( const octave_value val  )  [inline]

void axes::axes::properties::set_yminortick ( const octave_value val  )  [inline]

void axes::axes::properties::set_yscale ( const octave_value val  )  [inline]

void axes::axes::properties::set_ytick ( const octave_value val  )  [inline]

void axes::axes::properties::set_yticklabel ( const octave_value val  )  [inline]

void axes::axes::properties::set_yticklabelmode ( const octave_value val  )  [inline]

void axes::axes::properties::set_ytickmode ( const octave_value val  )  [inline]

void axes::axes::properties::set_zcolor ( const octave_value val  )  [inline]

void axes::axes::properties::set_zdir ( const octave_value val  )  [inline]

void axes::axes::properties::set_zgrid ( const octave_value val  )  [inline]

void axes::axes::properties::set_zlabel ( const octave_value val  ) 

void axes::axes::properties::set_zlim ( const octave_value val  )  [inline]

void axes::axes::properties::set_zlimmode ( const octave_value val  )  [inline]

void axes::axes::properties::set_zminorgrid ( const octave_value val  )  [inline]

void axes::axes::properties::set_zminortick ( const octave_value val  )  [inline]

void axes::axes::properties::set_zscale ( const octave_value val  )  [inline]

void axes::axes::properties::set_ztick ( const octave_value val  )  [inline]

void axes::axes::properties::set_zticklabel ( const octave_value val  )  [inline]

void axes::axes::properties::set_zticklabelmode ( const octave_value val  )  [inline]

void axes::axes::properties::set_ztickmode ( const octave_value val  )  [inline]

bool axes::axes::properties::tickdir_is ( const std::string v  )  const [inline]

bool axes::axes::properties::tickdirmode_is ( const std::string v  )  const [inline]

void axes::axes::properties::translate_view ( double  delta_x,
double  delta_y 
)

bool axes::axes::properties::units_is ( const std::string v  )  const [inline]

void axes::axes::properties::unzoom ( void   ) 

void axes::axes::properties::update_aspectratios ( void   ) 

void axes::axes::properties::update_boundingbox ( void   )  [inline, virtual]

Reimplemented from base_properties.

void axes::axes::properties::update_camera ( void   ) 

void axes::axes::properties::update_transform ( void   )  [inline]

void axes::axes::properties::update_xlim ( bool  do_clr_zoom = true  )  [inline]

void axes::axes::properties::update_ylim ( bool  do_clr_zoom = true  )  [inline]

void axes::axes::properties::update_zlim ( void   )  [inline]

bool axes::axes::properties::xaxislocation_is ( const std::string v  )  const [inline]

bool axes::axes::properties::xcolor_is ( const std::string v  )  const [inline]

bool axes::axes::properties::xcolor_is_rgb ( void   )  const [inline]

bool axes::axes::properties::xdir_is ( const std::string v  )  const [inline]

bool axes::axes::properties::xlimmode_is ( const std::string v  )  const [inline]

bool axes::axes::properties::xscale_is ( const std::string v  )  const [inline]

bool axes::axes::properties::xticklabelmode_is ( const std::string v  )  const [inline]

bool axes::axes::properties::xtickmode_is ( const std::string v  )  const [inline]

bool axes::axes::properties::yaxislocation_is ( const std::string v  )  const [inline]

bool axes::axes::properties::ycolor_is ( const std::string v  )  const [inline]

bool axes::axes::properties::ycolor_is_rgb ( void   )  const [inline]

bool axes::axes::properties::ydir_is ( const std::string v  )  const [inline]

bool axes::axes::properties::ylimmode_is ( const std::string v  )  const [inline]

bool axes::axes::properties::yscale_is ( const std::string v  )  const [inline]

bool axes::axes::properties::yticklabelmode_is ( const std::string v  )  const [inline]

bool axes::axes::properties::ytickmode_is ( const std::string v  )  const [inline]

bool axes::axes::properties::zcolor_is ( const std::string v  )  const [inline]

bool axes::axes::properties::zcolor_is_rgb ( void   )  const [inline]

bool axes::axes::properties::zdir_is ( const std::string v  )  const [inline]

bool axes::axes::properties::zlimmode_is ( const std::string v  )  const [inline]

void axes::axes::properties::zoom ( const Matrix xl,
const Matrix yl,
bool  push_to_zoom_stack = true 
)

void axes::axes::properties::zoom_about_point ( double  x,
double  y,
double  factor,
bool  push_to_zoom_stack = true 
)

bool axes::axes::properties::zscale_is ( const std::string v  )  const [inline]

bool axes::axes::properties::zticklabelmode_is ( const std::string v  )  const [inline]

bool axes::axes::properties::ztickmode_is ( const std::string v  )  const [inline]


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