ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
profileLoader.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 class ccPolyline;
12 
13 // Qt
14 #include <QString>
15 
16 // cloudViewer
17 #include <CVGeom.h>
18 
21 public:
23 
30  static ccPolyline* Load(QString filename,
31  CCVector3& origin,
32  ecvMainAppInterface* app = 0);
33 };
std::string filename
Loads a 2D profile form a custom (ASCII) file.
Definition: profileLoader.h:20
static ccPolyline * Load(QString filename, CCVector3 &origin, ecvMainAppInterface *app=0)
Loads a 2D profile from a file.
Colored polyline.
Definition: ecvPolyline.h:24
Main application interface (for plugins)