Package toxi.geom

Interface OctreeVisitor


public interface OctreeVisitor
This interface is the core part of the visitor pattern application for PointOctrees. It can be used to apply a procedure to all tree nodes when passed to PointOctree.applyVisitor(OctreeVisitor).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Applies the procedure defined by an implementation of this interface to the given tree node.
  • Method Details

    • visitNode

      void visitNode(PointOctree node)
      Applies the procedure defined by an implementation of this interface to the given tree node.
      Parameters:
      node -