[vtkusers] Selecting/Extracting cells using points
    David Doria 
    daviddoria+vtk at gmail.com
       
    Sun May 30 12:08:58 EDT 2010
    
    
  
On Sun, May 30, 2010 at 11:52 AM, David E DeMarle
<dave.demarle at kitware.com> wrote:
> That is what that vtkInformationIntegerKey
> *vtkSelectionNode::CONTAINING_CELLS() flag is for.
>
> David E DeMarle
Perfect, thanks.
For anyone else interested, you use this by doing:
selectionNode->GetProperties()->Set(vtkSelectionNode::CONTAINING_CELLS(), 1);
David
    
    
More information about the vtkusers
mailing list