ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
qPhotoscanIO.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 "qPhotoscanIO.h"
9 
10 // local
11 #include "PhotoScanFilter.h"
12 
13 qPhotoscanIO::qPhotoscanIO(QObject* parent)
14  : QObject(parent),
15  ccIOPluginInterface(":/CC/plugin/qPhotoscanIO/info.json") {}
16 
17 ccIOPluginInterface::FilterList qPhotoscanIO::getFilters() {
19 }
QSharedPointer< FileIOFilter > Shared
Shared type.
Definition: FileIOFilter.h:97
Photoscan (PSZ) file I/O filter.
I/O filter plugin interface.
QVector< FileIOFilter::Shared > FilterList