SIF Libraries


Links


Contents


Introduction

The following is an overview of the C++ libraries and source code base. All of the SIF tools and programs are built on top of these building blocks. The tables below show which libraries depend on each other and the class hierarchy within those libraries.


Dependencies

Below is a diagram of the dependencies of all the SIF libraries. Higher level libraries point up the more basic libraries which build on.



ageomlib

The ageomlib is the abstract geometry library. It is the abstract in the sense that the class hierarchy abstracts away geometric primitives and deals with geometry more generally on the class level. For more detail see the ageomlib page.