ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
qLASFWFIO.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
#include "
ecvIOPluginInterface.h
"
11
12
class
qLASFWFIO
:
public
QObject,
public
ccIOPluginInterface
{
13
Q_OBJECT
14
Q_INTERFACES(
ccPluginInterface
ccIOPluginInterface
)
15
Q_PLUGIN_METADATA(IID
"ecvcorp.cloudviewer.plugin.qLAS_FWF_IO"
FILE
16
"../info.json"
)
17
18
public
:
20
explicit
qLASFWFIO
(QObject* parent =
nullptr
);
21
22
// inherited from ccPluginInterface
23
virtual
void
registerCommands
(
ccCommandLineInterface
* cmd)
override
;
24
25
// inherited from ccIOPluginInterface
26
FilterList
getFilters()
override
;
27
};
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
ccPluginInterface::registerCommands
virtual void registerCommands(ccCommandLineInterface *cmd)
Optional: registers commands (for the command line mode)
Definition:
ecvPluginInterface.h:121
qLASFWFIO
Definition:
qLASFWFIO.h:12
ecvIOPluginInterface.h
plugins
core
IO
qLASFWFIO
include
qLASFWFIO.h
Generated on Wed Jan 28 2026 09:01:06 for ACloudViewer by
1.9.1