Classes
RStarVisitor.h File Reference
#include "larreco/ClusterFinder/RStarTree/RStarBoundingBox.h"

Go to the source code of this file.

Classes

struct  RStarAcceptOverlapping< Node, Leaf >
 
struct  RStarAcceptEnclosing< Node, Leaf >
 
struct  RStarAcceptAny< Node, Leaf >
 
struct  RStarRemoveLeaf< Leaf >
 
struct  RStarRemoveSpecificLeaf< Leaf >
 

Detailed Description

I'm not convinced that these are really the best way to implement this, but it works so I'll stick with it for the moment

It should be noted that all of these items are typedef'ed inside of the RStarTree class, so you shouldn't generally need to directly use them.

Definition in file RStarVisitor.h.