The interface file for PointCloud class.  
 More...
#include <IPointCloud.h>
The interface file for PointCloud class. 
◆ ~IPointCloud()
◆ IPointCloud() [1/2]
◆ IPointCloud() [2/2]
◆ AddPoint()
◆ GetNumPoints()
  
  | 
        
          | virtual size_t GetNumPoints | ( |  | ) | const |  | pure virtual | 
 
 
◆ GetPoint()
◆ GetPointCloudData()
  
  | 
        
          | virtual IPointCloud::PointCloudData * GetPointCloudData | ( |  | ) | const |  | pure virtual | 
 
 
◆ LoadPointCloudFromPly()
  
  | 
        
          | virtual void LoadPointCloudFromPly | ( | const std::string & | filename | ) |  |  | pure virtual | 
 
 
◆ operator=()
◆ PrintPoints()
  
  | 
        
          | virtual void PrintPoints | ( | unsigned int | numPointsToPrint | ) | const |  | pure virtual | 
 
 
◆ SavePointCloudAsPly()
  
  | 
        
          | virtual void SavePointCloudAsPly | ( | const std::string & |  | ) | const |  | pure virtual | 
 
 
◆ PointCloud
◆ PointCloudImpl
  
  | 
        
          | friend class PointCloudImpl |  | friend | 
 
 
◆ m_pPointCloudData
  
  | 
        
          | IPointCloud::PointCloudData* m_pPointCloudData |  | protected | 
 
 
The documentation for this class was generated from the following file: