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
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 };
Command line interface.
I/O filter plugin interface.
QVector< FileIOFilter::Shared > FilterList
Standard ECV plugin interface.
virtual void registerCommands(ccCommandLineInterface *cmd)
Optional: registers commands (for the command line mode)