ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
qRDBIO.cpp
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #include "qRDBIO.h"
9 
10 #include "RDBFilter.h"
11 
12 qRDBIO::qRDBIO(QObject* parent)
13  : QObject(parent), ccIOPluginInterface(":/CC/plugin/qRDBIO/info.json") {}
14 
16  return {
18  };
19 }
QSharedPointer< FileIOFilter > Shared
Shared type.
Definition: FileIOFilter.h:97
I/O filter plugin interface.
virtual FilterList getFilters()
Returns a list of I/O filter instances.
QVector< FileIOFilter::Shared > FilterList