API Reference > OdDbPointCloud Classes > OdDbPointCloudExProjItem Class > OdDbPointCloudExProjItem Methods > OdDbPointCloudExProjItem::hasIntensity Method
OdDbPointCloudExProjItem::hasIntensity Method
Syntax
C++
virtual OdInt8 hasIntensity() const = 0;

1 if all scan items of the project item have kIntensity property. 0 if at least one .scan item of the project item has kIntensity property. -1 if no scan items of the project item have kIntensity property.

Returns the value of the hasIntensity flag which indicates whether the contained scan items have the kIntensity property.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.