CIBC:Documentation:SCIRun:DevManual
Contents
Developer's Manual
SCIRun Developer's Guide
SCIRun developer guide.
Other Useful Pages
Basic Module Development tutorial
List of linear algebra algorithms with links to further documentation.
Build SCIRun releases on Windows and OS X.
GoogleTest is our unit testing framework. Here is a how-to guide.
SCIRun 3.0 Developer's Guide
NOTE that this information is wildly out of date for modern versions of SCIRun (version 4 and up). Please see the installation and developer guides for documentation applicable to recent releases.
Overview
This manual is intended for the developer who is new to the SCIRun framework and who wants to contiribute to the development of the SCIRun framework. It features the basic strategies used in managing dataflow environment and an overview of the classes needed to extend the framework.
Contents
- Introduction
- SCIRun Coding standards
- Getting the SCIRun source code
- Module Writing Tutorial
- Dataflow
- Dynamic Compilation
- Interface To TCL
- Memory Management
- Persistent IO
- Custom Tk Widgets
- SCIRun Utilities
- SCIRun Exceptions
- 3D Widgets and Constraints in SCIRun
- Virtual Interface
Go back to Documentation:SCIRun