NVIDIA DeepStream SDK API Reference

8.0 Release
ds3d::Int4 Struct Reference

Detailed Description

Definition at line 32 of file dtype.hpp.

Public Member Functions

 Int4 ()=default
 
 Int4 (int x, int y=0, int z=0, int w=0)
 

Data Fields

int x
 
int y
 
int z
 
int w
 

Constructor & Destructor Documentation

◆ Int4() [1/2]

ds3d::Int4::Int4 ( )
default

◆ Int4() [2/2]

ds3d::Int4::Int4 ( int  x,
int  y = 0,
int  z = 0,
int  w = 0 
)
inline

Definition at line 36 of file dtype.hpp.

Field Documentation

◆ w

int ds3d::Int4::w

Definition at line 33 of file dtype.hpp.

◆ x

int ds3d::Int4::x

Definition at line 33 of file dtype.hpp.

◆ y

int ds3d::Int4::y

Definition at line 33 of file dtype.hpp.

◆ z

int ds3d::Int4::z

Definition at line 33 of file dtype.hpp.


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