qCC version 2.13.alpha (Qt) - 31 May 2022
Main CloudCompare application (GUI & command line)
Classes | Public Member Functions | Protected Attributes | List of all members
ccGeomFeaturesDlg Class Reference

Dialog for computing the density of a point clouds. More...

#include <ccGeomFeaturesDlg.h>

Inheritance diagram for ccGeomFeaturesDlg:
Inheritance graph
[legend]
Collaboration diagram for ccGeomFeaturesDlg:
Collaboration graph
[legend]

Classes

struct  Option
 

Public Member Functions

 ccGeomFeaturesDlg (QWidget *parent=nullptr)
 Default constructor.
 
void setSelectedFeatures (const ccLibAlgorithms::GeomCharacteristicSet &features)
 Sets selected features.
 
bool getSelectedFeatures (ccLibAlgorithms::GeomCharacteristicSet &features) const
 Returns selected features.
 
void setRadius (double r)
 Sets the default kernel radius (for 'precise' mode only)
 
double getRadius () const
 Returns the kernel radius (for 'precise' mode only)
 
void setUpDirection (const CCVector3 &upDir)
 Sets the 'up direction' (and enables the group at the same time)
 
CCVector3 * getUpDirection () const
 Returns the 'up direction' if any is defined (nullptr otherwise)
 
void reset ()
 Reset the whole dialog.
 

Protected Attributes

std::vector< Optionm_options
 

Detailed Description

Dialog for computing the density of a point clouds.


The documentation for this class was generated from the following files: