CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
RxRcsFileServices.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
3// All rights reserved.
4//
5// This software and its documentation and related materials are owned by
6// the Alliance. The software may only be incorporated into application
7// programs owned by members of the Alliance, subject to a signed
8// Membership Agreement and Supplemental Software License Agreement with the
9// Alliance. The structure and organization of this software are the valuable
10// trade secrets of the Alliance and its suppliers. The software is also
11// protected by copyright law and international treaty provisions. Application
12// programs incorporating this software must include the following statement
13// with their copyright notices:
14//
15// This application incorporates Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
18// All rights reserved.
19//
20// By use of this software, its documentation or related materials, you
21// acknowledge and accept the above terms.
23
24// RxRcsFileServices.h - interface of module that handles .rcs/.rcp files
25
26#ifndef __OD_RCSFILESERVICES_MODULE__
27#define __OD_RCSFILESERVICES_MODULE__
28
29#include "RxModule.h"
30#include "RootExport.h"
31
32#include "TD_PackPush.h"
33#include "SharedPtr.h"
34#include "UInt32Array.h"
35#include "OdStreamBuf.h"
39#include "OdRcsDataManager.h"
40
42
44
46
56{
57public:
58
70 virtual OdPointCloudScanDatabasePtr readRcsFile(const OdString& filePath, OdPointCloudDatabaseReceiver* pDbReceiver = nullptr) const = 0;
71
83
97 OdPointCloudProjectScanStorage* pScanStorage, OdPointCloudDatabaseReceiver* pDbReceiver = nullptr) const = 0;
98
111 OdPointCloudProjectScanStorage* pScanStorage, OdPointCloudDatabaseReceiver* pDbReceiver = nullptr) const = 0;
112
124 OdPointCloudConverterParamsPtr pParams = nullptr) const = 0;
125
137 OdPointCloudProjectDatabasePtr pHostProjectDb = nullptr) const = 0;
138
157 ODCOLORREF defaultColor = 0,
159 const OdUInt32Array& xyzIndexes = {}, const OdUInt32Array& rgbIndexes = {}, OdUInt32 intensityIndex = 3,
160 OdUInt32 skipLines = 0, const OdString& separator = " ") const = 0;
161};
162
167
168#include "TD_PackPop.h"
169
170#endif // __OD_RCSFILESERVICES_MODULE__
OdSmartPtr< OdStreamBuf > OdStreamBufPtr
#define ODCOLORREF
unsigned int OdUInt32
#define ODRX_ABSTRACT
OdSharedPtr< OdPointCloudDataSource > OdPointCloudDataSourcePtr
OdSharedPtr< OdPointCloudConverterParams > OdPointCloudConverterParamsPtr
OdSharedPtr< OdPointCloudConverter > OdPointCloudConverterPtr
OdSharedPtr< OdPointCloudProjectDatabase > OdPointCloudProjectDatabasePtr
OdSharedPtr< OdPointCloudScanDatabase > OdPointCloudScanDatabasePtr
OdSharedPtr< OdRcsDataManager > OdRcsDataManagerPtr
OdString OdString
Definition OdString.h:1258
#define FIRSTDLL_EXPORT
Definition RootExport.h:39
OdSmartPtr< OdRxRcsFileServices > OdRxRcsFileServicesPtr
OdArray< OdUInt32, OdMemoryAllocator< OdUInt32 > > OdUInt32Array
Definition UInt32Array.h:35
virtual OdPointCloudScanDatabasePtr readRcsFile(OdStreamBufPtr pFile, OdPointCloudDatabaseReceiver *pDbReceiver=nullptr) const =0
virtual OdPointCloudScanDatabasePtr readRcsFile(const OdString &filePath, OdPointCloudDatabaseReceiver *pDbReceiver=nullptr) const =0
virtual OdRcsDataManagerPtr getRcsDataManager(OdPointCloudScanDatabasePtr pScanDb, OdPointCloudProjectDatabasePtr pHostProjectDb=nullptr) const =0
virtual OdPointCloudProjectDatabasePtr readRcpFile(OdStreamBufPtr pFile, OdPointCloudProjectScanStorage *pScanStorage, OdPointCloudDatabaseReceiver *pDbReceiver=nullptr) const =0
virtual OdPointCloudProjectDatabasePtr readRcpFile(const OdString &filePath, OdPointCloudProjectScanStorage *pScanStorage, OdPointCloudDatabaseReceiver *pDbReceiver=nullptr) const =0
virtual OdPointCloudConverterPtr getPointCloudConverter(OdPointCloudDataSourcePtr pDataSource, OdPointCloudConverterParamsPtr pParams=nullptr) const =0
virtual OdPointCloudDataSourcePtr getPointCloudDataSource(const OdString &filePath, OdPointCloudDataSource::Units units=OdPointCloudDataSource::kMeter, ODCOLORREF defaultColor=0, OdPointCloudDataSource::ColorRange colorRange=OdPointCloudDataSource::kColorRange255, const OdUInt32Array &xyzIndexes={}, const OdUInt32Array &rgbIndexes={}, OdUInt32 intensityIndex=3, OdUInt32 skipLines=0, const OdString &separator=" ") const =0