Navigation

Operators and Keywords

Function List:

C++ API

patch::properties Class Reference

#include <graphics.h>

Inherits base_properties.

Collaboration diagram for patch::properties:

List of all members.

Public Types

enum  {
  ID_XDATA = 7000, ID_YDATA = 7001, ID_ZDATA = 7002, ID_CDATA = 7003,
  ID_CDATAMAPPING = 7004, ID_FACES = 7005, ID_FACEVERTEXALPHADATA = 7006, ID_FACEVERTEXCDATA = 7007,
  ID_VERTICES = 7008, ID_VERTEXNORMALS = 7009, ID_NORMALMODE = 7010, ID_FACECOLOR = 7011,
  ID_FACEALPHA = 7012, ID_FACELIGHTING = 7013, ID_EDGECOLOR = 7014, ID_EDGEALPHA = 7015,
  ID_EDGELIGHTING = 7016, ID_BACKFACELIGHTING = 7017, ID_AMBIENTSTRENGTH = 7018, ID_DIFFUSESTRENGTH = 7019,
  ID_SPECULARSTRENGTH = 7020, ID_SPECULAREXPONENT = 7021, ID_SPECULARCOLORREFLECTANCE = 7022, ID_ERASEMODE = 7023,
  ID_LINESTYLE = 7024, ID_LINEWIDTH = 7025, ID_MARKER = 7026, ID_MARKEREDGECOLOR = 7027,
  ID_MARKERFACECOLOR = 7028, ID_MARKERSIZE = 7029, ID_INTERPRETER = 7030, ID_DISPLAYNAME = 7031,
  ID_ALPHADATAMAPPING = 7032, ID_XLIM = 7033, ID_YLIM = 7034, ID_ZLIM = 7035,
  ID_CLIM = 7036, ID_ALIM = 7037, ID_XLIMINCLUDE = 7038, ID_YLIMINCLUDE = 7039,
  ID_ZLIMINCLUDE = 7040, ID_CLIMINCLUDE = 7041, ID_ALIMINCLUDE = 7042
}

Public Member Functions

octave_value get_color_data (void) const
bool is_climinclude (void) const
std::string get_climinclude (void) const
bool is_aliminclude (void) const
std::string get_aliminclude (void) const
 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::string > all_property_names (void) const
bool has_property (const caseless_str &pname) const
octave_value get_xdata (void) const
octave_value get_ydata (void) const
octave_value get_zdata (void) const
octave_value get_cdata (void) const
bool cdatamapping_is (const std::string &v) const
std::string get_cdatamapping (void) const
octave_value get_faces (void) const
octave_value get_facevertexalphadata (void) const
octave_value get_facevertexcdata (void) const
octave_value get_vertices (void) const
octave_value get_vertexnormals (void) const
bool normalmode_is (const std::string &v) const
std::string get_normalmode (void) const
bool facecolor_is_rgb (void) const
bool facecolor_is (const std::string &v) const
Matrix get_facecolor_rgb (void) const
octave_value get_facecolor (void) const
bool facealpha_is_double (void) const
bool facealpha_is (const std::string &v) const
double get_facealpha_double (void) const
octave_value get_facealpha (void) const
bool facelighting_is (const std::string &v) const
std::string get_facelighting (void) const
bool edgecolor_is_rgb (void) const
bool edgecolor_is (const std::string &v) const
Matrix get_edgecolor_rgb (void) const
octave_value get_edgecolor (void) const
bool edgealpha_is_double (void) const
bool edgealpha_is (const std::string &v) const
double get_edgealpha_double (void) const
octave_value get_edgealpha (void) const
bool edgelighting_is (const std::string &v) const
std::string get_edgelighting (void) const
bool backfacelighting_is (const std::string &v) const
std::string get_backfacelighting (void) const
double get_ambientstrength (void) const
double get_diffusestrength (void) const
double get_specularstrength (void) const
double get_specularexponent (void) const
double get_specularcolorreflectance (void) const
bool erasemode_is (const std::string &v) const
std::string get_erasemode (void) const
bool linestyle_is (const std::string &v) const
std::string get_linestyle (void) const
double get_linewidth (void) const
bool marker_is (const std::string &v) const
std::string get_marker (void) const
bool markeredgecolor_is_rgb (void) const
bool markeredgecolor_is (const std::string &v) const
Matrix get_markeredgecolor_rgb (void) const
octave_value get_markeredgecolor (void) const
bool markerfacecolor_is_rgb (void) const
bool markerfacecolor_is (const std::string &v) const
Matrix get_markerfacecolor_rgb (void) const
octave_value get_markerfacecolor (void) const
double get_markersize (void) const
bool interpreter_is (const std::string &v) const
std::string get_interpreter (void) const
std::string get_displayname (void) const
bool alphadatamapping_is (const std::string &v) const
std::string get_alphadatamapping (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 is_xliminclude (void) const
std::string get_xliminclude (void) const
bool is_yliminclude (void) const
std::string get_yliminclude (void) const
bool is_zliminclude (void) const
std::string get_zliminclude (void) const
void set_xdata (const octave_value &val)
void set_ydata (const octave_value &val)
void set_zdata (const octave_value &val)
void set_cdata (const octave_value &val)
void set_cdatamapping (const octave_value &val)
void set_faces (const octave_value &val)
void set_facevertexalphadata (const octave_value &val)
void set_facevertexcdata (const octave_value &val)
void set_vertices (const octave_value &val)
void set_vertexnormals (const octave_value &val)
void set_normalmode (const octave_value &val)
void set_facecolor (const octave_value &val)
void set_facealpha (const octave_value &val)
void set_facelighting (const octave_value &val)
void set_edgecolor (const octave_value &val)
void set_edgealpha (const octave_value &val)
void set_edgelighting (const octave_value &val)
void set_backfacelighting (const octave_value &val)
void set_ambientstrength (const octave_value &val)
void set_diffusestrength (const octave_value &val)
void set_specularstrength (const octave_value &val)
void set_specularexponent (const octave_value &val)
void set_specularcolorreflectance (const octave_value &val)
void set_erasemode (const octave_value &val)
void set_linestyle (const octave_value &val)
void set_linewidth (const octave_value &val)
void set_marker (const octave_value &val)
void set_markeredgecolor (const octave_value &val)
void set_markerfacecolor (const octave_value &val)
void set_markersize (const octave_value &val)
void set_interpreter (const octave_value &val)
void set_displayname (const octave_value &val)
void set_alphadatamapping (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_xliminclude (const octave_value &val)
void set_yliminclude (const octave_value &val)
void set_zliminclude (const octave_value &val)
void set_climinclude (const octave_value &val)
void set_aliminclude (const octave_value &val)

Static Public Member Functions

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

Protected Member Functions

void init (void)

Member Enumeration Documentation

anonymous enum
Enumerator:
ID_XDATA 
ID_YDATA 
ID_ZDATA 
ID_CDATA 
ID_CDATAMAPPING 
ID_FACES 
ID_FACEVERTEXALPHADATA 
ID_FACEVERTEXCDATA 
ID_VERTICES 
ID_VERTEXNORMALS 
ID_NORMALMODE 
ID_FACECOLOR 
ID_FACEALPHA 
ID_FACELIGHTING 
ID_EDGECOLOR 
ID_EDGEALPHA 
ID_EDGELIGHTING 
ID_BACKFACELIGHTING 
ID_AMBIENTSTRENGTH 
ID_DIFFUSESTRENGTH 
ID_SPECULARSTRENGTH 
ID_SPECULAREXPONENT 
ID_SPECULARCOLORREFLECTANCE 
ID_ERASEMODE 
ID_LINESTYLE 
ID_LINEWIDTH 
ID_MARKER 
ID_MARKEREDGECOLOR 
ID_MARKERFACECOLOR 
ID_MARKERSIZE 
ID_INTERPRETER 
ID_DISPLAYNAME 
ID_ALPHADATAMAPPING 
ID_XLIM 
ID_YLIM 
ID_ZLIM 
ID_CLIM 
ID_ALIM 
ID_XLIMINCLUDE 
ID_YLIMINCLUDE 
ID_ZLIMINCLUDE 
ID_CLIMINCLUDE 
ID_ALIMINCLUDE 

Constructor & Destructor Documentation

patch::properties::properties ( const graphics_handle mh,
const graphics_handle p 
)
patch::properties::~properties ( void   )  [inline]

Member Function Documentation

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

Reimplemented from base_properties.

bool patch::properties::alphadatamapping_is ( const std::string &  v  )  const [inline]
bool patch::properties::backfacelighting_is ( const std::string &  v  )  const [inline]
bool patch::properties::cdatamapping_is ( const std::string &  v  )  const [inline]
std::set< std::string > patch::properties::core_property_names ( void   )  [static]

Reimplemented from base_properties.

bool patch::properties::edgealpha_is ( const std::string &  v  )  const [inline]
bool patch::properties::edgealpha_is_double ( void   )  const [inline]
bool patch::properties::edgecolor_is ( const std::string &  v  )  const [inline]
bool patch::properties::edgecolor_is_rgb ( void   )  const [inline]
bool patch::properties::edgelighting_is ( const std::string &  v  )  const [inline]
bool patch::properties::erasemode_is ( const std::string &  v  )  const [inline]
bool patch::properties::facealpha_is ( const std::string &  v  )  const [inline]
bool patch::properties::facealpha_is_double ( void   )  const [inline]
bool patch::properties::facecolor_is ( const std::string &  v  )  const [inline]
bool patch::properties::facecolor_is_rgb ( void   )  const [inline]
bool patch::properties::facelighting_is ( const std::string &  v  )  const [inline]
property_list::pval_map_type patch::properties::factory_defaults ( void   )  [static]

Reimplemented from base_properties.

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

Reimplemented from base_properties.

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

Reimplemented from base_properties.

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

Reimplemented from base_properties.

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

Reimplemented from base_properties.

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

Reimplemented from base_properties.

std::string patch::properties::get_aliminclude ( void   )  const [inline]
std::string patch::properties::get_alphadatamapping ( void   )  const [inline]
double patch::properties::get_ambientstrength ( void   )  const [inline]
std::string patch::properties::get_backfacelighting ( void   )  const [inline]
octave_value patch::properties::get_cdata ( void   )  const [inline]
std::string patch::properties::get_cdatamapping ( void   )  const [inline]
octave_value patch::properties::get_clim ( void   )  const [inline, virtual]

Reimplemented from base_properties.

std::string patch::properties::get_climinclude ( void   )  const [inline]
octave_value patch::properties::get_color_data ( void   )  const
double patch::properties::get_diffusestrength ( void   )  const [inline]
std::string patch::properties::get_displayname ( void   )  const [inline]
octave_value patch::properties::get_edgealpha ( void   )  const [inline]
double patch::properties::get_edgealpha_double ( void   )  const [inline]
octave_value patch::properties::get_edgecolor ( void   )  const [inline]
Matrix patch::properties::get_edgecolor_rgb ( void   )  const [inline]
std::string patch::properties::get_edgelighting ( void   )  const [inline]
std::string patch::properties::get_erasemode ( void   )  const [inline]
octave_value patch::properties::get_facealpha ( void   )  const [inline]
double patch::properties::get_facealpha_double ( void   )  const [inline]
octave_value patch::properties::get_facecolor ( void   )  const [inline]
Matrix patch::properties::get_facecolor_rgb ( void   )  const [inline]
std::string patch::properties::get_facelighting ( void   )  const [inline]
octave_value patch::properties::get_faces ( void   )  const [inline]
octave_value patch::properties::get_facevertexalphadata ( void   )  const [inline]
octave_value patch::properties::get_facevertexcdata ( void   )  const [inline]
std::string patch::properties::get_interpreter ( void   )  const [inline]
std::string patch::properties::get_linestyle ( void   )  const [inline]
double patch::properties::get_linewidth ( void   )  const [inline]
std::string patch::properties::get_marker ( void   )  const [inline]
octave_value patch::properties::get_markeredgecolor ( void   )  const [inline]
Matrix patch::properties::get_markeredgecolor_rgb ( void   )  const [inline]
octave_value patch::properties::get_markerfacecolor ( void   )  const [inline]
Matrix patch::properties::get_markerfacecolor_rgb ( void   )  const [inline]
double patch::properties::get_markersize ( void   )  const [inline]
std::string patch::properties::get_normalmode ( void   )  const [inline]
patch::properties::get_property ( const caseless_str pname  )  [virtual]

Reimplemented from base_properties.

double patch::properties::get_specularcolorreflectance ( void   )  const [inline]
double patch::properties::get_specularexponent ( void   )  const [inline]
double patch::properties::get_specularstrength ( void   )  const [inline]
octave_value patch::properties::get_vertexnormals ( void   )  const [inline]
octave_value patch::properties::get_vertices ( void   )  const [inline]
octave_value patch::properties::get_xdata ( void   )  const [inline]
octave_value patch::properties::get_xlim ( void   )  const [inline, virtual]

Reimplemented from base_properties.

std::string patch::properties::get_xliminclude ( void   )  const [inline]
octave_value patch::properties::get_ydata ( void   )  const [inline]
octave_value patch::properties::get_ylim ( void   )  const [inline, virtual]

Reimplemented from base_properties.

std::string patch::properties::get_yliminclude ( void   )  const [inline]
octave_value patch::properties::get_zdata ( void   )  const [inline]
octave_value patch::properties::get_zlim ( void   )  const [inline, virtual]

Reimplemented from base_properties.

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

Reimplemented from base_properties.

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

Reimplemented from base_properties.

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

Reimplemented from base_properties.

void patch::properties::init ( void   )  [inline, protected, virtual]

Reimplemented from base_properties.

bool patch::properties::interpreter_is ( const std::string &  v  )  const [inline]
bool patch::properties::is_aliminclude ( void   )  const [inline, virtual]

Reimplemented from base_properties.

bool patch::properties::is_climinclude ( void   )  const [inline, virtual]

Reimplemented from base_properties.

bool patch::properties::is_xliminclude ( void   )  const [inline, virtual]

Reimplemented from base_properties.

bool patch::properties::is_yliminclude ( void   )  const [inline, virtual]

Reimplemented from base_properties.

bool patch::properties::is_zliminclude ( void   )  const [inline, virtual]

Reimplemented from base_properties.

bool patch::properties::linestyle_is ( const std::string &  v  )  const [inline]
bool patch::properties::marker_is ( const std::string &  v  )  const [inline]
bool patch::properties::markeredgecolor_is ( const std::string &  v  )  const [inline]
bool patch::properties::markeredgecolor_is_rgb ( void   )  const [inline]
bool patch::properties::markerfacecolor_is ( const std::string &  v  )  const [inline]
bool patch::properties::markerfacecolor_is_rgb ( void   )  const [inline]
bool patch::properties::normalmode_is ( const std::string &  v  )  const [inline]
void patch::properties::set ( const caseless_str pname,
const octave_value val 
) [virtual]

Reimplemented from base_properties.

void patch::properties::set_alim ( const octave_value val  )  [inline]
void patch::properties::set_aliminclude ( const octave_value val  )  [inline]
void patch::properties::set_alphadatamapping ( const octave_value val  )  [inline]
void patch::properties::set_ambientstrength ( const octave_value val  )  [inline]
void patch::properties::set_backfacelighting ( const octave_value val  )  [inline]
void patch::properties::set_cdata ( const octave_value val  )  [inline]
void patch::properties::set_cdatamapping ( const octave_value val  )  [inline]
void patch::properties::set_clim ( const octave_value val  )  [inline]
void patch::properties::set_climinclude ( const octave_value val  )  [inline]
void patch::properties::set_diffusestrength ( const octave_value val  )  [inline]
void patch::properties::set_displayname ( const octave_value val  )  [inline]
void patch::properties::set_edgealpha ( const octave_value val  )  [inline]
void patch::properties::set_edgecolor ( const octave_value val  )  [inline]
void patch::properties::set_edgelighting ( const octave_value val  )  [inline]
void patch::properties::set_erasemode ( const octave_value val  )  [inline]
void patch::properties::set_facealpha ( const octave_value val  )  [inline]
void patch::properties::set_facecolor ( const octave_value val  )  [inline]
void patch::properties::set_facelighting ( const octave_value val  )  [inline]
void patch::properties::set_faces ( const octave_value val  )  [inline]
void patch::properties::set_facevertexalphadata ( const octave_value val  )  [inline]
void patch::properties::set_facevertexcdata ( const octave_value val  )  [inline]
void patch::properties::set_interpreter ( const octave_value val  )  [inline]
void patch::properties::set_linestyle ( const octave_value val  )  [inline]
void patch::properties::set_linewidth ( const octave_value val  )  [inline]
void patch::properties::set_marker ( const octave_value val  )  [inline]
void patch::properties::set_markeredgecolor ( const octave_value val  )  [inline]
void patch::properties::set_markerfacecolor ( const octave_value val  )  [inline]
void patch::properties::set_markersize ( const octave_value val  )  [inline]
void patch::properties::set_normalmode ( const octave_value val  )  [inline]
void patch::properties::set_specularcolorreflectance ( const octave_value val  )  [inline]
void patch::properties::set_specularexponent ( const octave_value val  )  [inline]
void patch::properties::set_specularstrength ( const octave_value val  )  [inline]
void patch::properties::set_vertexnormals ( const octave_value val  )  [inline]
void patch::properties::set_vertices ( const octave_value val  )  [inline]
void patch::properties::set_xdata ( const octave_value val  )  [inline]
void patch::properties::set_xlim ( const octave_value val  )  [inline]
void patch::properties::set_xliminclude ( const octave_value val  )  [inline]
void patch::properties::set_ydata ( const octave_value val  )  [inline]
void patch::properties::set_ylim ( const octave_value val  )  [inline]
void patch::properties::set_yliminclude ( const octave_value val  )  [inline]
void patch::properties::set_zdata ( const octave_value val  )  [inline]
void patch::properties::set_zlim ( const octave_value val  )  [inline]
void patch::properties::set_zliminclude ( const octave_value val  )  [inline]

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines