This is the complete list of members for f2c::Visualizer, including all inherited members.
| axis_equal() | f2c::Visualizer | static |
| color_linspace(const std::vector< int > &min, const std::vector< int > &max, size_t N) | f2c::Visualizer | privatestatic |
| data2vector(const T &t) | f2c::Visualizer | privatestatic |
| figure() | f2c::Visualizer | static |
| figure_size(unsigned int width, unsigned int height) | f2c::Visualizer | static |
| getComponents(const std::vector< F2CPoint > &points) | f2c::Visualizer | privatestatic |
| getLineWidth() | f2c::Visualizer | inlinestatic |
| linspace(double min, double max, size_t N) | f2c::Visualizer | privatestatic |
| plot(double x, double y, const std::vector< double > &color={}) | f2c::Visualizer | static |
| plot(const F2CPoint &p, const std::vector< double > &color={}) | f2c::Visualizer | static |
| plot(const F2CSwath &s, const std::vector< double > &color={}) | f2c::Visualizer | static |
| plot(const F2CSwaths &s, const std::vector< std::vector< double >> &color={}) | f2c::Visualizer | static |
| plot(const F2CSwathsByCells &s, const std::vector< std::vector< double >> &color={}) | f2c::Visualizer | static |
| plot(const std::vector< F2CSwathsByCells > &vs, const std::vector< std::vector< double >> &color={}) | f2c::Visualizer | static |
| plot(const F2CLineString &line, const std::vector< double > &color={}) | f2c::Visualizer | static |
| plot(const F2CLinearRing &ring, const std::vector< double > &color={}) | f2c::Visualizer | static |
| plot(const F2CMultiPoint &multipoint, const std::vector< double > &color={}) | f2c::Visualizer | static |
| plot(const F2CMultiLineString &multiline, const std::vector< double > &color={}) | f2c::Visualizer | static |
| plot(const F2CCell &cell, const std::vector< double > &color={}) | f2c::Visualizer | static |
| plot(const F2CCells &cells, const std::vector< double > &color={}) | f2c::Visualizer | static |
| plot(const F2CRoute &route, const std::vector< std::vector< double >> &color={}) | f2c::Visualizer | static |
| plot(const std::vector< F2CRoute > &route, const std::vector< std::vector< double >> &color={}) | f2c::Visualizer | static |
| plot(const F2CPath &path, const std::vector< std::vector< double >> &color={}) | f2c::Visualizer | static |
| plot(const F2CField &field, const std::vector< double > &color={}) | f2c::Visualizer | static |
| plot(const std::vector< double > &t, const std::vector< double > &d, const std::vector< double > &color) | f2c::Visualizer | static |
| plot(const std::vector< T > &v_t, const std::vector< double > &color) | f2c::Visualizer | static |
| plot(const std::vector< T > &v_t, const std::vector< std::vector< double >> &color={}) | f2c::Visualizer | static |
| plotFilled(const F2CField &field, const std::vector< double > &color={}) | f2c::Visualizer | static |
| plotFilled(const F2CLinearRing &ring, const std::vector< double > &color) | f2c::Visualizer | static |
| plotFilled(const F2CCell &cell, const std::vector< double > &poly_color, const std::vector< double > &holes_color) | f2c::Visualizer | static |
| plotFilled(const F2CCells &cells, const std::vector< double > &poly_color, const std::vector< double > &holes_color) | f2c::Visualizer | static |
| plotFilled(const F2CCell &cell, const std::vector< double > &color) | f2c::Visualizer | static |
| plotFilled(const F2CCells &cells, const std::vector< double > &poly_color) | f2c::Visualizer | static |
| save(const std::string &file) | f2c::Visualizer | static |
| show() | f2c::Visualizer | static |
| title(const std::string &text) | f2c::Visualizer | static |
| xlim(double min, double max) | f2c::Visualizer | static |
| ylim(double min, double max) | f2c::Visualizer | static |