LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
RStarRemoveLeaf< Leaf > Struct Template Reference

#include "RStarVisitor.h"

Public Member Functions

 RStarRemoveLeaf ()
 
bool operator() (const Leaf *const ) const
 

Public Attributes

const bool ContinueVisiting
 

Detailed Description

template<typename Leaf>
struct RStarRemoveLeaf< Leaf >

Definition at line 131 of file RStarVisitor.h.

Constructor & Destructor Documentation

template<typename Leaf >
RStarRemoveLeaf< Leaf >::RStarRemoveLeaf ( )
inline

Definition at line 134 of file RStarVisitor.h.

134 : ContinueVisiting(true) {}
const bool ContinueVisiting
Definition: RStarVisitor.h:133

Member Function Documentation

template<typename Leaf >
bool RStarRemoveLeaf< Leaf >::operator() ( const Leaf *  const) const
inline

Definition at line 136 of file RStarVisitor.h.

137  {
138  return true;
139  }

Member Data Documentation

template<typename Leaf >
const bool RStarRemoveLeaf< Leaf >::ContinueVisiting

Definition at line 133 of file RStarVisitor.h.


The documentation for this struct was generated from the following file: