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

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

Public Types

enum  { nlanes = 4 }
 
typedef int lane_type
 

Public Member Functions

 v_int32x4 ()
 
 v_int32x4 (vint32m1_t v)
 
 v_int32x4 (int v0, int v1, int v2, int v3)
 
int get0 () const
 
 operator vint32m1_t () const
 

Public Attributes

int val [4]
 

Member Typedef Documentation

◆ lane_type

typedef int cv::v_int32x4::lane_type

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
nlanes 

Constructor & Destructor Documentation

◆ v_int32x4() [1/3]

cv::v_int32x4::v_int32x4 ( )
inline

◆ v_int32x4() [2/3]

cv::v_int32x4::v_int32x4 ( vint32m1_t  v)
inlineexplicit

◆ v_int32x4() [3/3]

cv::v_int32x4::v_int32x4 ( int  v0,
int  v1,
int  v2,
int  v3 
)
inline

Member Function Documentation

◆ get0()

int cv::v_int32x4::get0 ( ) const
inline

◆ operator vint32m1_t()

cv::v_int32x4::operator vint32m1_t ( ) const
inline

Member Data Documentation

◆ val

int cv::v_int32x4::val[4]

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