00001 #ifndef VIS_FRAMEWORK_BASE_VIS_SIM_HIT_POINT_SIZE_H 00002 # define VIS_FRAMEWORK_BASE_VIS_SIM_HIT_POINT_SIZE_H 00003 00004 //<<<<<< INCLUDES >>>>>> 00005 //<<<<<< PUBLIC DEFINES >>>>>> 00006 //<<<<<< PUBLIC CONSTANTS >>>>>> 00007 //<<<<<< PUBLIC TYPES >>>>>> 00008 //<<<<<< PUBLIC VARIABLES >>>>>> 00009 //<<<<<< PUBLIC FUNCTIONS >>>>>> 00010 //<<<<<< CLASS DECLARATIONS >>>>>> 00011 00012 class VisSimHitPointSize 00013 { 00014 public: 00015 VisSimHitPointSize (void); 00016 // implicit copy constructor 00017 // implicit assignment operator 00018 // implicit destructor 00019 }; 00020 00021 //<<<<<< INLINE PUBLIC FUNCTIONS >>>>>> 00022 //<<<<<< INLINE MEMBER FUNCTIONS >>>>>> 00023 00024 #endif // VIS_FRAMEWORK_BASE_VIS_SIM_HIT_POINT_SIZE_H