Difference between revisions of "Documentation/4.0/Developers/Overview"
From Slicer Wiki
Line 4: | Line 4: | ||
* Please fill in | * Please fill in | ||
− | * | + | *Types of plug-ins in Slicer |
**CLI | **CLI | ||
− | ***C++ | + | ***C++: requires compilation |
− | ***Python | + | ***Python: No compilation needed |
− | No compilation needed | + | **Loadable: require more knowledge of the internals of slicer, including the mrml tree. |
− | **Loadable | + | **editor effects: a special type of.... |
Revision as of 12:58, 22 November 2011
Home < Documentation < 4.0 < Developers < OverviewBack to Developers Information←
- Please fill in
- Types of plug-ins in Slicer
- CLI
- C++: requires compilation
- Python: No compilation needed
- Loadable: require more knowledge of the internals of slicer, including the mrml tree.
- editor effects: a special type of....
- CLI