.. _program_listing_file_include_gwmodelpp_IVarialbeSelectable.h: Program Listing for File IVarialbeSelectable.h ============================================== |exhale_lsh| :ref:`Return to documentation for file ` (``include/gwmodelpp/IVarialbeSelectable.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef IVARIALBESELECTABLE_H #define IVARIALBESELECTABLE_H #include namespace gwm { struct IVarialbeSelectable { virtual double getCriterion(const std::vector& variables) = 0; virtual std::vector selectedVariables() = 0; }; typedef std::vector, double> > VariablesCriterionList; } #endif // IVARIALBESELECTABLE_H