CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
OdSourcePoint Class Reference

#include <OdPointCloudConverter.h>

Public Member Functions

 OdSourcePoint ()
 
 ~OdSourcePoint ()
 

Public Attributes

OdGePoint3d m_coord
 
ODCOLORREF m_color
 
float m_intensity
 

Detailed Description

<group OdRx_Classes>

This is the interface class for working with source points.

Definition at line 40 of file OdPointCloudConverter.h.

Constructor & Destructor Documentation

◆ OdSourcePoint()

OdSourcePoint::OdSourcePoint ( )
inline

Constructor for the OdSourcePoint class.

Remarks
Constructs a source point of fully opaque white color and full intensity.

Definition at line 50 of file OdPointCloudConverter.h.

◆ ~OdSourcePoint()

OdSourcePoint::~OdSourcePoint ( )
inline

Destructor for the OdSourcePoint class.

Definition at line 58 of file OdPointCloudConverter.h.

Member Data Documentation

◆ m_color

ODCOLORREF OdSourcePoint::m_color

Source point color.

Definition at line 63 of file OdPointCloudConverter.h.

◆ m_coord

OdGePoint3d OdSourcePoint::m_coord

Source point coordinates.

Definition at line 61 of file OdPointCloudConverter.h.

◆ m_intensity

float OdSourcePoint::m_intensity

Source point intensity.

Definition at line 65 of file OdPointCloudConverter.h.


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