Skip to content
  • Jaswant Panchumarti (Kitware)'s avatar
    vtkMatrix: Fix wrappability of the Data property · 5cf90ef3
    Jaswant Panchumarti (Kitware) authored
    - Introduces some minor things that help vtkParseProperties
      better wrap the `Data` property of vtkMatrix4x4 and vtkMatrix3x3.
    - Since there was only a GetData and no SetData, it was not possible
      to obtain a setter for the `Data` property.
    - Adds a new SetData(double*) method to set the elements.
    - Adds missing VTK_SIZEHINT macro for vtkMatrix4x4::GetData()
    5cf90ef3