Foxit PDF SDK
CFX_VTemplate< baseType > 模板类 参考
类 CFX_VTemplate< baseType > 继承关系图:
CFX_PSVTemplate< baseType >

额外继承的成员函数

- Public 成员函数 继承自 CFX_PSVTemplate< baseType >
 CFX_PSVTemplate ()
 构造函数。
 
 CFX_PSVTemplate (baseType new_x, baseType new_y)
 带参数的构造函数。 更多...
 
 CFX_PSVTemplate (const CFX_PSVTemplate &other)
 拷贝构造函数。 更多...
 
void Add (baseType x, baseType y)
 添加一个点。 更多...
 
FXT_PSVoperator *= (baseType lamda)
 重载运算符*=。 更多...
 
FXT_PSVoperator -= (const FXT_PSV &obj)
 重载运算符-=。 更多...
 
FXT_PSVoperator+= (const FXT_PSV &obj)
 重载运算符+=。 更多...
 
FXT_PSVoperator/= (baseType lamda)
 重载运算符/=。 更多...
 
void Reset ()
 重置到基点。 更多...
 
void Set (baseType x, baseType y)
 设置值。 更多...
 
void Set (const FXT_PSV &psv)
 设置值。 更多...
 
void Subtract (baseType x, baseType y)
 减去一个点。 更多...
 
- Public 属性 继承自 CFX_PSVTemplate< baseType >
baseType x
 点的x坐标。
 
baseType y
 点的y坐标。
 

详细描述

template<class baseType>
class CFX_VTemplate< baseType >

表示向量模板的类。