Wildmeshing Toolkit
|
#include <FlagAccessor.hpp>
Public Types | |
enum class | FlagBit : char { Active = 0x1 } |
using | BaseAccessor = Accessor< char, MeshType, CachingAttribute< char >, 1 > |
Public Member Functions | |
IndexFlagAccessor (BaseAccessor acc) | |
template<typename MeshType2 > | |
IndexFlagAccessor (const IndexFlagAccessor< MeshType2 > &o) | |
bool | is_active (int64_t t) const |
void | activate (int64_t t) |
void | deactivate (int64_t t) |
BaseAccessor & | base_accessor () |
const BaseAccessor & | base_accessor () const |
operator BaseAccessor () const | |
CachingAttribute< char > & | attribute () |
const CachingAttribute< char > & | attribute () const |
Static Public Member Functions | |
static bool | _is_active (char value) |
static void | _activate (char &value) |
static void | _deactivate (char &value) |
static constexpr char | inverse_mask (FlagBit bit) |
Protected Member Functions | |
IndexFlagAccessor | index_access () const |
Protected Attributes | |
BaseAccessor | m_base_accessor |
Definition at line 10 of file FlagAccessor.hpp.
using wmtk::attribute::IndexFlagAccessor< MeshType >::BaseAccessor = Accessor<char, MeshType, CachingAttribute<char>, 1> |
Definition at line 17 of file FlagAccessor.hpp.
|
strong |
Enumerator | |
---|---|
Active |
Definition at line 13 of file FlagAccessor.hpp.
|
inline |
Definition at line 20 of file FlagAccessor.hpp.
|
inline |
Definition at line 24 of file FlagAccessor.hpp.
|
inlinestatic |
Definition at line 15 of file FlagAccessor.hpp.
References wmtk::attribute::IndexFlagAccessor< MeshType >::Active.
Referenced by wmtk::attribute::FlagAccessor< MeshType >::activate(), and wmtk::attribute::IndexFlagAccessor< MeshType >::activate().
|
inlinestatic |
Definition at line 16 of file FlagAccessor.hpp.
References wmtk::attribute::IndexFlagAccessor< MeshType >::Active, and wmtk::attribute::IndexFlagAccessor< MeshType >::inverse_mask().
Referenced by wmtk::attribute::FlagAccessor< MeshType >::deactivate(), and wmtk::attribute::IndexFlagAccessor< MeshType >::deactivate().
|
inlinestatic |
Definition at line 14 of file FlagAccessor.hpp.
References wmtk::attribute::IndexFlagAccessor< MeshType >::Active.
Referenced by wmtk::attribute::FlagAccessor< MeshType >::is_active(), and wmtk::attribute::IndexFlagAccessor< MeshType >::is_active().
|
inline |
Definition at line 33 of file FlagAccessor.hpp.
References wmtk::attribute::IndexFlagAccessor< MeshType >::_activate(), and wmtk::attribute::IndexFlagAccessor< MeshType >::attribute().
Referenced by wmtk::EdgeMesh::initialize(), wmtk::TriMesh::initialize(), wmtk::TetMesh::initialize(), wmtk::PointMesh::initialize(), and wmtk::Mesh::request_simplex_indices().
|
inline |
Definition at line 49 of file FlagAccessor.hpp.
References wmtk::attribute::Accessor< T, MeshType, AttributeType_, Dim >::attribute(), and wmtk::attribute::IndexFlagAccessor< MeshType >::base_accessor().
Referenced by wmtk::attribute::IndexFlagAccessor< MeshType >::activate(), wmtk::attribute::IndexFlagAccessor< MeshType >::deactivate(), and wmtk::attribute::IndexFlagAccessor< MeshType >::is_active().
|
inline |
Definition at line 50 of file FlagAccessor.hpp.
References wmtk::attribute::Accessor< T, MeshType, AttributeType_, Dim >::attribute(), and wmtk::attribute::IndexFlagAccessor< MeshType >::base_accessor().
|
inline |
Definition at line 45 of file FlagAccessor.hpp.
References wmtk::attribute::IndexFlagAccessor< MeshType >::m_base_accessor.
Referenced by wmtk::attribute::IndexFlagAccessor< MeshType >::attribute(), and wmtk::attribute::IndexFlagAccessor< MeshType >::attribute().
|
inline |
Definition at line 46 of file FlagAccessor.hpp.
References wmtk::attribute::IndexFlagAccessor< MeshType >::m_base_accessor.
|
inline |
Definition at line 37 of file FlagAccessor.hpp.
References wmtk::attribute::IndexFlagAccessor< MeshType >::_deactivate(), and wmtk::attribute::IndexFlagAccessor< MeshType >::attribute().
|
inlineprotected |
Definition at line 56 of file FlagAccessor.hpp.
|
inlinestaticconstexpr |
Definition at line 42 of file FlagAccessor.hpp.
Referenced by wmtk::attribute::IndexFlagAccessor< MeshType >::_deactivate().
|
inline |
Definition at line 29 of file FlagAccessor.hpp.
References wmtk::attribute::IndexFlagAccessor< MeshType >::_is_active(), and wmtk::attribute::IndexFlagAccessor< MeshType >::attribute().
Referenced by wmtk::Mesh::consolidate(), wmtk::Mesh::get_all(), wmtk::Mesh::get_all_id_simplex(), wmtk::TetMesh::is_connectivity_valid(), wmtk::TriMesh::is_connectivity_valid(), and wmtk::EdgeMesh::is_connectivity_valid().
|
inline |
Definition at line 47 of file FlagAccessor.hpp.
References wmtk::attribute::IndexFlagAccessor< MeshType >::m_base_accessor.
|
protected |
Definition at line 53 of file FlagAccessor.hpp.
Referenced by wmtk::attribute::FlagAccessor< MeshType >::activate(), wmtk::attribute::IndexFlagAccessor< MeshType >::base_accessor(), wmtk::attribute::IndexFlagAccessor< MeshType >::base_accessor(), wmtk::attribute::FlagAccessor< MeshType >::deactivate(), wmtk::attribute::FlagAccessor< MeshType >::is_active(), and wmtk::attribute::IndexFlagAccessor< MeshType >::operator BaseAccessor().