#include <vtkImageMatSource.h>
Public Member Functions | |
| void | SetImage (cv::InputArray image) |
| vtkTypeMacro (vtkImageMatSource, vtkImageAlgorithm) | |
Static Public Member Functions | |
| static vtkImageMatSource * | New () |
Protected Member Functions | |
| int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| vtkImageMatSource () | |
| ~vtkImageMatSource () | |
Protected Attributes | |
| vtkSmartPointer< vtkImageData > | ImageData |
Private Member Functions | |
| void | operator= (const vtkImageMatSource &) |
| vtkImageMatSource (const vtkImageMatSource &) | |
Static Private Member Functions | |
| static void | copyGrayImage (const cv::Mat &source, vtkSmartPointer< vtkImageData > output) |
| static void | copyRGBAImage (const cv::Mat &source, vtkSmartPointer< vtkImageData > output) |
| static void | copyRGBImage (const cv::Mat &source, vtkSmartPointer< vtkImageData > output) |
Definition at line 54 of file vtkImageMatSource.h.
| rtabmap::vtkImageMatSource::vtkImageMatSource | ( | ) | [protected] |
Definition at line 56 of file vtkImageMatSource.cpp.
| rtabmap::vtkImageMatSource::~vtkImageMatSource | ( | ) | [inline, protected] |
Definition at line 64 of file vtkImageMatSource.h.
| rtabmap::vtkImageMatSource::vtkImageMatSource | ( | const vtkImageMatSource & | ) | [private] |
| void rtabmap::vtkImageMatSource::copyGrayImage | ( | const cv::Mat & | source, |
| vtkSmartPointer< vtkImageData > | output | ||
| ) | [static, private] |
Definition at line 107 of file vtkImageMatSource.cpp.
| void rtabmap::vtkImageMatSource::copyRGBAImage | ( | const cv::Mat & | source, |
| vtkSmartPointer< vtkImageData > | output | ||
| ) | [static, private] |
Definition at line 135 of file vtkImageMatSource.cpp.
| void rtabmap::vtkImageMatSource::copyRGBImage | ( | const cv::Mat & | source, |
| vtkSmartPointer< vtkImageData > | output | ||
| ) | [static, private] |
Definition at line 121 of file vtkImageMatSource.cpp.
| static vtkImageMatSource* rtabmap::vtkImageMatSource::New | ( | ) | [static] |
| void rtabmap::vtkImageMatSource::operator= | ( | const vtkImageMatSource & | ) | [private] |
| int rtabmap::vtkImageMatSource::RequestData | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected] |
Definition at line 74 of file vtkImageMatSource.cpp.
| int rtabmap::vtkImageMatSource::RequestInformation | ( | vtkInformation * | , |
| vtkInformationVector ** | , | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected] |
Definition at line 62 of file vtkImageMatSource.cpp.
| void rtabmap::vtkImageMatSource::SetImage | ( | cv::InputArray | image | ) |
Definition at line 83 of file vtkImageMatSource.cpp.
| rtabmap::vtkImageMatSource::vtkTypeMacro | ( | vtkImageMatSource | , |
| vtkImageAlgorithm | |||
| ) |
vtkSmartPointer<vtkImageData> rtabmap::vtkImageMatSource::ImageData [protected] |
Definition at line 66 of file vtkImageMatSource.h.