Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Functions | |
void | cairo_pw (cairo_t *cr, Piecewise< SBasis > p) |
void | cairo_horiz (cairo_t *cr, double y, vector< double > p) |
void | cairo_vert (cairo_t *cr, double x, vector< double > p) |
Piecewise< SBasis > | log (Interval in) |
Piecewise< SBasis > | xlogx (Interval in) |
int | main (int argc, char **argv) |
void cairo_horiz | ( | cairo_t * | cr, |
double | y, | ||
vector< double > | p | ||
) |
Definition at line 23 of file pw-funcs.cpp.
References cairo_move_to().
Definition at line 14 of file pw-funcs.cpp.
References cairo_d2_sb(), Geom::Piecewise< T >::cuts, and Geom::Piecewise< T >::size().
void cairo_vert | ( | cairo_t * | cr, |
double | x, | ||
vector< double > | p | ||
) |
Definition at line 30 of file pw-funcs.cpp.
References cairo_move_to().
Definition at line 37 of file pw-funcs.cpp.
References Geom::integral(), Geom::log(), Geom::GenericInterval< C >::max(), Geom::GenericInterval< C >::min(), and Geom::reciprocal().
Referenced by Inkscape::Filters::_effect_subsample_step_log2(), Inkscape::UI::Tools::EraserTool::_generateNormalDist2(), Inkscape::XML::LogBuilder::detach(), Inkscape::DocumentUndo::finish_incomplete_transaction(), Inkscape::DocumentUndo::maybeDone(), Inkscape::UI::Tools::NormalDistribution(), Inkscape::CompositeUndoStackObserver::notifyRedoEvent(), Inkscape::EventLog::notifyRedoEvent(), Inkscape::CompositeUndoStackObserver::notifyUndoCommitEvent(), Inkscape::EventLog::notifyUndoCommitEvent(), Inkscape::CompositeUndoStackObserver::notifyUndoEvent(), Inkscape::EventLog::notifyUndoEvent(), Inkscape::CompositeUndoStackObserver::notifyUndoExpired(), Inkscape::EventLog::notifyUndoExpired(), MTRand::randNorm(), Inkscape::DocumentUndo::redo(), Inkscape::XML::replay_log_to_observer(), Inkscape::XML::SimpleDocument::rollback(), SPDesktop::set_display_area(), SPDesktop::set_display_area(), SPDesktop::set_display_area(), sp_repr_debug_print_log(), sp_repr_free_log(), sp_repr_replay_log(), sp_repr_undo_log(), Inkscape::UI::Widget::StatusBar::StatusBar(), Inkscape::DocumentUndo::undo(), Inkscape::XML::undo_log_to_observer(), Inkscape::UI::Widget::StatusBar::update_zoom(), and Inkscape::UI::Widget::StatusBar::zoom_input().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 86 of file pw-funcs.cpp.
References init().
Definition at line 42 of file pw-funcs.cpp.
References Geom::integral(), Geom::log(), and Geom::GenericInterval< C >::min().