Skip to content
Snippets Groups Projects
Forked from ogs / ogs
Source project has a limited visibility.
  • Tom Fischer's avatar
    f1077798
    [GL] OctTree::createOctTree returns pointer instead of obj. · f1077798
    Tom Fischer authored
    At the moment it is not possible to write
    oct_tree = createOctTree()
    because the copy constructor is explicitely deleted. In my point of view
    it does not make sense to implement a copy constructor. Sometimes it is
    necessary to recreate the OctTree, for instance if the spatial size has changed.
    f1077798
    History
    [GL] OctTree::createOctTree returns pointer instead of obj.
    Tom Fischer authored
    At the moment it is not possible to write
    oct_tree = createOctTree()
    because the copy constructor is explicitely deleted. In my point of view
    it does not make sense to implement a copy constructor. Sometimes it is
    necessary to recreate the OctTree, for instance if the spatial size has changed.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.