ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
VtkUtils::ImageProcessorTempl< T > Class Template Reference

#include <abstractimageprocessor.h>

Inheritance diagram for VtkUtils::ImageProcessorTempl< T >:
Collaboration diagram for VtkUtils::ImageProcessorTempl< T >:

Public Member Functions

 ImageProcessorTempl ()
 
T * algorithm () const
 
void run ()
 
- Public Member Functions inherited from VtkUtils::AbstractImageProcessor
 AbstractImageProcessor ()
 
void setInputData (vtkImageData *input)
 
vtkImageData * inputData () const
 
- Public Member Functions inherited from VtkUtils::SignalledRunnable
 SignalledRunnable ()
 

Protected Attributes

T * m_algorithm = nullptr
 
- Protected Attributes inherited from VtkUtils::AbstractImageProcessor
vtkImageData * m_imageData = nullptr
 

Additional Inherited Members

- Signals inherited from VtkUtils::SignalledRunnable
void finished ()
 

Detailed Description

template<class T>
class VtkUtils::ImageProcessorTempl< T >

Definition at line 31 of file abstractimageprocessor.h.

Constructor & Destructor Documentation

◆ ImageProcessorTempl()

template<class T >
VtkUtils::ImageProcessorTempl< T >::ImageProcessorTempl ( )
inline

Member Function Documentation

◆ algorithm()

template<class T >
T* VtkUtils::ImageProcessorTempl< T >::algorithm ( ) const
inline

◆ run()

Member Data Documentation

◆ m_algorithm


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