Web Analytics Made Easy - Statcounter
Skip to content

API#

This section is the high-level map of the SAMSON SDK. It does not replace the generated API reference. Instead, it helps you decide which library group to open first and which concepts to review before you dive into individual classes.

The SDK is organized into seven library groups. In practice, most extension developers move between these pages and the concept chapters such as SDK Organization, Data graph, Developing GUI, and Modeling and Simulation.

How to use this section#

  • Start with the library group that matches the problem you are solving.
  • Open the library page underneath it to find the main classes and macros to look up next.
  • Use the generated API pages for signatures and detailed member-level behavior.

Library groups#

Suggested starting points#

  • Writing an app, editor, or tool window: start with DataModel, GUI, and Facade.
  • Working with custom nodes or documents: start with DataModel and Core.
  • Building file import/export support: start with IO, then check GUI for user-facing dialogs.
  • Implementing models or simulations: start with Modeling and Simulation.

See also#