]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/BaseObjects/Parameters.h
...
[cpPlugins.git] / lib / cpPlugins / BaseObjects / Parameters.h
index bd106e0afa028c92d4f4c21770dd6880b7280886..1890f23794a89c022545eba889e2e84fd05b5f62 100644 (file)
@@ -153,6 +153,8 @@ namespace cpPlugins
         const std::string& name, const std::vector< std::string >& choices
         );
       void ConfigureAsRealTypesChoices( const std::string& name );
+      void ConfigureAsIntTypesChoices( const std::string& name );
+      void ConfigureAsScalarTypesChoices( const std::string& name );
       std::vector< std::string > GetChoices( const std::string& name ) const;
       std::string GetSelectedChoice( const std::string& name ) const;
       bool SetSelectedChoice(