ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
qAdditionalIO.h
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
#pragma once
9
10
// ##########################################################################
11
// # #
12
// # CLOUDVIEWER PLUGIN: qAdditionalIO #
13
// # #
14
// # This program is free software; you can redistribute it and/or modify #
15
// # it under the terms of the GNU General Public License as published by #
16
// # the Free Software Foundation; version 2 of the License. #
17
// # #
18
// # This program is distributed in the hope that it will be useful, #
19
// # but WITHOUT ANY WARRANTY; without even the implied warranty of #
20
// # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
21
// # GNU General Public License for more details. #
22
// # #
23
// # COPYRIGHT: CLOUDVIEWER project #
24
// # #
25
// ##########################################################################
26
27
#include "
ecvIOPluginInterface.h
"
28
30
class
qAdditionalIO
:
public
QObject,
public
ccIOPluginInterface
{
31
Q_OBJECT
32
Q_INTERFACES(
ccPluginInterface
ccIOPluginInterface
)
33
34
Q_PLUGIN_METADATA(IID
"ecvcorp.cloudviewer.plugin.qAdditionalIO"
FILE
35
"../info.json"
)
36
37
public
:
38
explicit
qAdditionalIO
(QObject* parent =
nullptr
);
39
40
virtual
~
qAdditionalIO
()
override
=
default
;
41
42
virtual
void
registerCommands(
ccCommandLineInterface
* cmd)
override
;
43
44
// inherited from ccIOPluginInterface
45
FilterList
getFilters()
override
;
46
};
ccCommandLineInterface
Command line interface.
Definition:
ecvCommandLineInterface.h:112
ccIOPluginInterface
I/O filter plugin interface.
Definition:
ecvIOPluginInterface.h:20
ccIOPluginInterface::FilterList
QVector< FileIOFilter::Shared > FilterList
Definition:
ecvIOPluginInterface.h:22
ccPluginInterface
Standard ECV plugin interface.
Definition:
ecvPluginInterface.h:33
qAdditionalIO
Additional I/O Formats.
Definition:
qAdditionalIO.h:30
ecvIOPluginInterface.h
plugins
core
IO
qAdditionalIO
include
qAdditionalIO.h
Generated on Wed Jan 28 2026 09:01:06 for ACloudViewer by
1.9.1