17 class CInternalXyzImageReader;
179 DeclareGetClassType();
183 CInternalXyzImageReader* m_pInternal;
Template type array class.
Definition RangeTree.h:19
Top-level base class of FLImaging.
Definition FLBase.h:36
Template type string class.
Definition INIUtilities.h:20
Simplified class representing a 3-D point.
Definition TPoint3.h:37
FLImaging module execution result object.
Definition ResultsDef.h:1514
A class representing 3D object data.
Definition FL3DObject.h:37
XyzImageReader class.
Definition XyzImageReader.h:25
virtual bool IsLoaded() const
virtual bool IsLicenseAvailable() const override
Returns whether the algorithm can be used with the current license.
virtual const CResult GetResult3DObject(CFL3DObject &fl3DObject) const
virtual ~CXyzImageReader()
virtual const CResult Load(const Base::CFLString< wchar_t > &strFileName)
virtual const CResult Clear()
CXyzImageReader(const CXyzImageReader &xyzImageReader)
virtual const CResult Assign(const CXyzImageReader *pXyzImageReader)
virtual const CResult Assign(const CXyzImageReader &xyzImageReader)
const CXyzImageReader & operator=(const CXyzImageReader &xyzImageReader)
CXyzImageReader(const CXyzImageReader *pXyzImageReader)
virtual const CResult GetResultVetices(Base::CFLArray< Base::TPoint3< float > > &flaResult) const