MCPcopy Create free account
hub / github.com/CloudCompare/CloudCompare / DepthMapFileFilter

Method DepthMapFileFilter

libs/qCC_io/src/DepthMapFileFilter.cpp:35–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34
35DepthMapFileFilter::DepthMapFileFilter()
36 : FileIOFilter( {
37 "_Depth Map Filter",
38 DEFAULT_PRIORITY, // priority
39 QStringList(),
40 "txt",
41 QStringList(),
42 QStringList{ GetFileFilter() },
43 Export | BuiltIn
44 } )
45{
46}
47
48bool DepthMapFileFilter::canSave(CC_CLASS_ENUM type, bool& multiple, bool& exclusive) const
49{

Callers

nothing calls this directly

Calls 2

QStringListClass · 0.50
GetFileFilterFunction · 0.50

Tested by

no test coverage detected