|
FEAT 3
Finite Element Analysis Toolbox
|
Public Member Functions | |
| VertexMarking (const SubdivisionLevelTuple< num_vertices > &tuple) | |
| VertexMarking (std::bitset< num_vertices > markings) | |
| VertexMarking (std::uint64_t markings) | |
| bool | covers (const VertexMarking &other) const |
| std::size_t | distance (const VertexMarking &other) const |
| bool | is_vertex_marked (int vertex) const |
Static Public Member Functions | |
| static VertexMarking | all_marked () |
Public Attributes | |
| std::bitset< num_vertices > | bits |
Static Public Attributes | |
| static constexpr int | num_vertices = Shape::FaceTraits<Shape_, 0>::count |
Friends | |
| template<typename S_ > | |
| std::ostream & | operator<< (std::ostream &, const VertexMarking< S_ > &) |
| template<typename S_ > | |
| bool | operator== (const VertexMarking< S_ > &, const VertexMarking< S_ > &) |
Definition at line 43 of file refinement_types.hpp.
|
inlineexplicit |
Definition at line 55 of file refinement_types.hpp.
|
inlineexplicit |
Definition at line 59 of file refinement_types.hpp.
|
inlineexplicit |
Definition at line 63 of file refinement_types.hpp.
|
inlinestatic |
Definition at line 71 of file refinement_types.hpp.
|
inline |
Definition at line 76 of file refinement_types.hpp.
|
inline |
Definition at line 88 of file refinement_types.hpp.
|
inline |
Definition at line 82 of file refinement_types.hpp.
| std::bitset<num_vertices> FEAT::Geometry::VertexMarking< Shape_ >::bits |
Definition at line 47 of file refinement_types.hpp.
|
staticconstexpr |
Definition at line 45 of file refinement_types.hpp.