NVIDIA DeepStream SDK API Reference

8.0 Release
ds3d::Int3 Struct Reference

Detailed Description

Definition at line 25 of file dtype.hpp.

Public Member Functions

 Int3 ()=default
 
 Int3 (int x, int y=0, int z=0)
 

Data Fields

int x
 
int y
 
int z
 

Constructor & Destructor Documentation

◆ Int3() [1/2]

ds3d::Int3::Int3 ( )
default

◆ Int3() [2/2]

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

Definition at line 29 of file dtype.hpp.

Field Documentation

◆ x

int ds3d::Int3::x

Definition at line 26 of file dtype.hpp.

◆ y

int ds3d::Int3::y

Definition at line 26 of file dtype.hpp.

◆ z

int ds3d::Int3::z

Definition at line 26 of file dtype.hpp.


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