00001 // $Id: StiSsdIsActiveFunctor.h,v 1.2 2005/06/21 15:31:48 lmartin Exp $ 00002 // 00003 // $Log: StiSsdIsActiveFunctor.h,v $ 00004 // Revision 1.2 2005/06/21 15:31:48 lmartin 00005 // CVS tags added 00006 // 00013 #ifndef STI_SSD_IS_ACTIVE_FUNCTOR 00014 #define STI_SSD_IS_ACTIVE_FUNCTOR 00015 00016 #include "Sti/StiIsActiveFunctor.h" 00017 00018 struct StiSsdIsActiveFunctor : public StiIsActiveFunctor 00019 { 00020 StiSsdIsActiveFunctor(); 00021 virtual ~StiSsdIsActiveFunctor(); 00022 virtual bool operator()(double dYlocal, double dZlocal) const; 00023 }; 00024 00025 #endif // defined STI_SSD_IS_ACTIVE_FUNCTOR
1.5.9