tgtAssert(dynamic_cast<tgt::MouseEvent*>(e)!=0,"Given event has wrong type. Check if the event is accepted by this event handler before executing it!");
// this is only to be executed when the event was accepted, so the static cast is safe.
tgtAssert(me->action()==tgt::MouseEvent::WHEEL,"Given event has wrong type. Check if the event is accepted by this event handler before executing it!");
tgtAssert(vp!=0,"Pointer to processor must not be 0.");
tgtAssert(std::find(_lqModeProcessors.begin(),_lqModeProcessors.end(),vp)==_lqModeProcessors.end(),"Processor already in list of LQ mode processors.");