Antkeeper
0.0.1
|
B-rep loop container. More...
#include <brep-loop.hpp>
Friends | |
class | brep_mesh |
class | brep_face_container |
Additional Inherited Members | |
![]() | |
using | element_type = brep_loop |
using | const_reverse_iterator = std::reverse_iterator< const_iterator > |
![]() | |
constexpr element_type * | operator[] (std::size_t i) const |
Returns a pointer to the element at the specified index. More... | |
constexpr element_type * | front () const noexcept |
Returns the first element. More... | |
constexpr element_type * | back () const noexcept |
Returns the last element. More... | |
constexpr const_iterator | begin () const noexcept |
Returns an iterator to the first element. More... | |
constexpr const_iterator | cbegin () const noexcept |
Returns an iterator to the first element. More... | |
constexpr const_iterator | end () const noexcept |
Returns an iterator to the element following the last element. More... | |
constexpr const_iterator | cend () const noexcept |
Returns an iterator to the element following the last element. More... | |
constexpr const_reverse_iterator | rbegin () const noexcept |
Returns a reverse iterator to the first element of the reversed container. More... | |
constexpr const_reverse_iterator | crbegin () const noexcept |
Returns a reverse iterator to the first element of the reversed container. More... | |
constexpr const_reverse_iterator | rend () const noexcept |
Returns a reverse iterator to the element following the last element of the reversed container. More... | |
constexpr const_reverse_iterator | crend () const noexcept |
Returns a reverse iterator to the element following the last element of the reversed container. More... | |
constexpr bool | empty () const noexcept |
Returns true if the container is empty, false otherwise. More... | |
constexpr std::size_t | size () const noexcept |
Returns the number of elements in the container. More... | |
const brep_attribute_map & | attributes () const noexcept |
Returns the element attribute map. More... | |
brep_attribute_map & | attributes () noexcept |
Returns the element attribute map. More... | |
![]() | |
brep_element_container (brep_mesh *mesh) noexcept | |
Constructs a B-rep element container. More... | |
virtual void | erase (element_type *element) |
Erases an element from the container. More... | |
![]() | |
brep_mesh * | m_mesh |
B-rep loop container.
Definition at line 101 of file brep-loop.hpp.
|
friend |
Definition at line 105 of file brep-loop.hpp.
|
friend |
Definition at line 104 of file brep-loop.hpp.