X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxVtkSceneManager.h;h=f92b9064e057a733e11e12eaaedbeb68624881e3;hb=de7c0454ab8fc1b0b97dcd7112dfdb4a55ac0215;hp=9203963e8636e6686d9a00682fee5f4526f48573;hpb=e4d5a319ef249bde6c4f4ddfee66f6258558bf91;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h index 9203963..f92b906 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxVtkSceneManager.h @@ -209,6 +209,10 @@ namespace bbtk std::string GetCategory(); std::string GetDescription(); + // RaC2012 2nd HackFest + // External Inputs was the complex inputs in previous versions + // Get names of all external inputs + std::vector< std::string> GetExternalInputsNames(); void getCleanLine(std::stringstream &inputStream, std::string &line); // JGRR & CM