Available Types

Smile.jl represents SMILE objects as Julia types with void pointers to their C++ counterparts. Garbage collection is handled automatically through the use of a finalizer set in the type constructor.

The available types are:

All objects are constructed without parameters, with the exception of SysCoordinates, which requires a NodeDefinition.