How is it possible???

  double *bds = reader->GetOutput()->GetBounds();
  printf("%lf %lf %lf %lf\n", bds[0], bds[1], bds[2], bds[3]);

-> 0.000000 69.000000 0.000000 69.000000

  printf("point1[0]=%f point1[1]=%f point1[2]=%f\n", point1[0], point1[1], 
point1[2]);

-> point1[0]=58.196274 point1[1]=68.862898 point1[2]=0.000000

  if (integrator->ComputeNextStep(point1, point2, 0, delT.Interval, stepTaken, 
minStep, maxStep, this->MaximumError, error) != 0)
    break;
  printf("point2[0]=%f point2[1]=%f point2[2]=%f\n", point2[0], point2[1], 
point2[2]);

-> point2[0]=59.002164 point2[1]=69.454414 point2[2]=0.000000

PS: This message should probably be sent to the VTK mailing list but it seems 
that it is no longer so active...


_________________________________________________________________
Découvrez toutes les possibilités de communication avec vos proches
http://www.microsoft.com/windows/windowslive/default.aspx
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to