mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
Added a test for void tree. Fixed gadget support in generateMock
This commit is contained in:
parent
8515e712da
commit
59e57921b1
2 changed files with 21 additions and 8 deletions
|
@ -224,6 +224,8 @@ public:
|
|||
}
|
||||
|
||||
|
||||
VoidNode *getRoot() { return rootNode; }
|
||||
|
||||
template<typename T>
|
||||
void walkNode(VoidNode *node, T& traverse)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue