VisionServer  v2.1.1-1-g21dc5465
FRC vision library
CalibSet_< fp_T, map_T > Struct Template Reference

#include <calib.h>

+ Inheritance diagram for CalibSet_< fp_T, map_T >:
+ Collaboration diagram for CalibSet_< fp_T, map_T >:

Public Types

template<typename F , template< class, class, class... > typename M>
using Self = CalibSet_< fp_T, map_T >
 
using Cal_T = Calibration_< fp_T >
 
using Set_T = map_T< cv::Size2i, Calibration_< fp_T > >
 
typedef Set_T Super
 
using Float_T = fp_T
 
template<class A , class B >
using CalMap_T = map_T< A, B >
 

Additional Inherited Members

- Protected Member Functions inherited from __CalibSet
 __CalibSet ()
 

Detailed Description

template<typename fp_T = CALIB_DEFAULT_FLOAT_TYPE, template< class, class, class... > typename map_T = CALIB_DEFAULT_MAP_TYPE>
struct CalibSet_< fp_T, map_T >

Definition at line 58 of file calib.h.

Member Typedef Documentation

◆ Self

template<typename fp_T = CALIB_DEFAULT_FLOAT_TYPE, template< class, class, class... > typename map_T = CALIB_DEFAULT_MAP_TYPE>
template<typename F , template< class, class, class... > typename M>
using CalibSet_< fp_T, map_T >::Self = CalibSet_<fp_T, map_T>

Definition at line 64 of file calib.h.

◆ Cal_T

template<typename fp_T = CALIB_DEFAULT_FLOAT_TYPE, template< class, class, class... > typename map_T = CALIB_DEFAULT_MAP_TYPE>
using CalibSet_< fp_T, map_T >::Cal_T = Calibration_<fp_T>

Definition at line 66 of file calib.h.

◆ Set_T

template<typename fp_T = CALIB_DEFAULT_FLOAT_TYPE, template< class, class, class... > typename map_T = CALIB_DEFAULT_MAP_TYPE>
using CalibSet_< fp_T, map_T >::Set_T = map_T<cv::Size2i, Calibration_<fp_T> >

Definition at line 67 of file calib.h.

◆ Super

template<typename fp_T = CALIB_DEFAULT_FLOAT_TYPE, template< class, class, class... > typename map_T = CALIB_DEFAULT_MAP_TYPE>
typedef Set_T CalibSet_< fp_T, map_T >::Super

Definition at line 68 of file calib.h.

◆ Float_T

template<typename fp_T = CALIB_DEFAULT_FLOAT_TYPE, template< class, class, class... > typename map_T = CALIB_DEFAULT_MAP_TYPE>
using CalibSet_< fp_T, map_T >::Float_T = fp_T

Definition at line 70 of file calib.h.

◆ CalMap_T

template<typename fp_T = CALIB_DEFAULT_FLOAT_TYPE, template< class, class, class... > typename map_T = CALIB_DEFAULT_MAP_TYPE>
template<class A , class B >
using CalibSet_< fp_T, map_T >::CalMap_T = map_T<A, B>

Definition at line 72 of file calib.h.


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