Skip to content
Snippets Groups Projects
  1. Jan 25, 2016
    • Alexis Girault's avatar
      df71480f
    • Alexis Girault's avatar
      STYLE: Improve doc for DeviceType · 92527d49
      Alexis Girault authored
      92527d49
    • Alexis Girault's avatar
      ENH: Refactor VRPN Server/Client API · 989a8106
      Alexis Girault authored
      Allows for the following workflow :
      1) Create a `VRPNDeviceClient` by specifying its URL (name@ipadress)
      and its type (see `DeviceType` class). The subclass `VRPNForceDevice`
      is setting the style to `PHANTOM_OMNI` by default for now.
      2) Create a `VRPNDeviceServer`
      3) Call `VRPNDeviceServer::addDeviceClient()` to add the client created
      on step 1). This will analyse the IP, name, and type of the device
      client to instantiate a VRPN device connection. The added devices are
      then stored in three `std:map` so the `mainloop()` can be called during
      the execution.
      
      Updated their use in `FEMSimulator` and `LaparoscopicCamera` examples.
      989a8106
  2. Jan 24, 2016
  3. Jan 22, 2016
  4. Jan 20, 2016
  5. Jan 14, 2016
  6. Jan 13, 2016
    • Alexis Girault's avatar
      ENH: Update CameraController architecture · a41a8090
      Alexis Girault authored
      - Migration of the camera update by external device
      from VTKViewer to LaparoscopicCameraController.
      - Removal of obsolete cameraConfigurationData struct
      - Cleaning of unused variables and of style
      - Simplification of the cameraController feature
      in the LaparoscopicCamera example.
      a41a8090
Loading