RobotsIO
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
RobotsIO::Utils::ImageFileProbe Class Reference
Inheritance diagram for RobotsIO::Utils::ImageFileProbe:
RobotsIO::Utils::Probe

Public Member Functions

 ImageFileProbe (const std::string &output_path, const std::string &prefix, const std::string &output_format)
 
- Public Member Functions inherited from RobotsIO::Utils::Probe
void set_data (const RobotsIO::Utils::Data &)
 
RobotsIO::Utils::Dataget_data ()
 

Protected Member Functions

void on_new_data () override
 
virtual void on_new_data ()=0
 

Detailed Description

Definition at line 26 of file ImageFileProbe.h.

Constructor & Destructor Documentation

◆ ImageFileProbe()

ImageFileProbe::ImageFileProbe ( const std::string &  output_path,
const std::string &  prefix,
const std::string &  output_format 
)

Definition at line 15 of file ImageFileProbe.cpp.

◆ ~ImageFileProbe()

ImageFileProbe::~ImageFileProbe ( )
virtual

Definition at line 27 of file ImageFileProbe.cpp.

Member Function Documentation

◆ on_new_data()

void ImageFileProbe::on_new_data ( )
overrideprotectedvirtual

Implements RobotsIO::Utils::Probe.

Definition at line 31 of file ImageFileProbe.cpp.