 |
Wildmeshing Toolkit
|
Loading...
Searching...
No Matches
Go to the documentation of this file. 1#if defined(WMTK_ENABLED_DEV_MODE)
7#define CLASS_DEC(TYPE) template class CachingAttribute<TYPE>;
8#define VECTOR_DEC(TYPE, D) \
9 template auto CachingAttribute<TYPE>::const_vector_single_value<D>( \
11 int8_t single_index) const -> const TYPE&; \
12 template auto CachingAttribute<TYPE>::const_vector_attribute<D>(int64_t index) const \
13 -> ConstMapResult<D>; \
14 template auto CachingAttribute<TYPE>::vector_attribute<D>(int64_t index) -> MapResult<D>;
19 VECTOR_DEC(TYPE, -1) \