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