Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Static Private Member Functions
rtabmap::vtkImageMatSource Class Reference

#include <vtkImageMatSource.h>

List of all members.

Public Member Functions

void SetImage (cv::InputArray image)
 vtkTypeMacro (vtkImageMatSource, vtkImageAlgorithm)

Static Public Member Functions

static vtkImageMatSourceNew ()

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)

Detailed Description

Definition at line 54 of file vtkImageMatSource.h.


Constructor & Destructor Documentation

Definition at line 56 of file vtkImageMatSource.cpp.

Definition at line 64 of file vtkImageMatSource.h.


Member Function Documentation

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.

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.


Member Data Documentation

vtkSmartPointer<vtkImageData> rtabmap::vtkImageMatSource::ImageData [protected]

Definition at line 66 of file vtkImageMatSource.h.


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


rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jun 6 2019 21:59:42