Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for issues #54, #55 and #56 #57

Merged
merged 3 commits into from
Dec 1, 2015
Merged

Commits on Oct 6, 2015

  1. BUG: openigtlink#54 Color not supported in vtkImageData->igtl::ImageM…

    …essage.
    
    Fixed by adding NumComponents
    Christian Askeland committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    978547d View commit details
    Browse the repository at this point in the history
  2. BUG: Fixed openigtlink#55 Segfaults in encode/decode vtkPolyData

        Encoding of POLYGON caused segfault.
        From inspecting code, line 478: iteration over pdata should be cdata. (caused segfault)
        Encoding a vtkDataSetAttributes containing attributes with GetName()==NULL caused segfault.
        Incomplete cell data in message caused segfault
    Christian Askeland committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    5399aef View commit details
    Browse the repository at this point in the history
  3. BUG: Fixed openigtlink#56 vtkPolyData encoding reuses data from last …

    …encoding.
    
    Fixed by resetting the cached igtl::PolyDataMessage before each encode.
    Christian Askeland committed Oct 6, 2015
    Configuration menu
    Copy the full SHA
    5612b27 View commit details
    Browse the repository at this point in the history