[vtkusers] How to find specific point's normal....?

Bryn Lloyd blloyd at vision.ee.ethz.ch
Fri Apr 9 02:27:16 EDT 2010


ComputePointId does not exist in the output of MC (it is a vtkPolyData 
object).


renlishen wrote:
> David, thanks again~
> I try to use ComputePointId function but it doesn't exist in my VTK
> (I'm use VTK 5.4.2)
> 
> I find another function can solve this question
> int location[3] = {236,236,236};
> vtkIdType id = mCubes->GetOutput()->FindPoint(location);
> 
> thanks your suggestion to help me to find right answer that I want~
> thanks again ^^~
> 
> RenLi


-- 
-------------------------------------------------
Bryn Lloyd
Computer Vision Laboratory
ETH Zürich, Sternwartstrasse 7, ETF C110
CH - 8092 Zürich, Switzerland
Tel: +41 44 63 26668
Fax: +41 44 63 21199
-------------------------------------------------



More information about the vtkusers mailing list