vptree icon indicating copy to clipboard operation
vptree copied to clipboard

vptree default constructor/vptree reinitialization

Open JECBello opened this issue 5 years ago • 2 comments

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!

JECBello avatar Dec 04 '19 19:12 JECBello