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