homog2d library
Public Member Functions | List of all members
h2d::priv::chull::Mystack Struct Reference

Inherits std::stack<> and adds a member function to fetch the underlying std::vector. Used in h2d::convexHull() More...

#include <homog2d.hpp>

Inheritance diagram for h2d::priv::chull::Mystack:
Inheritance graph
[legend]
Collaboration diagram for h2d::priv::chull::Mystack:
Collaboration graph
[legend]

Public Member Functions

const std::vector< size_t > & getVect () const
 

Detailed Description

Inherits std::stack<> and adds a member function to fetch the underlying std::vector. Used in h2d::convexHull()

Member Function Documentation

◆ getVect()

const std::vector<size_t>& h2d::priv::chull::Mystack::getVect ( ) const
inline
11520  {
11521  return this->c;
11522  }
Here is the caller graph for this function:

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