Wildmeshing Toolkit
CompoundAccessor.hpp File Reference
#include <bitset>
#include <wmtk/attribute/Accessor.hpp>
#include "CompoundAccessor.hxx"
Include dependency graph for CompoundAccessor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wmtk::attribute::internal::CompoundAccessor< N, MeshType, AttributeType >
 

Namespaces

 wmtk
 
 wmtk::attribute
 
 wmtk::attribute::internal
 

Functions

template<typename MeshType , typename... AttrType>
 wmtk::attribute::internal::CompoundAccessor (MeshType &m, const TypedAttributeHandle< AttrType > &... handle) -> CompoundAccessor< sizeof...(AttrType), MeshType, AttrType... >
 
template<typename FirstAcc , typename MeshType , int FirstDim, typename... AccTypes, int... Dims>
 wmtk::attribute::internal::CompoundAccessor (const Accessor< FirstAcc, MeshType, FirstDim > &, const Accessor< AccTypes, MeshType, Dims > &...) -> CompoundAccessor< sizeof...(AccTypes)+1, MeshType, FirstAcc, AccTypes... >