Beispiel #1
0
//--------------------------------------------------------------------
  void AEvent::ClearEvent()
//--------------------------------------------------------------------
  {
    log4cpp::Category& klog = GetLogger("AEvent");
    klog << log4cpp::Priority::DEBUG << " AEvent::ClearEvent() " ;

    klog << log4cpp::Priority::DEBUG << " Deleting particles " ;
    VDelete(fParticles); 
    fParticles.clear();

    klog << log4cpp::Priority::DEBUG << " Deleting tracks " ;
    VDelete(fTTracks); 
    fTTracks.clear();
  }
Beispiel #2
0
void BLOCO_API CD3D11Font::VOnLostDevice()
{
	VDelete();
}