Difference between revisions of "Project Week/Template"
From NAMIC Wiki
(9 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
<gallery> | <gallery> | ||
Image:PW-MIT2013.png|[[2013_Summer_Project_Week#Projects|Projects List]] | Image:PW-MIT2013.png|[[2013_Summer_Project_Week#Projects|Projects List]] | ||
− | |||
− | |||
</gallery> | </gallery> | ||
− | |||
==Key Investigators== | ==Key Investigators== | ||
− | * | + | * GRC: Rui Li, Jim Miller |
− | * | + | * Kitware: Jean-Christophe Fillion-Robin |
− | * | + | * Isomics: Steve Pieper |
<div style="margin: 20px;"> | <div style="margin: 20px;"> | ||
Line 16: | Line 13: | ||
<h3>Objective</h3> | <h3>Objective</h3> | ||
− | + | Python embedding library to manage calling python functions from C++. This will eliminate the code duplication in Slicer. | |
Line 29: | Line 26: | ||
<h3>Approach, Plan</h3> | <h3>Approach, Plan</h3> | ||
+ | Discuss with Jc and Steve regarding how to incorporate into Slicer. Currently it | ||
+ | is used as a downloadable library during superbuild, similar to SlicerExecutionModel. | ||
</div> | </div> | ||
Line 35: | Line 34: | ||
<h3>Progress</h3> | <h3>Progress</h3> | ||
− | |||
− | |||
</div> | </div> | ||
</div> | </div> | ||
− | == | + | ==Delivery Mechanism== |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | https://github.com/grclirui/PythonCppAPI.git | |
− | |||
− |
Latest revision as of 03:03, 18 June 2013
Home < Project Week < TemplateKey Investigators
- GRC: Rui Li, Jim Miller
- Kitware: Jean-Christophe Fillion-Robin
- Isomics: Steve Pieper
Objective
Python embedding library to manage calling python functions from C++. This will eliminate the code duplication in Slicer.
Approach, Plan
Discuss with Jc and Steve regarding how to incorporate into Slicer. Currently it is used as a downloadable library during superbuild, similar to SlicerExecutionModel.