ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
AssimpCommonFilter.cpp
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
#include "
AssimpCommonFilter.h
"
9
10
AssimpCommonFilter::AssimpCommonFilter
()
11
:
IoAbstractLoader
(
12
{
"_AssimpCommonFormat Filter"
,
13
FileIOFilter::DEFAULT_PRIORITY
,
// priority
14
QStringList{
"lws"
,
"lwo"
,
"lxo"
,
"ms3d"
,
"cob"
,
"scn"
,
"xgl"
,
15
"zgl"
,
"ifc"
,
"ply"
,
"dxf"
,
"fbx"
,
"irrmesh"
,
"irr"
,
16
"md1"
,
"md2"
,
"md3"
,
"pk3"
,
"mdc"
,
"md5"
,
"smd"
,
17
"obj"
,
"stl"
,
"off"
,
"mdl"
,
"vta"
,
"ogex"
,
"3d"
,
18
"b3d"
,
"q3d"
,
"q3s"
,
"nff"
,
"raw"
,
"ter"
,
"hmp"
,
19
"ndo"
,
"ac"
,
"x"
},
20
"ms3d"
,
21
QStringList{
"qMeshIO - AssimpCommonFormat file "
22
"( *.lws *.lwo *.lxo *.ms3d *.cob *.scn *.xgl *.zgl "
23
"*.ifc *.obj *.ply *.fbx"
24
" *.irrmesh *.irr *.md1 *.md2 *.md3 *.pk3 *.mdc "
25
"*.md5 *.smd *.mdl *.stl *.ac"
26
" *.vta *.ogex *.3d *.b3d *.q3d *.q3s *.nff *.raw "
27
"*.ter *.hmp *.ndo *.dxf *.off *.x)"
},
28
QStringList(),
Import
}) {}
AssimpCommonFilter.h
AssimpCommonFilter::AssimpCommonFilter
AssimpCommonFilter()
Definition:
AssimpCommonFilter.cpp:10
FileIOFilter::DEFAULT_PRIORITY
static constexpr float DEFAULT_PRIORITY
Definition:
FileIOFilter.h:313
FileIOFilter::Import
@ Import
Definition:
FileIOFilter.h:302
IoAbstractLoader
Definition:
IoAbstractLoader.h:12
plugins
core
IO
qMeshIO
src
AssimpCommonFilter.cpp
Generated on Wed Jan 28 2026 09:01:06 for ACloudViewer by
1.9.1