ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | 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 64 of file itkOpenCVBasicTypeBridge.h.

Public Types

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

Public Member Functions

 typedef (Concept::SameDimension< TPoint::PointDimension, 3 >) SameDimensionCheck
 

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 67 of file itkOpenCVBasicTypeBridge.h.

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

Definition at line 66 of file itkOpenCVBasicTypeBridge.h.

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

Definition at line 68 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 80 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 70 of file itkOpenCVBasicTypeBridge.h.

template<typename TPoint >
itk::OpenCVBasicTypeBridge< TPoint, cv::Point3_< typename TPoint::CoordRepType > >::typedef ( Concept::SameDimension< TPoint::PointDimension, 3 >  )

This class requires SameDimensionCheck in the form of ( Concept::SameDimension< TPoint::PointDimension, 3 > )


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