.. _program_listing_file_include_gwmodelpp_IBandwidthSelectable.h: Program Listing for File IBandwidthSelectable.h =============================================== |exhale_lsh| :ref:`Return to documentation for file ` (``include/gwmodelpp/IBandwidthSelectable.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef IBANDWIDTHSELECTABLE_H #define IBANDWIDTHSELECTABLE_H #include "spatialweight/BandwidthWeight.h" namespace gwm { struct IBandwidthSelectable { virtual double getCriterion(BandwidthWeight* weight) = 0; }; typedef std::vector > BandwidthCriterionList; } #endif // IBANDWIDTHSELECTABLE_H