vspline 1.1.0
Generic C++11 Code for Uniform B-Splines
vspline::unary_functor_tag< _vsize > Struct Template Reference

we derive all vspline::unary_functors from this empty class, to have a common base type for all of them. This enables us to easily check if a type is a vspline::unary_functor without having to wrangle with unary_functor's template arguments. More...

#include <unary_functor.h>

Inheritance diagram for vspline::unary_functor_tag< _vsize >:
vspline::unary_functor< coordinate3_type, voxel_type, VSIZE > vspline::unary_functor< coordinate2_type, coordinate3_type, VSIZE > vspline::unary_functor< int, pixel_type, VSZ > vspline::unary_functor< double, double, vsize > vspline::unary_functor< I, O, S > vspline::unary_functor< _in_type, _in_type, vspline::vector_traits< _in_type > ::vsize > vspline::unary_functor< IN, IN, vspline::vector_traits< IN > ::size > vspline::unary_functor< I, I, _vsize > vspline::unary_functor< T1::in_type, T2::out_type, T1::vsize > vspline::unary_functor< rc_type, rc_type, vspline::vector_traits< rc_type > ::size > vspline::unary_functor< vspline::canonical_type< int, _inner_type::dim_in >, _inner_type::out_type, _inner_type::vsize > vspline::unary_functor< coordinate_type, coordinate_type, vspline::vector_traits< coordinate_type >::vsize > vspline::unary_functor< _coordinate_type, _trg_type, vspline::vector_traits< _trg_type > ::size > vspline::unary_functor< IN, OUT, 1 > vspline::unary_functor< nd_rc_type, nd_rc_type, _vsize > vspline::unary_functor< crd_t, data_t, _vsize > vspline::unary_functor< coordinate_type, float, vspline::vector_traits< float > ::size > vspline::unary_functor< coordinate_type, coordinate_type, _vsize >

Detailed Description

template<size_t _vsize>
struct vspline::unary_functor_tag< _vsize >

we derive all vspline::unary_functors from this empty class, to have a common base type for all of them. This enables us to easily check if a type is a vspline::unary_functor without having to wrangle with unary_functor's template arguments.

Definition at line 130 of file unary_functor.h.


The documentation for this struct was generated from the following file: