[vtkusers] ExtractSelectedThresholds

David E DeMarle dave.demarle at kitware.com
Wed Apr 28 12:51:31 EDT 2010


The name doesn't match:

The doxygen says that vtkSelectEnclosedPoints produces an array named
"SelectedPointsArray".

Verify that that is true, and then set thresh's name to match.

David E DeMarle
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109



On Wed, Apr 28, 2010 at 8:13 AM, David Doria <daviddoria+vtk at gmail.com> wrote:
> On Tue, Apr 27, 2010 at 10:17 PM, David E DeMarle
> <dave.demarle at kitware.com> wrote:
>> Try thresh->SetName("SelectedPoints")
>>
>> David E DeMarle
>
> Nope, same problem.
>
> The vtkSelectionNode should know what to do because we
> selectionNode->SetSelectionList(thresh). I think the problem is that
> the vtkExtractSelectedThresholds doesn't know which array to apply
> thresh (from selectinNode) to.
>
> Thanks,
>
> David
>



More information about the vtkusers mailing list