GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
patch::properties Class Reference

#include "graphics.h"

Inheritance diagram for patch::properties:
base_properties

Public Types

enum  {
  ID_ALPHADATAMAPPING = 8000 , ID_AMBIENTSTRENGTH = 8001 , ID_BACKFACELIGHTING = 8002 , ID_CDATA = 8003 ,
  ID_CDATAMAPPING = 8004 , ID_DIFFUSESTRENGTH = 8005 , ID_DISPLAYNAME = 8006 , ID_EDGEALPHA = 8007 ,
  ID_EDGECOLOR = 8008 , ID_EDGELIGHTING = 8009 , ID_FACEALPHA = 8010 , ID_FACECOLOR = 8011 ,
  ID_FACELIGHTING = 8012 , ID_FACENORMALS = 8013 , ID_FACENORMALSMODE = 8014 , ID_FACES = 8015 ,
  ID_FACEVERTEXALPHADATA = 8016 , ID_FACEVERTEXCDATA = 8017 , ID_LINESTYLE = 8018 , ID_LINEWIDTH = 8019 ,
  ID_MARKER = 8020 , ID_MARKEREDGECOLOR = 8021 , ID_MARKERFACECOLOR = 8022 , ID_MARKERSIZE = 8023 ,
  ID_SPECULARCOLORREFLECTANCE = 8024 , ID_SPECULAREXPONENT = 8025 , ID_SPECULARSTRENGTH = 8026 , ID_VERTEXNORMALS = 8027 ,
  ID_VERTEXNORMALSMODE = 8028 , ID_VERTICES = 8029 , ID_XDATA = 8030 , ID_YDATA = 8031 ,
  ID_ZDATA = 8032 , ID_ALIM = 8033 , ID_CLIM = 8034 , ID_XLIM = 8035 ,
  ID_YLIM = 8036 , ID_ZLIM = 8037 , ID_ALIMINCLUDE = 8038 , ID_CLIMINCLUDE = 8039 ,
  ID_XLIMINCLUDE = 8040 , ID_YLIMINCLUDE = 8041 , ID_ZLIMINCLUDE = 8042
}
 
- Public Types inherited from base_properties
enum  {
  ID_BEINGDELETED = 0 , ID_BUSYACTION = 1 , ID_BUTTONDOWNFCN = 2 , ID_CHILDREN = 3 ,
  ID_CLIPPING = 4 , ID_CONTEXTMENU = 5 , ID_CREATEFCN = 6 , ID_DELETEFCN = 7 ,
  ID_HANDLEVISIBILITY = 8 , ID_HITTEST = 9 , ID_INTERRUPTIBLE = 10 , ID_PARENT = 11 ,
  ID_PICKABLEPARTS = 12 , ID_SELECTED = 13 , ID_SELECTIONHIGHLIGHT = 14 , ID_TAG = 15 ,
  ID_TYPE = 16 , ID_UICONTEXTMENU = 17 , ID_USERDATA = 18 , ID_VISIBLE = 19 ,
  ID___APPDATA__ = 20 , ID___MODIFIED__ = 21 , ID___MYHANDLE__ = 22
}
 

Public Member Functions

 properties ()=delete
 
 properties (const graphics_handle &mh, const graphics_handle &p)
 
 ~properties ()=default
 
std::set< std::string > all_property_names () const
 
bool alphadatamapping_is (const std::string &v) const
 
bool backfacelighting_is (const std::string &v) const
 
bool cdatamapping_is (const std::string &v) const
 
bool edgealpha_is (const std::string &v) const
 
bool edgealpha_is_double () const
 
bool edgecolor_is (const std::string &v) const
 
bool edgecolor_is_rgb () const
 
bool edgelighting_is (const std::string &v) const
 
bool facealpha_is (const std::string &v) const
 
bool facealpha_is_double () const
 
bool facecolor_is (const std::string &v) const
 
bool facecolor_is_rgb () const
 
bool facelighting_is (const std::string &v) const
 
bool facenormalsmode_is (const std::string &v) const
 
octave_value get (bool all=false) const
 
octave_value get (const caseless_str &pname) const
 
octave_value get (const char *pname) const
 
octave_value get (const std::string &pname) const
 
octave_value get_alim () const
 
std::string get_aliminclude () const
 
std::string get_alphadatamapping () const
 
double get_ambientstrength () const
 
std::string get_backfacelighting () const
 
octave_value get_cdata () const
 
std::string get_cdatamapping () const
 
octave_value get_clim () const
 
std::string get_climinclude () const
 
octave_value get_color_data () const
 
double get_diffusestrength () const
 
std::string get_displayname () const
 
bool get_do_lighting () const
 
octave_value get_edgealpha () const
 
double get_edgealpha_double () const
 
octave_value get_edgecolor () const
 
Matrix get_edgecolor_rgb () const
 
std::string get_edgelighting () const
 
octave_value get_facealpha () const
 
double get_facealpha_double () const
 
octave_value get_facecolor () const
 
Matrix get_facecolor_rgb () const
 
std::string get_facelighting () const
 
octave_value get_facenormals () const
 
std::string get_facenormalsmode () const
 
octave_value get_faces () const
 
octave_value get_facevertexalphadata () const
 
octave_value get_facevertexcdata () const
 
std::string get_linestyle () const
 
double get_linewidth () const
 
std::string get_marker () const
 
octave_value get_markeredgecolor () const
 
Matrix get_markeredgecolor_rgb () const
 
octave_value get_markerfacecolor () const
 
Matrix get_markerfacecolor_rgb () const
 
double get_markersize () const
 
property get_property (const caseless_str &pname)
 
double get_specularcolorreflectance () const
 
double get_specularexponent () const
 
double get_specularstrength () const
 
octave_value get_vertexnormals () const
 
std::string get_vertexnormalsmode () const
 
octave_value get_vertices () const
 
octave_value get_xdata () const
 
octave_value get_xlim () const
 
std::string get_xliminclude () const
 
octave_value get_ydata () const
 
octave_value get_ylim () const
 
std::string get_yliminclude () const
 
octave_value get_zdata () const
 
octave_value get_zlim () const
 
std::string get_zliminclude () const
 
std::string graphics_object_name () const
 
bool has_bad_data (std::string &msg) const
 
bool has_property (const caseless_str &pname) const
 
bool is_aliminclude () const
 
bool is_climinclude () const
 
bool is_xliminclude () const
 
bool is_yliminclude () const
 
bool is_zliminclude () const
 
bool linestyle_is (const std::string &v) const
 
bool marker_is (const std::string &v) const
 
bool markeredgecolor_is (const std::string &v) const
 
bool markeredgecolor_is_rgb () const
 
bool markerfacecolor_is (const std::string &v) const
 
bool markerfacecolor_is_rgb () const
 
void set (const caseless_str &pname, const octave_value &val)
 
void set_alim (const octave_value &val)
 
void set_aliminclude (const octave_value &val)
 
void set_alphadatamapping (const octave_value &val)
 
void set_ambientstrength (const octave_value &val)
 
void set_backfacelighting (const octave_value &val)
 
void set_cdata (const octave_value &val)
 
void set_cdatamapping (const octave_value &val)
 
void set_clim (const octave_value &val)
 
void set_climinclude (const octave_value &val)
 
void set_diffusestrength (const octave_value &val)
 
void set_displayname (const octave_value &val)
 
void set_edgealpha (const octave_value &val)
 
void set_edgecolor (const octave_value &val)
 
void set_edgelighting (const octave_value &val)
 
void set_facealpha (const octave_value &val)
 
void set_facecolor (const octave_value &val)
 
void set_facelighting (const octave_value &val)
 
void set_facenormals (const octave_value &val)
 
void set_facenormalsmode (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_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_specularcolorreflectance (const octave_value &val)
 
void set_specularexponent (const octave_value &val)
 
void set_specularstrength (const octave_value &val)
 
void set_vertexnormals (const octave_value &val)
 
void set_vertexnormalsmode (const octave_value &val)
 
void set_vertices (const octave_value &val)
 
void set_xdata (const octave_value &val)
 
void set_xlim (const octave_value &val)
 
void set_xliminclude (const octave_value &val)
 
void set_ydata (const octave_value &val)
 
void set_ylim (const octave_value &val)
 
void set_yliminclude (const octave_value &val)
 
void set_zdata (const octave_value &val)
 
void set_zlim (const octave_value &val)
 
void set_zliminclude (const octave_value &val)
 
void update_normals (bool reset, bool force=false)
 
bool vertexnormalsmode_is (const std::string &v) const
 
- Public Member Functions inherited from base_properties
 base_properties (const std::string &ty="unknown", const graphics_handle &mh=graphics_handle(), const graphics_handle &p=graphics_handle())
 
virtual ~base_properties ()=default
 
virtual void add_listener (const caseless_str &, const octave_value &, listener_mode=GCB_POSTSET)
 
virtual void adopt (const graphics_handle &h)
 
std::set< std::string > all_property_names () const
 
bool busyaction_is (const std::string &v) const
 
virtual void delete_children (bool clear=false, bool from_root=false)
 
virtual void delete_listener (const caseless_str &, const octave_value &, listener_mode=GCB_POSTSET)
 
std::set< std::string > dynamic_property_names () const
 
void execute_buttondownfcn (const octave_value &new_data=octave_value()) const
 
void execute_createfcn (const octave_value &new_data=octave_value()) const
 
void execute_deletefcn (const octave_value &new_data=octave_value()) const
 
octave_value get___appdata__ () const
 
std::string get___modified__ () const
 
graphics_handle get___myhandle__ () const
 
Matrix get_all_children () const
 
std::string get_beingdeleted () const
 
virtual Matrix get_boundingbox (bool=false, const Matrix &=Matrix()) const
 
std::string get_busyaction () const
 
octave_value get_buttondownfcn () const
 
Matrix get_children () const
 
void get_children_of_type (const caseless_str &type, bool get_invisible, bool traverse, std::list< graphics_object > &children_list) const
 
std::string get_clipping () const
 
graphics_handle get_contextmenu () const
 
octave_value get_createfcn () const
 
octave_value get_deletefcn () const
 
std::string get_handlevisibility () const
 
Matrix get_hidden_children () const
 
std::string get_hittest () const
 
std::string get_interruptible () const
 
graphics_handle get_parent () const
 
std::string get_pickableparts () const
 
std::string get_selected () const
 
std::string get_selectionhighlight () const
 
std::string get_tag () const
 
virtual octave::graphics_toolkit get_toolkit () const
 
std::string get_type () const
 
graphics_handle get_uicontextmenu () const
 
octave_value get_userdata () const
 
std::string get_visible () const
 
bool handlevisibility_is (const std::string &v) const
 
bool has_dynamic_property (const std::string &pname) const
 
virtual void init_integerhandle (const octave_value &)
 
void insert_property (const std::string &name, property p)
 
bool is___modified__ () const
 
bool is_beingdeleted () const
 
bool is_clipping () const
 
bool is_handle_visible () const
 
bool is_hittest () const
 
bool is_interruptible () const
 
bool is_modified () const
 
bool is_selected () const
 
bool is_selectionhighlight () const
 
bool is_visible () const
 
void mark_modified ()
 
void override_defaults (base_graphics_object &obj)
 
bool pickableparts_is (const std::string &v) const
 
virtual void remove_child (const graphics_handle &h, bool=false)
 
void renumber_child (graphics_handle old_gh, graphics_handle new_gh)
 
void renumber_parent (graphics_handle new_gh)
 
void reparent (const graphics_handle &new_parent)
 
void set___appdata__ (const octave_value &val)
 
void set___modified__ (const octave_value &val)
 
void set_beingdeleted (const octave_value &val)
 
void set_busyaction (const octave_value &val)
 
void set_buttondownfcn (const octave_value &val)
 
void set_children (const octave_value &val)
 
void set_clipping (const octave_value &val)
 
void set_contextmenu (const octave_value &val)
 
void set_createfcn (const octave_value &val)
 
void set_deletefcn (const octave_value &val)
 
void set_from_list (base_graphics_object &obj, property_list &defaults)
 
void set_handlevisibility (const octave_value &val)
 
void set_hittest (const octave_value &val)
 
void set_interruptible (const octave_value &val)
 
void set_modified (const octave_value &val)
 
void set_parent (const octave_value &val)
 
void set_pickableparts (const octave_value &val)
 
void set_selected (const octave_value &val)
 
void set_selectionhighlight (const octave_value &val)
 
void set_tag (const octave_value &val)
 
void set_uicontextmenu (const octave_value &val)
 
void set_userdata (const octave_value &val)
 
void set_visible (const octave_value &val)
 
virtual void update_autopos (const std::string &elem_type)
 
virtual void update_axis_limits (const std::string &axis_type) const
 
virtual void update_axis_limits (const std::string &axis_type, const graphics_handle &h) const
 
virtual void update_beingdeleted ()
 
virtual void update_boundingbox ()
 
virtual void update_contextmenu () const
 
virtual void update_handlevisibility ()
 

Static Public Member Functions

static std::set< std::string > core_property_names ()
 
static property_list::pval_map_type factory_defaults ()
 
static bool has_core_property (const caseless_str &pname)
 
static bool has_readonly_property (const caseless_str &pname)
 
static std::set< std::string > readonly_property_names ()
 
- Static Public Member Functions inherited from base_properties
static std::set< std::string > core_property_names ()
 
static property_list::pval_map_type factory_defaults ()
 
static bool has_core_property (const caseless_str &pname)
 
static bool has_readonly_property (const caseless_str &pname)
 
static std::set< std::string > readonly_property_names ()
 

Public Attributes

std::vector< std::vector< octave_idx_type > > m_coplanar_last_idx
 

Protected Member Functions

void init ()
 
- Protected Member Functions inherited from base_properties
octave_value get_dynamic (bool all=false) const
 
octave_value get_dynamic (const caseless_str &pname) const
 
property get_property_dynamic (const caseless_str &pname) const
 
void set_dynamic (const caseless_str &pname, const octave_value &val)
 

Additional Inherited Members

- Protected Attributes inherited from base_properties
any_property m___appdata__
 
bool_property m___modified__
 
graphics_handle m___myhandle__
 
std::map< caseless_str, property, cmp_caseless_strm_all_props
 
bool_property m_beingdeleted
 
radio_property m_busyaction
 
callback_property m_buttondownfcn
 
children_property m_children
 
bool_property m_clipping
 
handle_property m_contextmenu
 
callback_property m_createfcn
 
callback_property m_deletefcn
 
std::set< std::string > m_dynamic_properties
 
radio_property m_handlevisibility
 
bool_property m_hittest
 
bool_property m_interruptible
 
handle_property m_parent
 
radio_property m_pickableparts
 
bool_property m_selected
 
bool_property m_selectionhighlight
 
string_property m_tag
 
string_property m_type
 
handle_property m_uicontextmenu
 
any_property m_userdata
 
bool_property m_visible
 

Detailed Description

Definition at line 9002 of file graphics.h.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 9131 of file graphics.h.

Constructor & Destructor Documentation

◆ properties() [1/2]

patch::properties::properties ( const graphics_handle mh,
const graphics_handle p 
)

Definition at line 4558 of file graphics-props.cc.

◆ properties() [2/2]

patch::properties::properties ( )
delete

◆ ~properties()

patch::properties::~properties ( )
default

Member Function Documentation

◆ all_property_names()

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

Definition at line 5170 of file graphics-props.cc.

References base_properties::all_property_names().

◆ alphadatamapping_is()

bool patch::properties::alphadatamapping_is ( const std::string &  v) const
inline

Definition at line 9178 of file graphics.h.

References radio_property::is().

◆ backfacelighting_is()

bool patch::properties::backfacelighting_is ( const std::string &  v) const
inline

Definition at line 9183 of file graphics.h.

References radio_property::is().

Referenced by opengl_renderer::draw_patch().

◆ cdatamapping_is()

bool patch::properties::cdatamapping_is ( const std::string &  v) const
inline

Definition at line 9188 of file graphics.h.

References radio_property::is().

◆ core_property_names()

std::set< std::string > patch::properties::core_property_names ( )
static

Definition at line 5068 of file graphics-props.cc.

References base_properties::core_property_names().

◆ edgealpha_is()

bool patch::properties::edgealpha_is ( const std::string &  v) const
inline

Definition at line 9196 of file graphics.h.

References double_radio_property::is().

Referenced by opengl_renderer::draw_patch().

◆ edgealpha_is_double()

bool patch::properties::edgealpha_is_double ( ) const
inline

Definition at line 9195 of file graphics.h.

References double_radio_property::is_double().

Referenced by opengl_renderer::draw_patch().

◆ edgecolor_is()

bool patch::properties::edgecolor_is ( const std::string &  v) const
inline

Definition at line 9201 of file graphics.h.

References color_property::is().

Referenced by opengl_renderer::draw_patch().

◆ edgecolor_is_rgb()

bool patch::properties::edgecolor_is_rgb ( ) const
inline

Definition at line 9200 of file graphics.h.

References color_property::is_rgb().

Referenced by opengl_renderer::draw_patch().

◆ edgelighting_is()

bool patch::properties::edgelighting_is ( const std::string &  v) const
inline

Definition at line 9205 of file graphics.h.

References radio_property::is().

Referenced by opengl_renderer::draw_patch().

◆ facealpha_is()

bool patch::properties::facealpha_is ( const std::string &  v) const
inline

Definition at line 9209 of file graphics.h.

References double_radio_property::is().

Referenced by opengl_renderer::draw_patch().

◆ facealpha_is_double()

bool patch::properties::facealpha_is_double ( ) const
inline

Definition at line 9208 of file graphics.h.

References double_radio_property::is_double().

Referenced by opengl_renderer::draw_patch().

◆ facecolor_is()

bool patch::properties::facecolor_is ( const std::string &  v) const
inline

Definition at line 9214 of file graphics.h.

References color_property::is().

Referenced by opengl_renderer::draw_patch().

◆ facecolor_is_rgb()

bool patch::properties::facecolor_is_rgb ( ) const
inline

Definition at line 9213 of file graphics.h.

References color_property::is_rgb().

Referenced by opengl_renderer::draw_patch().

◆ facelighting_is()

bool patch::properties::facelighting_is ( const std::string &  v) const
inline

Definition at line 9218 of file graphics.h.

References radio_property::is().

Referenced by opengl_renderer::draw_patch().

◆ facenormalsmode_is()

bool patch::properties::facenormalsmode_is ( const std::string &  v) const
inline

Definition at line 9223 of file graphics.h.

References radio_property::is().

◆ factory_defaults()

property_list::pval_map_type patch::properties::factory_defaults ( )
static

Definition at line 5014 of file graphics-props.cc.

References base_properties::factory_defaults(), and m.

◆ get() [1/4]

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

Reimplemented from base_properties.

Definition at line 4754 of file graphics-props.cc.

References base_properties::get(), m, and octave_value::map_value().

◆ get() [2/4]

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

Reimplemented from base_properties.

Definition at line 4816 of file graphics-props.cc.

◆ get() [3/4]

octave_value patch::properties::get ( const char *  pname) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 9054 of file graphics.h.

◆ get() [4/4]

octave_value patch::properties::get ( const std::string &  pname) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 9049 of file graphics.h.

◆ get_alim()

octave_value patch::properties::get_alim ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 9271 of file graphics.h.

References array_property::get().

◆ get_aliminclude()

std::string patch::properties::get_aliminclude ( ) const
inline

Definition at line 9018 of file graphics.h.

References radio_property::current_value().

◆ get_alphadatamapping()

std::string patch::properties::get_alphadatamapping ( ) const
inline

Definition at line 9179 of file graphics.h.

References radio_property::current_value().

◆ get_ambientstrength()

double patch::properties::get_ambientstrength ( ) const
inline

Definition at line 9181 of file graphics.h.

References double_property::double_value().

Referenced by opengl_renderer::draw_patch().

◆ get_backfacelighting()

std::string patch::properties::get_backfacelighting ( ) const
inline

Definition at line 9184 of file graphics.h.

References radio_property::current_value().

◆ get_cdata()

octave_value patch::properties::get_cdata ( ) const
inline

Definition at line 9186 of file graphics.h.

References array_property::get().

◆ get_cdatamapping()

std::string patch::properties::get_cdatamapping ( ) const
inline

Definition at line 9189 of file graphics.h.

References radio_property::current_value().

◆ get_clim()

octave_value patch::properties::get_clim ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 9273 of file graphics.h.

References array_property::get().

◆ get_climinclude()

std::string patch::properties::get_climinclude ( ) const
inline

Definition at line 9023 of file graphics.h.

References radio_property::current_value().

◆ get_color_data()

octave_value patch::properties::get_color_data ( ) const

Definition at line 9422 of file graphics.cc.

References octave_value::is_undefined(), and octave_value::isempty().

Referenced by opengl_renderer::draw_patch().

◆ get_diffusestrength()

double patch::properties::get_diffusestrength ( ) const
inline

Definition at line 9191 of file graphics.h.

References double_property::double_value().

Referenced by opengl_renderer::draw_patch().

◆ get_displayname()

std::string patch::properties::get_displayname ( ) const
inline

Definition at line 9193 of file graphics.h.

References string_property::string_value().

◆ get_do_lighting()

◆ get_edgealpha()

octave_value patch::properties::get_edgealpha ( ) const
inline

Definition at line 9198 of file graphics.h.

References double_radio_property::get().

◆ get_edgealpha_double()

double patch::properties::get_edgealpha_double ( ) const
inline

◆ get_edgecolor()

octave_value patch::properties::get_edgecolor ( ) const
inline

Definition at line 9203 of file graphics.h.

References color_property::get().

◆ get_edgecolor_rgb()

Matrix patch::properties::get_edgecolor_rgb ( ) const
inline

Definition at line 9202 of file graphics.h.

References color_property::is_rgb(), and color_property::rgb().

Referenced by opengl_renderer::draw_patch().

◆ get_edgelighting()

std::string patch::properties::get_edgelighting ( ) const
inline

Definition at line 9206 of file graphics.h.

References radio_property::current_value().

◆ get_facealpha()

octave_value patch::properties::get_facealpha ( ) const
inline

Definition at line 9211 of file graphics.h.

References double_radio_property::get().

◆ get_facealpha_double()

double patch::properties::get_facealpha_double ( ) const
inline

◆ get_facecolor()

octave_value patch::properties::get_facecolor ( ) const
inline

Definition at line 9216 of file graphics.h.

References color_property::get().

◆ get_facecolor_rgb()

Matrix patch::properties::get_facecolor_rgb ( ) const
inline

Definition at line 9215 of file graphics.h.

References color_property::is_rgb(), and color_property::rgb().

Referenced by opengl_renderer::draw_patch().

◆ get_facelighting()

std::string patch::properties::get_facelighting ( ) const
inline

Definition at line 9219 of file graphics.h.

References radio_property::current_value().

◆ get_facenormals()

octave_value patch::properties::get_facenormals ( ) const
inline

Definition at line 9221 of file graphics.h.

References array_property::get().

Referenced by opengl_renderer::draw_patch().

◆ get_facenormalsmode()

std::string patch::properties::get_facenormalsmode ( ) const
inline

Definition at line 9224 of file graphics.h.

References radio_property::current_value().

◆ get_faces()

octave_value patch::properties::get_faces ( ) const
inline

Definition at line 9226 of file graphics.h.

References array_property::get().

Referenced by opengl_renderer::draw_patch().

◆ get_facevertexalphadata()

octave_value patch::properties::get_facevertexalphadata ( ) const
inline

Definition at line 9228 of file graphics.h.

References array_property::get().

◆ get_facevertexcdata()

octave_value patch::properties::get_facevertexcdata ( ) const
inline

Definition at line 9230 of file graphics.h.

References array_property::get().

◆ get_linestyle()

std::string patch::properties::get_linestyle ( ) const
inline

Definition at line 9233 of file graphics.h.

References radio_property::current_value().

Referenced by opengl_renderer::draw_patch().

◆ get_linewidth()

double patch::properties::get_linewidth ( ) const
inline

Definition at line 9235 of file graphics.h.

References double_property::double_value().

Referenced by opengl_renderer::draw_patch().

◆ get_marker()

std::string patch::properties::get_marker ( ) const
inline

Definition at line 9238 of file graphics.h.

References radio_property::current_value().

Referenced by opengl_renderer::draw_patch().

◆ get_markeredgecolor()

octave_value patch::properties::get_markeredgecolor ( ) const
inline

Definition at line 9243 of file graphics.h.

References color_property::get().

◆ get_markeredgecolor_rgb()

Matrix patch::properties::get_markeredgecolor_rgb ( ) const
inline

Definition at line 9242 of file graphics.h.

References color_property::is_rgb(), and color_property::rgb().

Referenced by opengl_renderer::draw_patch().

◆ get_markerfacecolor()

octave_value patch::properties::get_markerfacecolor ( ) const
inline

Definition at line 9248 of file graphics.h.

References color_property::get().

◆ get_markerfacecolor_rgb()

Matrix patch::properties::get_markerfacecolor_rgb ( ) const
inline

Definition at line 9247 of file graphics.h.

References color_property::is_rgb(), and color_property::rgb().

Referenced by opengl_renderer::draw_patch().

◆ get_markersize()

double patch::properties::get_markersize ( ) const
inline

Definition at line 9250 of file graphics.h.

References double_property::double_value().

Referenced by opengl_renderer::draw_patch().

◆ get_property()

property patch::properties::get_property ( const caseless_str pname)
virtual

Reimplemented from base_properties.

Definition at line 4917 of file graphics-props.cc.

◆ get_specularcolorreflectance()

double patch::properties::get_specularcolorreflectance ( ) const
inline

Definition at line 9252 of file graphics.h.

References double_property::double_value().

Referenced by opengl_renderer::draw_patch().

◆ get_specularexponent()

double patch::properties::get_specularexponent ( ) const
inline

Definition at line 9254 of file graphics.h.

References double_property::double_value().

Referenced by opengl_renderer::draw_patch().

◆ get_specularstrength()

double patch::properties::get_specularstrength ( ) const
inline

Definition at line 9256 of file graphics.h.

References double_property::double_value().

Referenced by opengl_renderer::draw_patch().

◆ get_vertexnormals()

octave_value patch::properties::get_vertexnormals ( ) const
inline

Definition at line 9258 of file graphics.h.

References array_property::get().

Referenced by opengl_renderer::draw_patch().

◆ get_vertexnormalsmode()

std::string patch::properties::get_vertexnormalsmode ( ) const
inline

Definition at line 9261 of file graphics.h.

References radio_property::current_value().

◆ get_vertices()

octave_value patch::properties::get_vertices ( ) const
inline

Definition at line 9263 of file graphics.h.

References array_property::get().

Referenced by opengl_renderer::draw_patch().

◆ get_xdata()

octave_value patch::properties::get_xdata ( ) const
inline

Definition at line 9265 of file graphics.h.

References array_property::get().

◆ get_xlim()

octave_value patch::properties::get_xlim ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 9275 of file graphics.h.

References array_property::get().

◆ get_xliminclude()

std::string patch::properties::get_xliminclude ( ) const
inline

Definition at line 9282 of file graphics.h.

References radio_property::current_value().

◆ get_ydata()

octave_value patch::properties::get_ydata ( ) const
inline

Definition at line 9267 of file graphics.h.

References array_property::get().

◆ get_ylim()

octave_value patch::properties::get_ylim ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 9277 of file graphics.h.

References array_property::get().

◆ get_yliminclude()

std::string patch::properties::get_yliminclude ( ) const
inline

Definition at line 9285 of file graphics.h.

References radio_property::current_value().

◆ get_zdata()

octave_value patch::properties::get_zdata ( ) const
inline

Definition at line 9269 of file graphics.h.

References array_property::get().

◆ get_zlim()

octave_value patch::properties::get_zlim ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 9279 of file graphics.h.

References array_property::get().

◆ get_zliminclude()

std::string patch::properties::get_zliminclude ( ) const
inline

Definition at line 9288 of file graphics.h.

References radio_property::current_value().

◆ graphics_object_name()

std::string patch::properties::graphics_object_name ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 9061 of file graphics.h.

◆ has_bad_data()

bool patch::properties::has_bad_data ( std::string &  msg) const
inline

Definition at line 9010 of file graphics.h.

Referenced by opengl_renderer::draw_patch().

◆ has_core_property()

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

Definition at line 5130 of file graphics-props.cc.

Referenced by property_list::set().

◆ has_property()

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

Reimplemented from base_properties.

Definition at line 5182 of file graphics-props.cc.

◆ has_readonly_property()

bool patch::properties::has_readonly_property ( const caseless_str pname)
static

Definition at line 5162 of file graphics-props.cc.

◆ init()

void patch::properties::init ( )
inlineprotectedvirtual

Reimplemented from base_properties.

Definition at line 9680 of file graphics.h.

References array_property::add_constraint(), and double_property::add_constraint().

◆ is_aliminclude()

bool patch::properties::is_aliminclude ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 9016 of file graphics.h.

References radio_property::is(), and bool_property::is_on().

◆ is_climinclude()

bool patch::properties::is_climinclude ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 9021 of file graphics.h.

References radio_property::is(), and bool_property::is_on().

◆ is_xliminclude()

bool patch::properties::is_xliminclude ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 9281 of file graphics.h.

References bool_property::is_on().

◆ is_yliminclude()

bool patch::properties::is_yliminclude ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 9284 of file graphics.h.

References bool_property::is_on().

◆ is_zliminclude()

bool patch::properties::is_zliminclude ( ) const
inlinevirtual

Reimplemented from base_properties.

Definition at line 9287 of file graphics.h.

References bool_property::is_on().

◆ linestyle_is()

bool patch::properties::linestyle_is ( const std::string &  v) const
inline

Definition at line 9232 of file graphics.h.

References radio_property::is().

Referenced by opengl_renderer::draw_patch().

◆ marker_is()

bool patch::properties::marker_is ( const std::string &  v) const
inline

Definition at line 9237 of file graphics.h.

References radio_property::is().

Referenced by opengl_renderer::draw_patch().

◆ markeredgecolor_is()

bool patch::properties::markeredgecolor_is ( const std::string &  v) const
inline

Definition at line 9241 of file graphics.h.

References color_property::is().

Referenced by opengl_renderer::draw_patch().

◆ markeredgecolor_is_rgb()

bool patch::properties::markeredgecolor_is_rgb ( ) const
inline

Definition at line 9240 of file graphics.h.

References color_property::is_rgb().

◆ markerfacecolor_is()

bool patch::properties::markerfacecolor_is ( const std::string &  v) const
inline

Definition at line 9246 of file graphics.h.

References color_property::is().

Referenced by opengl_renderer::draw_patch().

◆ markerfacecolor_is_rgb()

bool patch::properties::markerfacecolor_is_rgb ( ) const
inline

Definition at line 9245 of file graphics.h.

References color_property::is_rgb().

◆ readonly_property_names()

std::set< std::string > patch::properties::readonly_property_names ( )
static

Definition at line 5138 of file graphics-props.cc.

References base_properties::readonly_property_names().

◆ set()

void patch::properties::set ( const caseless_str pname,
const octave_value val 
)
virtual

Reimplemented from base_properties.

Definition at line 4661 of file graphics-props.cc.

◆ set_alim()

void patch::properties::set_alim ( const octave_value val)
inline

Definition at line 9578 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_aliminclude()

void patch::properties::set_aliminclude ( const octave_value val)
inline

Definition at line 9628 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_alphadatamapping()

void patch::properties::set_alphadatamapping ( const octave_value val)
inline

Definition at line 9291 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_ambientstrength()

void patch::properties::set_ambientstrength ( const octave_value val)
inline

Definition at line 9301 of file graphics.h.

References base_property::set().

◆ set_backfacelighting()

void patch::properties::set_backfacelighting ( const octave_value val)
inline

Definition at line 9309 of file graphics.h.

References base_property::set().

◆ set_cdata()

void patch::properties::set_cdata ( const octave_value val)
inline

Definition at line 9317 of file graphics.h.

References base_property::set().

◆ set_cdatamapping()

void patch::properties::set_cdatamapping ( const octave_value val)
inline

Definition at line 9326 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_clim()

void patch::properties::set_clim ( const octave_value val)
inline

Definition at line 9588 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_climinclude()

void patch::properties::set_climinclude ( const octave_value val)
inline

Definition at line 9638 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_diffusestrength()

void patch::properties::set_diffusestrength ( const octave_value val)
inline

Definition at line 9336 of file graphics.h.

References base_property::set().

◆ set_displayname()

void patch::properties::set_displayname ( const octave_value val)
inline

Definition at line 9344 of file graphics.h.

References base_property::set().

◆ set_edgealpha()

void patch::properties::set_edgealpha ( const octave_value val)
inline

Definition at line 9352 of file graphics.h.

References base_property::set().

◆ set_edgecolor()

void patch::properties::set_edgecolor ( const octave_value val)
inline

Definition at line 9360 of file graphics.h.

References base_property::set().

◆ set_edgelighting()

void patch::properties::set_edgelighting ( const octave_value val)
inline

Definition at line 9368 of file graphics.h.

References base_property::set().

◆ set_facealpha()

void patch::properties::set_facealpha ( const octave_value val)
inline

Definition at line 9377 of file graphics.h.

References base_property::set().

◆ set_facecolor()

void patch::properties::set_facecolor ( const octave_value val)
inline

Definition at line 9385 of file graphics.h.

References base_property::set().

◆ set_facelighting()

void patch::properties::set_facelighting ( const octave_value val)
inline

Definition at line 9393 of file graphics.h.

References base_property::set().

◆ set_facenormals()

void patch::properties::set_facenormals ( const octave_value val)
inline

Definition at line 9402 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_facenormalsmode()

void patch::properties::set_facenormalsmode ( const octave_value val)
inline

Definition at line 9414 of file graphics.h.

References base_property::set().

◆ set_faces()

void patch::properties::set_faces ( const octave_value val)
inline

Definition at line 9423 of file graphics.h.

References base_property::set().

◆ set_facevertexalphadata()

void patch::properties::set_facevertexalphadata ( const octave_value val)
inline

Definition at line 9432 of file graphics.h.

References base_property::set().

◆ set_facevertexcdata()

void patch::properties::set_facevertexcdata ( const octave_value val)
inline

Definition at line 9440 of file graphics.h.

References base_property::set().

◆ set_linestyle()

void patch::properties::set_linestyle ( const octave_value val)
inline

Definition at line 9449 of file graphics.h.

References base_property::set().

◆ set_linewidth()

void patch::properties::set_linewidth ( const octave_value val)
inline

Definition at line 9457 of file graphics.h.

References base_property::set().

◆ set_marker()

void patch::properties::set_marker ( const octave_value val)
inline

Definition at line 9465 of file graphics.h.

References base_property::set().

◆ set_markeredgecolor()

void patch::properties::set_markeredgecolor ( const octave_value val)
inline

Definition at line 9473 of file graphics.h.

References base_property::set().

◆ set_markerfacecolor()

void patch::properties::set_markerfacecolor ( const octave_value val)
inline

Definition at line 9481 of file graphics.h.

References base_property::set().

◆ set_markersize()

void patch::properties::set_markersize ( const octave_value val)
inline

Definition at line 9489 of file graphics.h.

References base_property::set().

◆ set_specularcolorreflectance()

void patch::properties::set_specularcolorreflectance ( const octave_value val)
inline

Definition at line 9497 of file graphics.h.

References base_property::set().

◆ set_specularexponent()

void patch::properties::set_specularexponent ( const octave_value val)
inline

Definition at line 9505 of file graphics.h.

References base_property::set().

◆ set_specularstrength()

void patch::properties::set_specularstrength ( const octave_value val)
inline

Definition at line 9513 of file graphics.h.

References base_property::set().

◆ set_vertexnormals()

void patch::properties::set_vertexnormals ( const octave_value val)
inline

Definition at line 9521 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_vertexnormalsmode()

void patch::properties::set_vertexnormalsmode ( const octave_value val)
inline

Definition at line 9533 of file graphics.h.

References base_property::set().

◆ set_vertices()

void patch::properties::set_vertices ( const octave_value val)
inline

Definition at line 9542 of file graphics.h.

References base_property::set().

◆ set_xdata()

void patch::properties::set_xdata ( const octave_value val)
inline

Definition at line 9551 of file graphics.h.

References base_property::set().

◆ set_xlim()

void patch::properties::set_xlim ( const octave_value val)
inline

Definition at line 9598 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_xliminclude()

void patch::properties::set_xliminclude ( const octave_value val)
inline

Definition at line 9648 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_ydata()

void patch::properties::set_ydata ( const octave_value val)
inline

Definition at line 9560 of file graphics.h.

References base_property::set().

◆ set_ylim()

void patch::properties::set_ylim ( const octave_value val)
inline

Definition at line 9608 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_yliminclude()

void patch::properties::set_yliminclude ( const octave_value val)
inline

Definition at line 9658 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_zdata()

void patch::properties::set_zdata ( const octave_value val)
inline

Definition at line 9569 of file graphics.h.

References base_property::set().

◆ set_zlim()

void patch::properties::set_zlim ( const octave_value val)
inline

Definition at line 9618 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ set_zliminclude()

void patch::properties::set_zliminclude ( const octave_value val)
inline

Definition at line 9668 of file graphics.h.

References GCB_POSTSET, base_property::run_listeners(), and base_property::set().

◆ update_normals()

void patch::properties::update_normals ( bool  reset,
bool  force = false 
)
inline

Definition at line 9726 of file graphics.h.

Referenced by F__update_normals__(), and axes::properties::trigger_normals_calc().

◆ vertexnormalsmode_is()

bool patch::properties::vertexnormalsmode_is ( const std::string &  v) const
inline

Definition at line 9260 of file graphics.h.

References radio_property::is().

Member Data Documentation

◆ m_coplanar_last_idx

std::vector<std::vector<octave_idx_type> > patch::properties::m_coplanar_last_idx

Definition at line 9028 of file graphics.h.

Referenced by opengl_renderer::draw_patch().


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