auxiliary
 All Classes Namespaces Files Functions Typedefs Enumerations Enumerator Macros
Public Member Functions | List of all members
auxiliary::Size< T > Class Template Reference

Template class for size type. More...

#include <imgproc_aux.hpp>

Inheritance diagram for auxiliary::Size< T >:

Public Member Functions

 Size (T w=0, T h=0)
 
width () const
 
height () const
 
T & width ()
 
T & height ()
 

Detailed Description

template<typename T>
class auxiliary::Size< T >

Template class for size type.

Template Parameters
Tthe type of width and height

Constructor & Destructor Documentation

template<typename T >
auxiliary::Size< T >::Size ( w = 0,
h = 0 
)
inline

Member Function Documentation

template<typename T >
T auxiliary::Size< T >::height ( ) const
inline
template<typename T >
T& auxiliary::Size< T >::height ( )
inline
template<typename T >
T auxiliary::Size< T >::width ( ) const
inline
template<typename T >
T& auxiliary::Size< T >::width ( )
inline

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