Public Member Functions | Public Attributes | List of all members
hpp::fcl::BVTQ Struct Reference

Public Member Functions

 BVTQ ()
 
bool empty () const
 
bool full () const
 
void pop ()
 
void push (const BVT &x)
 
size_t size () const
 
const BVTtop () const
 

Public Attributes

std::priority_queue< BVT, std::vector< BVT >, BVT_Comparerpq
 
unsigned int qsize
 Queue size. More...
 

Detailed Description

Definition at line 221 of file traversal_recurse.cpp.

Constructor & Destructor Documentation

◆ BVTQ()

hpp::fcl::BVTQ::BVTQ ( )
inline

Definition at line 222 of file traversal_recurse.cpp.

Member Function Documentation

◆ empty()

bool hpp::fcl::BVTQ::empty ( ) const
inline

Definition at line 224 of file traversal_recurse.cpp.

◆ full()

bool hpp::fcl::BVTQ::full ( ) const
inline

Definition at line 234 of file traversal_recurse.cpp.

◆ pop()

void hpp::fcl::BVTQ::pop ( )
inline

Definition at line 232 of file traversal_recurse.cpp.

◆ push()

void hpp::fcl::BVTQ::push ( const BVT x)
inline

Definition at line 230 of file traversal_recurse.cpp.

◆ size()

size_t hpp::fcl::BVTQ::size ( ) const
inline

Definition at line 226 of file traversal_recurse.cpp.

◆ top()

const BVT& hpp::fcl::BVTQ::top ( ) const
inline

Definition at line 228 of file traversal_recurse.cpp.

Member Data Documentation

◆ pq

std::priority_queue<BVT, std::vector<BVT>, BVT_Comparer> hpp::fcl::BVTQ::pq

Definition at line 236 of file traversal_recurse.cpp.

◆ qsize

unsigned int hpp::fcl::BVTQ::qsize

Queue size.

Definition at line 239 of file traversal_recurse.cpp.


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


hpp-fcl
Author(s):
autogenerated on Fri Jun 2 2023 02:39:03