Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
Loading...
Searching...
No Matches
calib::StreamCapture Class Reference

#include <stream_capture.h>

Public Member Functions

 StreamCapture (std::ostream &stream)
 
 StreamCapture (const StreamCapture &)=delete
 
StreamCaptureoperator= (const StreamCapture &)=delete
 
 ~StreamCapture ()
 
auto str () const -> std::string
 

Detailed Description

Definition at line 10 of file stream_capture.h.

Constructor & Destructor Documentation

◆ StreamCapture() [1/2]

calib::StreamCapture::StreamCapture ( std::ostream &  stream)
inlineexplicit

Definition at line 16 of file stream_capture.h.

◆ StreamCapture() [2/2]

calib::StreamCapture::StreamCapture ( const StreamCapture )
delete

◆ ~StreamCapture()

calib::StreamCapture::~StreamCapture ( )
inline

Definition at line 20 of file stream_capture.h.

Member Function Documentation

◆ operator=()

StreamCapture & calib::StreamCapture::operator= ( const StreamCapture )
delete

◆ str()

auto calib::StreamCapture::str ( ) const -> std::string
inline

Definition at line 22 of file stream_capture.h.


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