Skip to content

CPP Sub libraries

Thomas Konstantinovsky edited this page Apr 23, 2020 · 1 revision

SIPL-Mole

Mole is a direction based drawer, mole takes angles and distances as parameters and draws the equivalent on a jpg image Here are some examples of Mole functionality. more info about Mole Usage can be found in the wiki tab of this project.

  • Example1:Alt text

  • Example2:Alt text

  • Example3: Alt text

SIPL- Grapher

Grapher is another SIPL sub library, Grapher allows you to plot graphs with an orientation to graph theory graphs. More info about the usage of Grapher can be found in the wiki tab of this project.

Examples Of Grapher.

An image created of an Interval Graph made from intervals loaded to Interval_Graph class. Alt text

A Regular Graph Illustration:

  • Example of a graph G made from 4 vertices and 4 edges between {V0-V1,V0-V3,V1-V2,V1-V3};

Alt text

  • the method also allows the user to choose if to out put the regular graph or its complement ,here is the complement of the above example :

Alt text

Detailed instructions on how to use SIPL - Grapher can be found in the wiki tab;

SIPL-Algiplot

Algiplot is another SIPL sub library which allows plotting of 2D and 3D graphs , currently Algiplot only supports plotting of the graph frame and point creation on the graph plane, Algiplot as any other SIPL library runs using the SIPL-Core library .

More information on how to use Algiplot can be found in the wiki tab.

Examples of 2D and 3D plotting;

  • 2D:

Alt text

  • 3D:

Alt text

Clone this wiki locally