NVIDIA DeepStream SDK API Reference

6.4 Release
ds3d::gst::ElePtr Class Reference

Detailed Description

Definition at line 150 of file nvds3d_gst_ptr.h.

Inheritance diagram for ds3d::gst::ElePtr:
Collaboration diagram for ds3d::gst::ElePtr:

Public Member Functions

 ElePtr (GstElement *ele, bool takeOwner=true)
 
template<typename... Args>
 ElePtr (Args &&... args)
 
 ~ElePtr ()=default
 
PadPtr staticPad (const std::string &padName)
 
ElePtrlink (ElePtr &next)
 
ElePtrlink (ElePtr &next, std::string &sinkPadName)
 
void setName (const std::string &name)
 
void reset (GstObjT *obj=nullptr, bool takeOwner=true)
 
GstObjT * copy () const
 
const std::string & name () const
 
 operator GstObjT * () const
 
GstObjT * get () const
 
 operator bool () const
 

Constructor & Destructor Documentation

◆ ElePtr() [1/2]

ds3d::gst::ElePtr::ElePtr ( GstElement *  ele,
bool  takeOwner = true 
)
inline

Definition at line 152 of file nvds3d_gst_ptr.h.

◆ ElePtr() [2/2]

template<typename... Args>
ds3d::gst::ElePtr::ElePtr ( Args &&...  args)
inline

Definition at line 158 of file nvds3d_gst_ptr.h.

◆ ~ElePtr()

ds3d::gst::ElePtr::~ElePtr ( )
default

Member Function Documentation

◆ copy()

template<class GstObjT , class ObjFunc >
GstObjT* ds3d::gst::GstPtr< GstObjT, ObjFunc >::copy ( ) const
inlineinherited

◆ get()

◆ link() [1/2]

◆ link() [2/2]

ElePtr& ds3d::gst::ElePtr::link ( ElePtr next,
std::string &  sinkPadName 
)
inline

◆ name()

template<class GstObjT , class ObjFunc >
const std::string& ds3d::gst::GstPtr< GstObjT, ObjFunc >::name ( ) const
inlineinherited

◆ operator bool()

template<class GstObjT , class ObjFunc >
ds3d::gst::GstPtr< GstObjT, ObjFunc >::operator bool ( ) const
inlineinherited

Definition at line 111 of file nvds3d_gst_ptr.h.

◆ operator GstObjT *()

template<class GstObjT , class ObjFunc >
ds3d::gst::GstPtr< GstObjT, ObjFunc >::operator GstObjT * ( ) const
inlineinherited

Definition at line 108 of file nvds3d_gst_ptr.h.

References ds3d::gst::GstPtr< GstObjT, ObjFunc >::get().

◆ reset()

◆ setName()

template<class GstObjT , class ObjFunc >
void ds3d::gst::GstPtr< GstObjT, ObjFunc >::setName ( const std::string &  name)
inlineinherited

◆ staticPad()

PadPtr ds3d::gst::ElePtr::staticPad ( const std::string &  padName)
inline

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