Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::subdivide_path_t< path_t >::edges_t Class Reference

#include <subdivide_path.hpp>

Public Member Functions

bool done () const noexcept
 
edge_t generate () const
 
void next ()
 

Friends

class subdivide_path_t
 

Detailed Description

template<typename path_t>
class generator::subdivide_path_t< path_t >::edges_t

Definition at line 16 of file subdivide_path.hpp.

Member Function Documentation

◆ done()

template<typename path_t >
bool generator::subdivide_path_t< path_t >::edges_t::done ( ) const
inlinenoexcept

Definition at line 19 of file subdivide_path.hpp.

◆ generate()

template<typename path_t >
edge_t generator::subdivide_path_t< path_t >::edges_t::generate ( ) const
inline

Definition at line 24 of file subdivide_path.hpp.

◆ next()

template<typename path_t >
void generator::subdivide_path_t< path_t >::edges_t::next ( )
inline

Definition at line 34 of file subdivide_path.hpp.

Friends And Related Symbol Documentation

◆ subdivide_path_t

template<typename path_t >
friend class subdivide_path_t
friend

Definition at line 52 of file subdivide_path.hpp.


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