Types
using const_iterator = const value_type *using iterator = value_type *using size_type = intusing value_type = unsigned int
Methods
size() -> constexpr size_typeoperator+=(value_type rhs) -> Face &sort() -> voidreorder(const Face< N > & rhs, value_type shared_vertex) -> boolflip_winding() -> voidadjoins(const Face & rhs) const -> boolcontains(value_type value) const -> boolindex_of(value_type value) const -> size_typeback() const -> value_typefront() const -> value_typeend() const -> const_iteratorbegin() const -> const_iteratorend() -> iteratorbegin() -> iteratoroperator[](size_type i) -> value_type &operator[](size_type i) const -> value_typeoperator()(size_type i) -> value_type &operator()(size_type i) const -> value_typetemplate <class ... Args>
Face(Args ... indices)explicitFace(std::initializer_list< value_type > list)~Face()operator=(const Face &) -> Face &Face(const Face &)Face()