Difference between revisions of "NaviTrack Tutorial:Creating module:Module structure"
From NAMIC Wiki
Line 12: | Line 12: | ||
− | Go back to [[Creating_module|Creating module]]. | + | Go back to [[NaviTrack_Tutorial:Creating_module|Creating module]]. |
Revision as of 17:32, 14 May 2007
Home < NaviTrack Tutorial:Creating module:Module structureThree types of node
- Sink node (XxxxSink.h, [XxxxSink.cxx])
- Source node (XxxxSource.h, [XxxxSource.cxx])
- Filter node (we don't use this in the tutorial)
Structure of Sink class
Structure of Source class
Go back to Creating module.