A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/igraph_8cpp_source.html below:

NCBI C++ ToolKit: src/gui/graph/igraph.cpp Source File

Go to the documentation of this file.

Go to the SVN repository for this file.

51

: m_pDataSource(

NULL

),

52

m_Color(0.5f, 0.5f, 0.5f),

53

m_TextColor(0.0f, 0.0f, 0.0f)

88

glPolygonMode(GL_FRONT_AND_BACK, GL_LINE);

95

glVertex2d(cX + Rx, cY);

96

glVertex2d(cX, cY + Ry);

97

glVertex2d(cX - Rx, cY);

98

glVertex2d(cX, cY - Ry);

104

glVertex2d(cX + Rx, cY + Ry);

105

glVertex2d(cX + Rx, cY - Ry);

106

glVertex2d(cX - Rx, cY - Ry);

107

glVertex2d(cX - Rx, cY + Ry);

112

glBegin(GL_TRIANGLES);

113

glVertex2d(cX, cY + Ry);

114

glVertex2d(cX + Rx, cY - Ry);

115

glVertex2d(cX - Rx, cY - Ry);

121

glVertex2d(cX - Rx, cY - Ry);

122

glVertex2d(cX + Rx, cY + Ry);

123

glVertex2d(cX - Rx, cY + Ry);

124

glVertex2d(cX + Rx, cY - Ry);

vector< SGraphElem * > TElemVector

virtual const TModelRect & GetLimits() const

IGraphDataSource * m_pDataSource

virtual IGraphDataSource * GetDataSource()

virtual void Render(CGlPane *pPane, TElemVector *elems=NULL)=0

virtual ~IGraphDataSource()

virtual void CalculateLimits()=0

virtual bool SetDataSource(IGraphDataSource *pDS)

static void RenderMarker(TModelUnit cX, TModelUnit cY, TModelUnit MarkerW, TModelUnit MarkerH, EMarkerType Type)

class CGraphDotMarker

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

Standard mechanism to include OpenGL headers for all platforms.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4