aimstil  5.0.5
DynImageTraits.h
Go to the documentation of this file.
1 #ifndef TIL_IMAGE_OF_TYPE_H
2 #define TIL_IMAGE_OF_TYPE_H
3 
4 // include from TIL library
5 #include "til/til_common.h"
6 
7 namespace til
8 {
17  template < template <typename> class TImage, typename TPixel >
19  {
20  typedef TImage<TPixel> Type;
21  };
22 
23  template < template < typename > class TImage, typename TPixel >
26  {
28  }
29 
30 
31 } // namespace til
32 
33 #endif
34 
ImageOfType_OneTemplateArgument< TImage, TPixel > imageOfType()
Belongs to package Box Do not include directly, include til/Box.h instead.
Definition: Accumulator.h:10
General macros, definitions and functions.
Traits for dynamic images.