NVIDIA DeepStream SDK API Reference

8.0 Release
ds3d::Int2 Struct Reference

Detailed Description

Definition at line 18 of file dtype.hpp.

Public Member Functions

 Int2 ()=default
 
 Int2 (int x, int y=0)
 

Data Fields

int x
 
int y
 

Constructor & Destructor Documentation

◆ Int2() [1/2]

ds3d::Int2::Int2 ( )
default

◆ Int2() [2/2]

ds3d::Int2::Int2 ( int  x,
int  y = 0 
)
inline

Definition at line 22 of file dtype.hpp.

Field Documentation

◆ x

int ds3d::Int2::x

Definition at line 19 of file dtype.hpp.

◆ y

int ds3d::Int2::y

Definition at line 19 of file dtype.hpp.


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