#include <RhRdkCurveGraph.h>
|  | 
| virtual | ~IPoint () | 
|  | 
| virtual int | CurveIndex (void) const =0 | 
|  | 
| virtual void * | EVF (const wchar_t *wszFunc, void *pvData)=0 | 
|  | 
| virtual double | X (void) const =0 | 
|  | 
| virtual double | Y (void) const =0 | 
|  | 
◆ ~IPoint()
  
  | 
        
          | virtual IRhRdkCustomCurveCtrl::IPoint::~IPoint | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ CurveIndex()
  
  | 
        
          | virtual int IRhRdkCustomCurveCtrl::IPoint::CurveIndex | ( | void |  | ) | const |  | pure virtual | 
 
- Returns
- the index of the curve the point is on. For RGB[A] curves, 0=red, 1=green, 2=blue [, 3=alpha] 
 
 
◆ EVF()
  
  | 
        
          | virtual void* IRhRdkCustomCurveCtrl::IPoint::EVF | ( | const wchar_t * | wszFunc, |  
          |  |  | void * | pvData |  
          |  | ) |  |  |  | pure virtual | 
 
Emergency virtual function for future expansion. 
 
 
◆ X()
  
  | 
        
          | virtual double IRhRdkCustomCurveCtrl::IPoint::X | ( | void |  | ) | const |  | pure virtual | 
 
 
◆ Y()
  
  | 
        
          | virtual double IRhRdkCustomCurveCtrl::IPoint::Y | ( | void |  | ) | const |  | pure virtual |