Hello, I expose you the problem.
In the method "open()" of my BoidPlugIn i read a file in particular read the number of rows and columns (height and width) of the matrix contained in the file. The number of columns should reflect the features of my Boid
In the class Boid I would declare " float features" how can I do?
Width in the method "open" is shown in class Boid?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I expose you the problem.
In the method "open()" of my BoidPlugIn i read a file in particular read the number of rows and columns (height and width) of the matrix contained in the file. The number of columns should reflect the features of my Boid
In the class Boid I would declare " float features" how can I do?
Width in the method "open" is shown in class Boid?