Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::repeat_mesh_t< mesh_t >::vertices_t Class Reference

#include <repeat_mesh.hpp>

Public Member Functions

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

Friends

class repeat_mesh_t
 
int count (const vertices_t &generator) noexcept
 

Detailed Description

template<typename mesh_t>
class generator::repeat_mesh_t< mesh_t >::vertices_t

Definition at line 78 of file repeat_mesh.hpp.

Member Function Documentation

◆ done()

template<typename mesh_t >
bool generator::repeat_mesh_t< mesh_t >::vertices_t::done ( ) const
inlinenoexcept

Definition at line 81 of file repeat_mesh.hpp.

◆ generate()

template<typename mesh_t >
mesh_vertex_t generator::repeat_mesh_t< mesh_t >::vertices_t::generate ( ) const
inline

Definition at line 86 of file repeat_mesh.hpp.

◆ next()

template<typename mesh_t >
void generator::repeat_mesh_t< mesh_t >::vertices_t::next ( )
inline

Definition at line 93 of file repeat_mesh.hpp.

Friends And Related Symbol Documentation

◆ count

template<typename mesh_t >
int count ( const vertices_t & generator)
friend

Definition at line 130 of file repeat_mesh.hpp.

◆ repeat_mesh_t

template<typename mesh_t >
friend class repeat_mesh_t
friend

Definition at line 135 of file repeat_mesh.hpp.


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