PySpin.IPointCloud¶ class IPointCloud(*args, **kwargs)¶ The interface file for PointCloud class. AddPoint(self, point)¶ Parameters¶ point: Spinnaker::Stereo3DPoint const GetNumPoints(self) → size_t¶ GetPoint(self, index) → Stereo3DPoint¶ Parameters¶ index: unsigned int const GetPointCloudData(self) → Spinnaker::IPointCloud::PointCloudData *¶ LoadPointCloudFromPly(self, filename)¶ Parameters¶ filename: std::string const & PrintPoints(self, numPointsToPrint)¶ Parameters¶ numPointsToPrint: unsigned int SavePointCloudAsPly(self, arg2)¶ Parameters¶ arg2: std::string const &