rsingla92 / aegle

A DICOM to STL application, intended to allow DICOM images to be 3D printed. Work in progress.
0 stars 3 forks source link

Sandbox #18

Closed rsingla92 closed 10 years ago

rsingla92 commented 10 years ago

This pull request does a variety of things.

a) it solves the filter merge issues experienced earlier in a previous request b) it implements an STL class for handling STL structures and the needed underlying structs c) it begins the implementation for STL Writers (both ASCII and Binary modes)

Addresses issues #15 , #10, #9, #7