FLImaging
7.8.25.3
Toggle main menu visibility
FLImagingFoundation
FLImagingFoundation
StlReader.h
1
#pragma once
2
8
9
#include "FL3DObject.h"
10
12
namespace
FLImaging
13
{
15
namespace
Foundation
16
{
17
class
CInternalStlReader;
18
24
class
FL_EXPORT
CStlReader
:
public
Base::CFLBase
25
{
26
public
:
27
32
CStlReader
();
33
38
CStlReader
(
const
CStlReader
& stlReader);
39
44
CStlReader
(
const
CStlReader
* pStlReader);
45
50
virtual
~CStlReader
();
51
65
virtual
const
CResult
Assign
(
const
CStlReader
& stlReader);
66
80
virtual
const
CResult
Assign
(
const
CStlReader
* pStlReader);
81
93
const
CStlReader
&
operator=
(
const
CStlReader
& stlReader);
94
106
virtual
const
CResult
Clear
();
107
123
virtual
const
CResult
Load
(
const
Base::CFLString<wchar_t>
& strFileName);
124
134
virtual
bool
IsLoaded
()
const
;
135
136
152
virtual
const
CResult
GetResult3DObject
(
CFL3DObject
& fl3DObject)
const
;
153
154
172
virtual
const
CResult
GetResultVetices
(
Base::CFLArray
<
Base::TPoint3<float>
>& flaResult)
const
;
173
191
virtual
const
CResult
GetResultVertexNormals
(
Base::CFLArray
<
Base::TPoint3<float>
>& flaResult)
const
;
192
193
211
virtual
const
CResult
GetResultFaceIndices
(
Base::CFLArray<int32_t>
& flaResultFaceIndices,
Base::CFLArray<int32_t>
& flaResultFaceElementCountInformation)
const
;
212
232
virtual
const
CResult
GetResultSegmentIndices
(
Base::CFLArray<int32_t>
& flaResultSegmentIndices,
Base::CFLArray<int32_t>
& flaResultSegmentElementCountInformation)
const
;
233
234
235
virtual
bool
IsLicenseAvailable
()
const override
;
236
237
238
SupportToDuplicateObject(
CStlReader
, *
this
);
239
DeclareGetClassType();
240
241
protected
:
242
243
CInternalStlReader* m_pInternal;
244
};
245
}
246
}
FLImaging::Base::CFLArray
Template type array class.
Definition
FLArray.h:71
FLImaging::Base::CFLBase
Top-level base class of FLImaging.
Definition
FLBase.h:36
FLImaging::Base::CFLString
Template type string class.
Definition
FLString.h:34
FLImaging::Base::TPoint3
Simplified class representing a 3-D point.
Definition
TPoint3.h:37
FLImaging::CResult
FLImaging module execution result object.
Definition
ResultsDef.h:1704
FLImaging::Foundation::CFL3DObject
A class representing 3D object data.
Definition
FL3DObject.h:42
FLImaging::Foundation::CStlReader::CStlReader
CStlReader(const CStlReader &stlReader)
FLImaging::Foundation::CStlReader::GetResultVertexNormals
virtual const CResult GetResultVertexNormals(Base::CFLArray< Base::TPoint3< float > > &flaResult) const
FLImaging::Foundation::CStlReader::Assign
virtual const CResult Assign(const CStlReader &stlReader)
FLImaging::Foundation::CStlReader::IsLoaded
virtual bool IsLoaded() const
FLImaging::Foundation::CStlReader::GetResultFaceIndices
virtual const CResult GetResultFaceIndices(Base::CFLArray< int32_t > &flaResultFaceIndices, Base::CFLArray< int32_t > &flaResultFaceElementCountInformation) const
FLImaging::Foundation::CStlReader::~CStlReader
virtual ~CStlReader()
FLImaging::Foundation::CStlReader::CStlReader
CStlReader()
FLImaging::Foundation::CStlReader::CStlReader
CStlReader(const CStlReader *pStlReader)
FLImaging::Foundation::CStlReader::Assign
virtual const CResult Assign(const CStlReader *pStlReader)
FLImaging::Foundation::CStlReader::Load
virtual const CResult Load(const Base::CFLString< wchar_t > &strFileName)
FLImaging::Foundation::CStlReader::GetResult3DObject
virtual const CResult GetResult3DObject(CFL3DObject &fl3DObject) const
FLImaging::Foundation::CStlReader::GetResultSegmentIndices
virtual const CResult GetResultSegmentIndices(Base::CFLArray< int32_t > &flaResultSegmentIndices, Base::CFLArray< int32_t > &flaResultSegmentElementCountInformation) const
FLImaging::Foundation::CStlReader::GetResultVetices
virtual const CResult GetResultVetices(Base::CFLArray< Base::TPoint3< float > > &flaResult) const
FLImaging::Foundation::CStlReader::Clear
virtual const CResult Clear()
FLImaging::Foundation::CStlReader::operator=
const CStlReader & operator=(const CStlReader &stlReader)
FLImaging::Foundation::CStlReader::IsLicenseAvailable
virtual bool IsLicenseAvailable() const override
Returns whether the algorithm can be used with the current license.
FLImaging::Foundation
Definition
AlgorithmBase.h:16
FLImaging
Generated on
for FLImaging by
1.17.0