SpecificationDICOMInventorNodes

Chair for Computer Aided Medical Procedures & Augmented Reality
Lehrstuhl für Informatikanwendungen in der Medizin & Augmented Reality

THIS WEBPAGE IS DEPRECATED - please visit our new website

Specification of the DICOM classes

Nonfunctional requirements:
  • The class name should follow OpenInventor's naming convention.
  • Parent class of the should include the words 'Meta' for ITK meta file format and 'node' for Inventor node
  • The DICOM classes should be embedded into a hierarchy where
    • the 'meta class' is on top
    • DICOM 2D class inherits from top class
    • DICOM 3D class (if you implement that)inherits from top class

Functional requirements:

  • Function Init(const char* filename) - Initializes the object and loads the file/directory
  • Implementation of the Invetor callback funtions for showing
  • The udate rate must be very fast: 10ms for a single redraw at 1024x768 resolution should not be exceeded
  • 1 OpenGL unit equals 1 mm
  • The registration problem will be solved by the AR system

-- TobiasSielhorst - 01 Jun 2004


Edit | Attach | Refresh | Diffs | More | Revision r1.1 - 01 Jun 2004 - 14:22 - TobiasSielhorst