]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/BaseObjects/Parameters.h
...
[cpPlugins.git] / lib / cpPlugins / BaseObjects / Parameters.h
index fd6764bb55fd823a20305efcb3dab26fe0f9f6c6..1890f23794a89c022545eba889e2e84fd05b5f62 100644 (file)
@@ -152,6 +152,9 @@ namespace cpPlugins
       void ConfigureAsChoices(
         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(