The structure of AxlΒΆ
The Axl Software Development Kit (SDK) contains
- the package
axel
, which provides the geometric modeling components and the graphical interface based on QT.- the library
dtk
, which provides generic tools for data, processes and views.- the vizualisation plugin
vtkview
, based on VTK.
- How to create readers and writers in Axl
- How to create new fields and use them
- Dialog interfaces for processes
- Dynamic data in Axl
- Signals between Axl objects
- The taxonomy of Axl abstract classes
- How to define arbitrary networks of control points for spline surfaces
- Axl tests
- The structure of a plugin