[Paraview-developers] SOADataArray Templates and Catalyst fail to work
David Lonie
david.lonie at kitware.com
Thu Sep 8 10:24:52 EDT 2016
On Thu, Sep 8, 2016 at 3:46 AM, Staufer, Max
<Max.Staufer at rolls-royce.com> wrote:
> On that front, what is the role of maxid in a multiprocessor scenario ?
MaxId is simply how the vtkDataArrays store the size of the data. It's
the highest 0-based index that can be accessed in the array.
For example, an array with 1 component and 1 tuple has a MaxId of 0
(array length = 1). A 3 component, 1 tuple array has a MaxId of 2
(length = 3), a 3 comp, 3 tuple array has a MaxId of 8 (9 valid
elements), etc.
Dave
More information about the Paraview-developers
mailing list