|
FuncSketch
|
This is the complete list of members for func_sketch::plotter::FunctionSampler, including all inherited members.
| config(const PlotConfig &value) | func_sketch::plotter::FunctionSampler | |
| config_ | func_sketch::plotter::FunctionSampler | private |
| divide_segment(const expressions::Expression &function, std::vector< Point > &samples, std::size_t left_index) const | func_sketch::plotter::FunctionSampler | private |
| divide_segment_according_to_slope_change(const expressions::Expression &function, std::vector< Point > &samples, std::size_t left_index) const | func_sketch::plotter::FunctionSampler | private |
| divide_segment_according_to_y_change(const expressions::Expression &function, std::vector< Point > &samples, std::size_t left_index) const | func_sketch::plotter::FunctionSampler | private |
| divide_segment_when_one_end_is_not_finite(const expressions::Expression &function, std::vector< Point > &samples, std::size_t left_index) const | func_sketch::plotter::FunctionSampler | private |
| evaluator_ | func_sketch::plotter::FunctionSampler | private |
| FunctionSampler(const PlotRange &range, const PlotConfig &config) | func_sketch::plotter::FunctionSampler | |
| is_sampling_should_be_skipped(const Point &left_point, const Point &right_point) const | func_sketch::plotter::FunctionSampler | private |
| operator()(const expressions::Expression &function) const | func_sketch::plotter::FunctionSampler | |
| range(const PlotRange &value) | func_sketch::plotter::FunctionSampler | |
| range_ | func_sketch::plotter::FunctionSampler | private |
| sample_adaptive_points(const expressions::Expression &function, const std::vector< Point > &initial_samples) const | func_sketch::plotter::FunctionSampler | private |
| sample_additional_point(const expressions::Expression &function, const Point &left_point, const Point &right_point) const | func_sketch::plotter::FunctionSampler | private |
| sample_initial_points(const expressions::Expression &function) const | func_sketch::plotter::FunctionSampler | private |