Package org.gephi.visualization.apiimpl

Examples of org.gephi.visualization.apiimpl.ModelImpl.destroy()


            //Reset octants in objects
            for (cleanObjectsIterator.setNode(tree); cleanObjectsIterator.hasNext();) {
                ModelImpl obj = cleanObjectsIterator.next();
                obj.resetOctant();
                obj.cleanModel();
                obj.destroy();
            }

            //Empty the tree
            o.clear(classID);
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.