Skip to content
  • Spiros Tsalikis's avatar
    vtkPoints: Improve GetPoints for implicit points · b2c12cdc
    Spiros Tsalikis authored
    GetTuple creates a copy of the tuple using GetTypedTuple if it's not a vktDataArray
    we do that since the input points can be implicit points, and GetTypedTuple is faster
    than accessing the component of the TupleReference using GetTypedComponent internally.
    b2c12cdc