SCENE C++ API  2.1.0
Public Member Functions | List of all members
LSPointSelection Class Reference

Interface class to access information and functionality of spatial point selections. More...

#include <lspointselection.h>

+ Inheritance diagram for LSPointSelection:

Public Member Functions

LSIterator< LSPointXYZRGBgetPointSelectionIterator ()
 Gets an iterator to run over all points which are part of the point selection. More...
 

Additional Inherited Members

- Protected Member Functions inherited from LSRefType
void ref () const
 Increments the internal reference counter. More...
 
void unref () const
 Decrements the internal reference counter. More...
 

Detailed Description

Interface class to access information and functionality of spatial point selections.

Version
SCENE API Version 2.0.0.

Member Function Documentation

◆ getPointSelectionIterator()

LSIterator<LSPointXYZRGB> getPointSelectionIterator ( )

Gets an iterator to run over all points which are part of the point selection.

Returns
The iterator instance.
Version
SCENE API Version 2.0.0.