Class Spinnaker::PointCloud¶
ClassList > Spinnaker > PointCloud
The PointCloud object class.
#include <PointCloud.h>
Inherits the following classes: Spinnaker::IPointCloud
Public Functions inherited from Spinnaker::IPointCloud¶
| Type | Name |
|---|---|
| virtual void | AddPoint (const Stereo3DPoint point) = 0 |
| virtual size_t | GetNumPoints () const = 0 |
| virtual Stereo3DPoint | GetPoint (const unsigned int index) const = 0 |
| virtual IPointCloud::PointCloudData * | GetPointCloudData () const = 0 |
| virtual void | LoadPointCloudFromPly (const std::string & filename) = 0 |
| virtual void | PrintPoints (unsigned int numPointsToPrint) const = 0 |
| virtual void | SavePointCloudAsPly (const std::string &) const = 0 |
| virtual | ~IPointCloud (void) |
Protected Attributes inherited from Spinnaker::IPointCloud¶
| Type | Name |
|---|---|
| IPointCloud::PointCloudData * | m_pPointCloudData |
Protected Functions inherited from Spinnaker::IPointCloud¶
| Type | Name |
|---|---|
| IPointCloud () |
|
| IPointCloud (const IPointCloud &) |
|
| IPointCloud & | operator= (const IPointCloud &) |
The documentation for this class was generated from the following file C:/workspace/include/PointCloud.h