ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
CSVMatrixFilter.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
/*CV_IO_LIB_API*/
CSVMatrixFilter
:
public
FileIOFilter
{
15
public
:
16
CSVMatrixFilter
();
17
18
// inherited from FileIOFilter
19
virtual
CC_FILE_ERROR
loadFile
(
const
QString&
filename
,
20
ccHObject
& container,
21
LoadParameters
& parameters);
22
};
filename
std::string filename
Definition:
PointCloudIO.cpp:47
FileIOFilter.h
CC_FILE_ERROR
CC_FILE_ERROR
Typical I/O filter errors.
Definition:
FileIOFilter.h:20
CSVMatrixFilter
CSV matrix I/O filter.
Definition:
CSVMatrixFilter.h:14
CSVMatrixFilter::CSVMatrixFilter
CSVMatrixFilter()
Definition:
CSVMatrixFilter.cpp:38
CSVMatrixFilter::loadFile
virtual CC_FILE_ERROR loadFile(const QString &filename, ccHObject &container, LoadParameters ¶meters)
Loads one or more entities from a file.
Definition:
CSVMatrixFilter.cpp:45
FileIOFilter
Generic file I/O filter.
Definition:
FileIOFilter.h:46
ccHObject
Hierarchical CLOUDVIEWER Object.
Definition:
ecvHObject.h:25
FileIOFilter::LoadParameters
Generic loading parameters.
Definition:
FileIOFilter.h:51
plugins
core
IO
qCSVMatrixIO
src
CSVMatrixFilter.h
Generated on Wed Jan 28 2026 09:01:06 for ACloudViewer by
1.9.1