Exemplo n.º 1
0
 /// <summary>
 /// Construct default setup
 /// </summary>
 public Setup() {
   _wf = new ScanWorkflow();
   _camera = new Camera(0);
   _laser = new Laser();
   _reference_body = new ReferenceBody();
   _positioner = new MarkerPositioner();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Construct default setup
 /// </summary>
 public Setup()
 {
     _wf             = new ScanWorkflow();
     _camera         = new Camera(0);
     _laser          = new Laser();
     _reference_body = new ReferenceBody();
     _positioner     = new MarkerPositioner();
 }