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() {
18
return
{
FileIOFilter::Shared
(
new
PhotoScanFilter
)};
19
}
PhotoScanFilter.h
FileIOFilter::Shared
QSharedPointer< FileIOFilter > Shared
Shared type.
Definition:
FileIOFilter.h:97
PhotoScanFilter
Photoscan (PSZ) file I/O filter.
Definition:
PhotoScanFilter.h:14
ccIOPluginInterface
I/O filter plugin interface.
Definition:
ecvIOPluginInterface.h:20
ccIOPluginInterface::FilterList
QVector< FileIOFilter::Shared > FilterList
Definition:
ecvIOPluginInterface.h:22
qPhotoscanIO.h
plugins
core
IO
qPhotoscanIO
src
qPhotoscanIO.cpp
Generated on Wed Jan 28 2026 09:01:07 for ACloudViewer by
1.9.1