irafhy
Interval arithmetic based Reachability Analysis Framework for Hybrid Automaton
matplotlibcpp::detail::_interpreter Struct Reference

#include <matplotlibcpp.h>

Collaboration diagram for matplotlibcpp::detail::_interpreter:
Collaboration graph

Public Member Functions

PyObject * safe_import (PyObject *module, std::string fname)
 

Static Public Member Functions

static _interpreterget ()
 

Public Attributes

PyObject * s_python_function_show
 
PyObject * s_python_function_close
 
PyObject * s_python_function_draw
 
PyObject * s_python_function_pause
 
PyObject * s_python_function_save
 
PyObject * s_python_function_figure
 
PyObject * s_python_function_fignum_exists
 
PyObject * s_python_function_plot
 
PyObject * s_python_function_quiver
 
PyObject * s_python_function_semilogx
 
PyObject * s_python_function_semilogy
 
PyObject * s_python_function_loglog
 
PyObject * s_python_function_fill
 
PyObject * s_python_function_fill_between
 
PyObject * s_python_function_hist
 
PyObject * s_python_function_imshow
 
PyObject * s_python_function_scatter
 
PyObject * s_python_function_subplot
 
PyObject * s_python_function_legend
 
PyObject * s_python_function_xlim
 
PyObject * s_python_function_ion
 
PyObject * s_python_function_ginput
 
PyObject * s_python_function_ylim
 
PyObject * s_python_function_title
 
PyObject * s_python_function_axis
 
PyObject * s_python_function_xlabel
 
PyObject * s_python_function_ylabel
 
PyObject * s_python_function_xticks
 
PyObject * s_python_function_yticks
 
PyObject * s_python_function_grid
 
PyObject * s_python_function_clf
 
PyObject * s_python_function_errorbar
 
PyObject * s_python_function_annotate
 
PyObject * s_python_function_tight_layout
 
PyObject * s_python_colormap
 
PyObject * s_python_empty_tuple
 
PyObject * s_python_function_stem
 
PyObject * s_python_function_xkcd
 
PyObject * s_python_function_text
 
PyObject * s_python_function_suptitle
 
PyObject * s_python_function_bar
 
PyObject * s_python_function_subplots_adjust
 

Private Member Functions

void import_numpy ()
 
 _interpreter ()
 
 ~_interpreter ()
 

Constructor & Destructor Documentation

◆ _interpreter()

matplotlibcpp::detail::_interpreter::_interpreter ( )
inlineprivate

References import_numpy(), and safe_import().

Here is the call graph for this function:

◆ ~_interpreter()

matplotlibcpp::detail::_interpreter::~_interpreter ( )
inlineprivate

Member Function Documentation

◆ get()

◆ import_numpy()

void matplotlibcpp::detail::_interpreter::import_numpy ( )
inlineprivate

Referenced by _interpreter(), and safe_import().

◆ safe_import()

PyObject* matplotlibcpp::detail::_interpreter::safe_import ( PyObject *  module,
std::string  fname 
)
inline

References import_numpy().

Referenced by _interpreter().

Here is the call graph for this function:

Member Data Documentation

◆ s_python_colormap

PyObject* matplotlibcpp::detail::_interpreter::s_python_colormap

◆ s_python_empty_tuple

◆ s_python_function_annotate

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_annotate

Referenced by matplotlibcpp::annotate().

◆ s_python_function_axis

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_axis

Referenced by matplotlibcpp::axis().

◆ s_python_function_bar

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_bar

Referenced by matplotlibcpp::bar().

◆ s_python_function_clf

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_clf

Referenced by matplotlibcpp::clf().

◆ s_python_function_close

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_close

Referenced by matplotlibcpp::close().

◆ s_python_function_draw

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_draw

Referenced by matplotlibcpp::draw().

◆ s_python_function_errorbar

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_errorbar

Referenced by matplotlibcpp::errorbar().

◆ s_python_function_fignum_exists

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_fignum_exists

◆ s_python_function_figure

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_figure

◆ s_python_function_fill

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_fill

Referenced by matplotlibcpp::fill().

◆ s_python_function_fill_between

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_fill_between

◆ s_python_function_ginput

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_ginput

Referenced by matplotlibcpp::ginput().

◆ s_python_function_grid

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_grid

Referenced by matplotlibcpp::grid().

◆ s_python_function_hist

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_hist

◆ s_python_function_imshow

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_imshow

◆ s_python_function_ion

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_ion

Referenced by matplotlibcpp::ion().

◆ s_python_function_legend

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_legend

Referenced by matplotlibcpp::legend().

◆ s_python_function_loglog

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_loglog

◆ s_python_function_pause

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_pause

Referenced by matplotlibcpp::pause().

◆ s_python_function_plot

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_plot

◆ s_python_function_quiver

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_quiver

Referenced by matplotlibcpp::quiver().

◆ s_python_function_save

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_save

Referenced by matplotlibcpp::save().

◆ s_python_function_scatter

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_scatter

Referenced by matplotlibcpp::scatter().

◆ s_python_function_semilogx

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_semilogx

◆ s_python_function_semilogy

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_semilogy

◆ s_python_function_show

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_show

Referenced by matplotlibcpp::show().

◆ s_python_function_stem

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_stem

Referenced by matplotlibcpp::stem().

◆ s_python_function_subplot

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_subplot

Referenced by matplotlibcpp::subplot().

◆ s_python_function_subplots_adjust

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_subplots_adjust

◆ s_python_function_suptitle

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_suptitle

Referenced by matplotlibcpp::suptitle().

◆ s_python_function_text

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_text

Referenced by matplotlibcpp::text().

◆ s_python_function_tight_layout

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_tight_layout

◆ s_python_function_title

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_title

Referenced by matplotlibcpp::title().

◆ s_python_function_xkcd

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_xkcd

Referenced by matplotlibcpp::xkcd().

◆ s_python_function_xlabel

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_xlabel

Referenced by matplotlibcpp::xlabel().

◆ s_python_function_xlim

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_xlim

Referenced by matplotlibcpp::xlim().

◆ s_python_function_xticks

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_xticks

Referenced by matplotlibcpp::xticks().

◆ s_python_function_ylabel

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_ylabel

Referenced by matplotlibcpp::ylabel().

◆ s_python_function_ylim

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_ylim

Referenced by matplotlibcpp::ylim().

◆ s_python_function_yticks

PyObject* matplotlibcpp::detail::_interpreter::s_python_function_yticks

Referenced by matplotlibcpp::yticks().


The documentation for this struct was generated from the following file: