ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PhotoScanFilter.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 // qCC_io
11 #include <FileIOFilter.h>
12 
14 class PhotoScanFilter : public FileIOFilter {
15 public:
17 
18  // inherited from FileIOFilter
19  virtual CC_FILE_ERROR loadFile(const QString& filename,
20  ccHObject& container,
21  LoadParameters& parameters);
22 };
std::string filename
CC_FILE_ERROR
Typical I/O filter errors.
Definition: FileIOFilter.h:20
Generic file I/O filter.
Definition: FileIOFilter.h:46
Photoscan (PSZ) file I/O filter.
virtual CC_FILE_ERROR loadFile(const QString &filename, ccHObject &container, LoadParameters &parameters)
Loads one or more entities from a file.
Hierarchical CLOUDVIEWER Object.
Definition: ecvHObject.h:25
Generic loading parameters.
Definition: FileIOFilter.h:51