ICAROUS
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Modules Pages
Public Member Functions | List of all members
larcfm::DetectionPolygonResAcceptor Class Referenceabstract

Public Member Functions

virtual void setResPolygonDetectionRef (const DetectionPolygon &cd)=0
 
virtual void setResPolygonDetectionPtr (const DetectionPolygon *cd)=0
 
virtual DetectionPolygongetResPolygonDetectionRef () const =0
 
virtual DetectionPolygongetResPolygonDetectionPtr () const =0
 

Member Function Documentation

◆ getResPolygonDetectionPtr()

virtual DetectionPolygon * larcfm::DetectionPolygonResAcceptor::getResPolygonDetectionPtr ( ) const
pure virtual

Return a pointer to this object's Detection3D instance.

◆ getResPolygonDetectionRef()

virtual DetectionPolygon & larcfm::DetectionPolygonResAcceptor::getResPolygonDetectionRef ( ) const
pure virtual

Return a reference to this object's Detection3D instance.

◆ setResPolygonDetectionPtr()

virtual void larcfm::DetectionPolygonResAcceptor::setResPolygonDetectionPtr ( const DetectionPolygon cd)
pure virtual

Apply a deep copy of the Detection3D object pointed to to this object at the lowest level. The user is responsible for cleaning up the original instance.

◆ setResPolygonDetectionRef()

virtual void larcfm::DetectionPolygonResAcceptor::setResPolygonDetectionRef ( const DetectionPolygon cd)
pure virtual

Apply a deep copy of the referenced Detection3D object to this object at the lowest level. The user is responsible for cleaning up the original instance.


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