You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am working on an application requiring a vptree. I only want to initialize the vptree once within a particular method and then use the tree repeatedly within another method. This requires that I declare the vptree within the class's definition. This in turn requires that the vptree have a default constructor. I was wondering if it would be possible to implement this.
If not, is there any way you can include a method within the vptree class definition which allows the tree to be reinitialized using a different array?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello! I am working on an application requiring a vptree. I only want to initialize the vptree once within a particular method and then use the tree repeatedly within another method. This requires that I declare the vptree within the class's definition. This in turn requires that the vptree have a default constructor. I was wondering if it would be possible to implement this.
If not, is there any way you can include a method within the vptree class definition which allows the tree to be reinitialized using a different array?
Thank you!
The text was updated successfully, but these errors were encountered: