20 #ifndef CXVIDEORECORDER_H_ 21 #define CXVIDEORECORDER_H_ 23 #include "cxResourceExport.h" 25 #include "vtkSmartPointer.h" 26 #include <boost/shared_ptr.hpp> 50 typedef std::map<double, vtkImageDataPtr>
DataType;
55 virtual void startRecord();
56 virtual void stopRecord();
57 virtual DataType getRecording(
double start,
double stop);
vtkSmartPointer< class vtkImageData > vtkImageDataPtr
std::map< double, vtkImageDataPtr > DataType
<timestamp, frame>
boost::shared_ptr< class VideoSource > VideoSourcePtr
Recorder for a VideoSource.
boost::shared_ptr< VideoRecorder > VideoRecorderPtr
Namespace for all CustusX production code.