X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FBaseObjects%2FParameters.h;h=1890f23794a89c022545eba889e2e84fd05b5f62;hb=19cba47f3c180c79b04fb4db2784434bfe16d2b9;hp=bd106e0afa028c92d4f4c21770dd6880b7280886;hpb=d8ebffc6ece697ddf7b358946ef5d9c9cd7191fe;p=cpPlugins.git diff --git a/lib/cpPlugins/BaseObjects/Parameters.h b/lib/cpPlugins/BaseObjects/Parameters.h index bd106e0..1890f23 100644 --- a/lib/cpPlugins/BaseObjects/Parameters.h +++ b/lib/cpPlugins/BaseObjects/Parameters.h @@ -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(