[vtkusers] other parameters in vtkCellLocator.IntersectWithLine(..) by using Java

-Daniel- ich_daniel at habmalnefrage.de
Thu Mar 10 13:59:56 EST 2016


Hello VTK-community,

I use vtkCellLocator and found that the method
"cellLocator.IntersectWithLine(..)" in Java has other different parameters
than in C++. 
  Java : cellLocator.IntersectWithLine (double [], double [], vtkPoints,
vtkIdList)
  C++ : cellLocator.IntersectWithLine (double [3], double [3], double,
double, double [3], double [3], int, vtkIdType, vtkGenericCell)
How do I use this variant? Which parameters must be passed to the java
function?

Can anybody help me?
Thanks!





--
View this message in context: http://vtk.1045678.n5.nabble.com/other-parameters-in-vtkCellLocator-IntersectWithLine-by-using-Java-tp5737161.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list