[ITK] [ITK-users] VectorUInt32 and VectorDouble in Java...How?

ivan ivan.granata.na at gmail.com
Tue Oct 25 12:18:06 EDT 2016


i tried whit this

what do u think about? is it the same?

  VectorUInt32 pts1 = new VectorUInt32(3);
 // org.itk.simple.VectorUInt32 pts1;
  pts1.clear();
  pts1.push_back(3);
  pts1.push_back(2);
  pts1.push_back(1);
  
  
  System.out.println(pts1);
  R.setShrinkFactorsPerLevel(pts1);



--
View this message in context: http://itk-users.7.n7.nabble.com/ITK-users-SimpleITK-VectorUInt32-and-VectorDouble-in-Java-How-tp37700p37703.html
Sent from the ITK - Users mailing list archive at Nabble.com.
_____________________________________
Powered by www.kitware.com

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

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users


More information about the Community mailing list