ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Static Public Member Functions | List of all members
itk::OpenCVBasicTypeBridge< TPoint, cv::Point3_< typename TPoint::CoordRepType > > Struct Template Reference

#include <itkOpenCVBasicTypeBridge.h>

Detailed Description

template<typename TPoint>
struct itk::OpenCVBasicTypeBridge< TPoint, cv::Point3_< typename TPoint::CoordRepType > >

Definition at line 71 of file itkOpenCVBasicTypeBridge.h.

Public Types

typedef TPoint::CoordRepType CoordinateType
 
typedef TPoint ITKDataType
 
typedef cv::Point3_
< CoordinateType
OpenCVDataType
 

Static Public Member Functions

static OpenCVDataType FromITKToOpenCV (const ITKDataType &iP)
 
static ITKDataType FromOpenCVToITK (const OpenCVDataType &iP)
 

Member Typedef Documentation

template<typename TPoint >
typedef TPoint::CoordRepType itk::OpenCVBasicTypeBridge< TPoint, cv::Point3_< typename TPoint::CoordRepType > >::CoordinateType

Definition at line 74 of file itkOpenCVBasicTypeBridge.h.

template<typename TPoint >
typedef TPoint itk::OpenCVBasicTypeBridge< TPoint, cv::Point3_< typename TPoint::CoordRepType > >::ITKDataType

Definition at line 73 of file itkOpenCVBasicTypeBridge.h.

template<typename TPoint >
typedef cv::Point3_< CoordinateType > itk::OpenCVBasicTypeBridge< TPoint, cv::Point3_< typename TPoint::CoordRepType > >::OpenCVDataType

Definition at line 75 of file itkOpenCVBasicTypeBridge.h.

Member Function Documentation

template<typename TPoint >
static OpenCVDataType itk::OpenCVBasicTypeBridge< TPoint, cv::Point3_< typename TPoint::CoordRepType > >::FromITKToOpenCV ( const ITKDataType iP)
inlinestatic

Definition at line 87 of file itkOpenCVBasicTypeBridge.h.

template<typename TPoint >
static ITKDataType itk::OpenCVBasicTypeBridge< TPoint, cv::Point3_< typename TPoint::CoordRepType > >::FromOpenCVToITK ( const OpenCVDataType iP)
inlinestatic

Definition at line 77 of file itkOpenCVBasicTypeBridge.h.


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