[Paraview-developers] vtkSMSelectionHelper::SubstractSelection

Mathieu Westphal mathieu.westphal at kitware.com
Wed Aug 26 12:43:25 EDT 2015


Hello

I'm trying to implement a substract selection method, mirroring the
MergeSelection method

Sadly i can't find a way to know how many  component each tuple of
selection contains:

For examples Indices based selection on non multiblock data will contain 2
( proc id and point id ) , and composite data selection will contain three
( piece id, proc id, cell id)

I could analyse the data to find the info, but it would be quite reondant
with NewSelectionSourceFromSelectionInternal code

Any insight ?

Mathieu Westphal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20150826/b7817ce8/attachment.html>


More information about the Paraview-developers mailing list