[vtkusers] VTK Examples can use your help!
David Doria
daviddoria+vtk at gmail.com
Mon Feb 1 16:15:56 EST 2010
On Mon, Feb 1, 2010 at 4:06 PM, Andy Bauer <andy.bauer at kitware.com> wrote:
> I'm attaching my changes to the CellLocator.cxx example. The main changes
> was:
> this->CellLocator->GenerateRepresenation(1, this->PolyData);
>
> to:
> this->CellLocator->GenerateRepresentation(this->CellLocator->GetLevel(),
> this->PolyData);
>
> I also formatted it to be more consistent with VTK style.
>
> Andy
>
>
>
Ah yes, what a silly typo. Thanks Andy, the page has been updated.
Any more takers?? Come on guys (and gals)!!
Thanks,
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100201/c624ba9f/attachment.htm>
More information about the vtkusers
mailing list