Jetson Inference
DNN Vision Library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CcommandLineCommand line parser class
 CcudaFontTTF font rasterization and image overlay rendering using CUDA
 CdetectNet::DetectionObject Detection result
 Ctinyxml2::DynArray< T, INITIAL_SIZE >
 Ctinyxml2::DynArray< Block *, 10 >
 Ctinyxml2::DynArray< char, 20 >
 Ctinyxml2::DynArray< const char *, 10 >
 Ctinyxml2::DynArray< tinyxml2::XMLNode *, 10 >
 CEventEvent object for signalling other threads
 CglDisplayOpenGL display window / video viewer
 CglTextureOpenGL texture with CUDA interoperability
 CcudaFont::GlyphInfo
 CgstCameraMIPI CSI and V4L2 camera capture using GStreamer and nvarguscamerasrc or v4l2src elements
 CgstDecoderHardware-accelerated H.264/H.265 video decoder for Jetson using GStreamer
 CgstEncoderHardware-accelerated H.264/H.265 video encoder for Jetson using GStreamer
 CILogger
 CtensorNet::LoggerLogger class for GIE info/warning/errors
 CInputDevicesInput device manager
 CIProfiler
 CtensorNet::ProfilerProfiler interface for measuring layer timings
 CJoystickDeviceJoystick device
 CKeyboardDeviceKeyboard device
 Ctinyxml2::MemPool
 Ctinyxml2::MemPoolT< sizeof(tinyxml2::XMLAttribute) >
 Ctinyxml2::MemPoolT< sizeof(tinyxml2::XMLComment) >
 Ctinyxml2::MemPoolT< sizeof(tinyxml2::XMLElement) >
 Ctinyxml2::MemPoolT< sizeof(tinyxml2::XMLText) >
 Ctinyxml2::MemPoolT< ITEM_SIZE >
 CMutexA lightweight mutual exclusion lock
 CnetworkAdapter_tInfo about a particular network interface
 CtensorNet::outputLayer
 CProcessStatic functions for retrieving information about the running process
 CSocketTCP or UDP ethernet networking
 Ctinyxml2::StrPair
 CtensorNetAbstract class for loading a tensor network with TensorRT
 CdetectNetObject recognition and localization networks with TensorRT support
 ChomographyNetHomography estimation networks with TensorRT support
 CimageNetImage recognition with classification networks, using TensorRT
 CsegNetImage segmentation with FCN-Alexnet or custom models, using TensorRT
 CsuperResNetSuper Resolution Network
 CThreadThread class for launching an asynchronous operating-system dependent thread
 Cv4l2CameraVideo4Linux2 (V4L2) camera capture streaming
 Ctinyxml2::XMLAttributeAn attribute is a name-value pair
 Ctinyxml2::XMLConstHandleA variant of the XMLHandle class for working with const XMLNodes and Documents
 Ctinyxml2::XMLHandleA XMLHandle is a class that wraps a node pointer with null checks; this is an incredibly useful thing
 Ctinyxml2::XMLNodeXMLNode is a base class for every object that is in the XML Document Object Model (DOM), except XMLAttributes
 Ctinyxml2::XMLCommentAn XML Comment
 Ctinyxml2::XMLDeclarationIn correct XML the declaration is the first entry in the file
 Ctinyxml2::XMLDocumentA Document binds together all the functionality
 Ctinyxml2::XMLElementThe element is a container class
 Ctinyxml2::XMLTextXML text
 Ctinyxml2::XMLUnknownAny tag that TinyXML-2 doesn't recognize is saved as an unknown
 Ctinyxml2::XMLUtil
 Ctinyxml2::XMLVisitorImplements the interface to the "Visitor pattern" (see the Accept() method.) If you call the Accept() method, it requires being passed a XMLVisitor class to handle callbacks
 Ctinyxml2::XMLPrinterPrinting functionality