SMILX  1.01
MILX Qt API

Introduction

The MILX Qt library essentially binds together three important libraries. Qt GUI Library for user interfaces. The VTK Visualisation library for OpenGL data plot rendering, and the Insight Toolkit library for image Registration and Segmentation.

The library consists of four main classes intended for direct use. These are milxQtRenderWindow, milxQtImage, milxQtModel, milxQtFile and milxQtMain. milxQtMain is used as the main GUI class and is able to load plugins. Plugins are created using the milxQtPluginInterface class. The main GUI application is called sMILX and uses the SMILI library for all image and model processing. See the plugin guide for how to create plugins for sMILX.