AnimatLab  2
Test
VsIntersectionEvent.h
1 // VsIntersectionEvent.h: interface for the VsIntersectionEvent class.
2 //
4 #pragma once
5 
6 namespace VortexAnimatSim
7 {
8  namespace Visualization
9  {
10 
11  class VORTEX_PORT VsIntersectionEvent : public VxUniverse::IntersectSubscriber
12  {
13  protected:
14  Simulator *m_lpSim;
15 
16  public:
18  virtual ~VsIntersectionEvent();
19 
20  void notifyIntersect(VxUniverse::eIntersectEventType type, VxIntersectResult* inResult, VxDynamicsResponseInput* inResp);
21  void notifyDisjoint(VxUniverse::eIntersectEventType type, VxIntersectResult* ires);
22  };
23 
24  } // Visualization
25 } //VortexAnimatSim
Classes for implementing the cm-labs vortex physics engine for AnimatLab.