CPointSetViewItem

Inherited from CViewItem,

Inherited by NULL

Friend class NULL

Description

Members

Public interface

Private interface


vector<GLfloat> m_points

vector<GLfloat> m_texCoords

vector<GLfloat> m_ColData

GLfloat m_MaxValue

GLfloat m_MinValue

TCursor m_crTarget

BOOL bConvert


CPointSetViewItem()

virtual ViewItemType GetType()

virtual void GLDraw(CRenderDraw* pRenderDraw)

void AddPoint(const TVector3f& pos)

void AddPoint(const TVector3f& pos, float texCoord,bool bData=false)

void Clear()

void SetTarget(TCursor cr)

TCursor GetTarget() const

void EnableConvert()


void ConvertTextureCoords(CLegend* pLegend)