OpenCV  3.2.0-dev
Open Source Computer Vision
CvPoint3D32f Struct Reference

#include "types_c.h"

Collaboration diagram for CvPoint3D32f:

Public Member Functions

 CvPoint3D32f (float _x=0, float _y=0, float _z=0)
 
template<typename _Tp >
 CvPoint3D32f (const cv::Point3_< _Tp > &pt)
 
template<typename _Tp >
 operator cv::Point3_< _Tp > () const
 

Public Attributes

float x
 
float y
 
float z
 

Constructor & Destructor Documentation

CvPoint3D32f::CvPoint3D32f ( float  _x = 0,
float  _y = 0,
float  _z = 0 
)
inline
template<typename _Tp >
CvPoint3D32f::CvPoint3D32f ( const cv::Point3_< _Tp > &  pt)
inline

Member Function Documentation

template<typename _Tp >
CvPoint3D32f::operator cv::Point3_< _Tp > ( ) const
inline

References cv::saturate_cast().

Here is the call graph for this function:

Member Data Documentation

float CvPoint3D32f::x

Referenced by cvPoint3D32f().

float CvPoint3D32f::y

Referenced by cvPoint3D32f().

float CvPoint3D32f::z

Referenced by cvPoint3D32f().


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