Compute Graph Framework SDK Reference  5.10
dw::framework::PointCloudChannelPacket Class Reference

Detailed Description

Definition at line 1001 of file ChannelPacketImpl.hpp.

Inheritance diagram for dw::framework::PointCloudChannelPacket:
Collaboration diagram for dw::framework::PointCloudChannelPacket:

Public Member Functions

GenericData getGenericData () final
 
 PointCloudChannelPacket (const GenericData &specimen)
 
 ~PointCloudChannelPacket () override
 
- Public Member Functions inherited from dw::framework::IChannelPacket
virtual GenericData getGenericData ()=0
 
NvSciCallbacksgetNvSciCallbacks ()
 
SocketCallbacksgetSocketCallbacks ()
 
virtual ~IChannelPacket ()=default
 

Protected Attributes

dwPointCloud m_data {}
 
dwPointCloud m_dataOri {}
 

Constructor & Destructor Documentation

◆ PointCloudChannelPacket()

dw::framework::PointCloudChannelPacket::PointCloudChannelPacket ( const GenericData specimen)
inline

Definition at line 1004 of file ChannelPacketImpl.hpp.

References dw::framework::GenericData::getData(), m_data, and m_dataOri.

◆ ~PointCloudChannelPacket()

dw::framework::PointCloudChannelPacket::~PointCloudChannelPacket ( )
inlineoverride

Definition at line 1025 of file ChannelPacketImpl.hpp.

References m_dataOri.

Member Function Documentation

◆ getGenericData()

GenericData dw::framework::PointCloudChannelPacket::getGenericData ( )
inlinefinalvirtual

Implements dw::framework::IChannelPacket.

Definition at line 1030 of file ChannelPacketImpl.hpp.

References m_data.

Member Data Documentation

◆ m_data

dwPointCloud dw::framework::PointCloudChannelPacket::m_data {}
protected

Definition at line 1036 of file ChannelPacketImpl.hpp.

Referenced by getGenericData(), and PointCloudChannelPacket().

◆ m_dataOri

dwPointCloud dw::framework::PointCloudChannelPacket::m_dataOri {}
protected

Definition at line 1037 of file ChannelPacketImpl.hpp.

Referenced by PointCloudChannelPacket(), and ~PointCloudChannelPacket().


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