[−][src]Type Definition opencv::types::PtrOfPlot2d
type PtrOfPlot2d = Ptr<dyn Plot2d>;
Implementations
impl PtrOfPlot2d
[src]
pub fn as_raw_PtrOfPlot2d(&self) -> *const c_void
[src]
pub fn as_raw_mut_PtrOfPlot2d(&mut self) -> *mut c_void
[src]
Trait Implementations
impl AlgorithmTrait for PtrOfPlot2d
[src]
fn as_raw_Algorithm(&self) -> *const c_void
[src]
fn as_raw_mut_Algorithm(&mut self) -> *mut c_void
[src]
fn clear(&mut self) -> Result<()>
[src]
fn write(&self, fs: &mut FileStorage) -> Result<()>
[src]
fn write_with_name(&self, fs: &Ptr<FileStorage>, name: &str) -> Result<()>
[src]
fn read(&mut self, fn_: &FileNode) -> Result<()>
[src]
fn empty(&self) -> Result<bool>
[src]
fn save(&self, filename: &str) -> Result<()>
[src]
fn get_default_name(&self) -> Result<String>
[src]
impl Plot2d for PtrOfPlot2d
[src]
fn as_raw_Plot2d(&self) -> *const c_void
[src]
fn as_raw_mut_Plot2d(&mut self) -> *mut c_void
[src]
fn set_min_x(&mut self, _plot_min_x: f64) -> Result<()>
[src]
fn set_min_y(&mut self, _plot_min_y: f64) -> Result<()>
[src]
fn set_max_x(&mut self, _plot_max_x: f64) -> Result<()>
[src]
fn set_max_y(&mut self, _plot_max_y: f64) -> Result<()>
[src]
fn set_plot_line_width(&mut self, _plot_line_width: i32) -> Result<()>
[src]
fn set_need_plot_line(&mut self, _need_plot_line: bool) -> Result<()>
[src]
fn set_plot_line_color(&mut self, _plot_line_color: Scalar) -> Result<()>
[src]
fn set_plot_background_color(
&mut self,
_plot_background_color: Scalar
) -> Result<()>
[src]
&mut self,
_plot_background_color: Scalar
) -> Result<()>
fn set_plot_axis_color(&mut self, _plot_axis_color: Scalar) -> Result<()>
[src]
fn set_plot_grid_color(&mut self, _plot_grid_color: Scalar) -> Result<()>
[src]
fn set_plot_text_color(&mut self, _plot_text_color: Scalar) -> Result<()>
[src]
fn set_plot_size(
&mut self,
_plot_size_width: i32,
_plot_size_height: i32
) -> Result<()>
[src]
&mut self,
_plot_size_width: i32,
_plot_size_height: i32
) -> Result<()>