The cCameraGroupPointCloudSettings class contains variables for configuring the point cloud reconstruction settings. When first declaring an instance of this class, it will query the currently configured point cloud settings, and you can view or modify the settings through its member methods. There are multiple enum variables for defining various reconstruction settings. Please refer to the Reconstruction and 2D Mode page for detailed descriptions on individual settings.
These member functions are used for changing reconstruction settings (bool, double, long) of a cCameraGroupPointCloudSettings instance. Call matching data type functions to modify the parameters.
bool SetBoolParameter( Setting which, bool val );
bool SetDoubleParameter( Setting which, double val );
bool SetLongParameter( Setting which, long val );
BoolParameter, DoubleParameter, LongParameter
These member functions fetches a point cloud reconstruction parameter from a cCameraGroupPointCloudsettings instance and saves it in the designated address. Call matching data type functions to obtain the parameters.