Public Member Functions | Public Attributes | List of all members
coal::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 220 of file traversal_recurse.cpp.

Constructor & Destructor Documentation

◆ BVTQ()

coal::BVTQ::BVTQ ( )
inline

Definition at line 221 of file traversal_recurse.cpp.

Member Function Documentation

◆ empty()

bool coal::BVTQ::empty ( ) const
inline

Definition at line 223 of file traversal_recurse.cpp.

◆ full()

bool coal::BVTQ::full ( ) const
inline

Definition at line 233 of file traversal_recurse.cpp.

◆ pop()

void coal::BVTQ::pop ( )
inline

Definition at line 231 of file traversal_recurse.cpp.

◆ push()

void coal::BVTQ::push ( const BVT x)
inline

Definition at line 229 of file traversal_recurse.cpp.

◆ size()

size_t coal::BVTQ::size ( ) const
inline

Definition at line 225 of file traversal_recurse.cpp.

◆ top()

const BVT& coal::BVTQ::top ( ) const
inline

Definition at line 227 of file traversal_recurse.cpp.

Member Data Documentation

◆ pq

std::priority_queue<BVT, std::vector<BVT>, BVT_Comparer> coal::BVTQ::pq

Definition at line 235 of file traversal_recurse.cpp.

◆ qsize

unsigned int coal::BVTQ::qsize

Queue size.

Definition at line 238 of file traversal_recurse.cpp.


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


hpp-fcl
Author(s):
autogenerated on Sat Nov 23 2024 03:45:00