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

#include <filereaderutils.h>

Inheritance diagram for VtkUtils::ReaderTempl< T, P >:

Public Member Functions

virtual P * dataObject () const
 
T * reader () const
 

Protected Attributes

T * m_reader = nullptr
 
P * m_dataObject = nullptr
 

Detailed Description

template<class T, class P = vtkDataObject>
class VtkUtils::ReaderTempl< T, P >

Definition at line 32 of file filereaderutils.h.

Member Function Documentation

◆ dataObject()

template<class T , class P = vtkDataObject>
virtual P* VtkUtils::ReaderTempl< T, P >::dataObject ( ) const
inlinevirtual

Definition at line 35 of file filereaderutils.h.

References VtkUtils::ReaderTempl< T, P >::m_reader.

◆ reader()

template<class T , class P = vtkDataObject>
T* VtkUtils::ReaderTempl< T, P >::reader ( ) const
inline

Definition at line 40 of file filereaderutils.h.

References VtkUtils::ReaderTempl< T, P >::m_reader.

Member Data Documentation

◆ m_dataObject

template<class T , class P = vtkDataObject>
P* VtkUtils::ReaderTempl< T, P >::m_dataObject = nullptr
protected

Definition at line 44 of file filereaderutils.h.

◆ m_reader

template<class T , class P = vtkDataObject>
T* VtkUtils::ReaderTempl< T, P >::m_reader = nullptr
protected

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