CPathPointInfo Class Reference

#include <brpress.h>

Inheritance diagram for CPathPointInfo:

BrushPointInfo TimeStampBrushPoint List of all members.

Public Member Functions

 CPathPointInfo ()
CPathPointInfooperator= (CPathPointInfo CP)

Public Attributes

DocCoord m_Point
double m_Tangent

Detailed Description

Definition at line 112 of file brpress.h.


Constructor & Destructor Documentation

CPathPointInfo::CPathPointInfo  )  [inline]
 

Definition at line 115 of file brpress.h.

00115 { m_Point.x = m_Point.y = 0; m_Tangent = 0; }


Member Function Documentation

CPathPointInfo& CPathPointInfo::operator= CPathPointInfo  CP  )  [inline]
 

Definition at line 117 of file brpress.h.

00118     {
00119         m_Point.x = CP.m_Point.x; 
00120         m_Point.y = CP.m_Point.y;                           
00121         m_Tangent = CP.m_Tangent;
00122 
00123         return *this;
00124     }


Member Data Documentation

DocCoord CPathPointInfo::m_Point
 

Definition at line 127 of file brpress.h.

double CPathPointInfo::m_Tangent
 

Definition at line 128 of file brpress.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:53:14 2007 for Camelot by  doxygen 1.4.4