Binary data gets passed around as vtkDataArray
or the like usually. Or void*
.
Binary data should never be passed around as strings (one of the many problems with C’s char*
representation for strings).
Binary data gets passed around as vtkDataArray
or the like usually. Or void*
.
Binary data should never be passed around as strings (one of the many problems with C’s char*
representation for strings).