OpenCV  4.5.2
Open Source Computer Vision
Public Types | Public Member Functions | Public Attributes | List of all members
cv::v_int64x2 Struct Reference

#include <opencv2/core/hal/intrin_rvv.hpp>

Public Types

enum  { nlanes = 2 }
 
typedef int64 lane_type
 

Public Member Functions

 v_int64x2 ()
 
 v_int64x2 (vint64m1_t v)
 
 v_int64x2 (int64 v0, int64 v1)
 
int64 get0 () const
 
 operator vint64m1_t () const
 

Public Attributes

int64 val [2]
 

Member Typedef Documentation

◆ lane_type

typedef int64 cv::v_int64x2::lane_type

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
nlanes 

Constructor & Destructor Documentation

◆ v_int64x2() [1/3]

cv::v_int64x2::v_int64x2 ( )
inline

◆ v_int64x2() [2/3]

cv::v_int64x2::v_int64x2 ( vint64m1_t  v)
inlineexplicit

◆ v_int64x2() [3/3]

cv::v_int64x2::v_int64x2 ( int64  v0,
int64  v1 
)
inline

Member Function Documentation

◆ get0()

int64 cv::v_int64x2::get0 ( ) const
inline

◆ operator vint64m1_t()

cv::v_int64x2::operator vint64m1_t ( ) const
inline

Member Data Documentation

◆ val

int64 cv::v_int64x2::val[2]

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