int tlp::GlGraphRenderingParameters::getSelectedEdgesStencil ()get stencil number for selected edges
int tlp::GlGraphRenderingParameters::getSelectedMetaNodesStencil ()get stencil number for selected meta-nodes
int tlp::GlGraphRenderingParameters::getSelectedNodesStencil ()get stencil number for selected nodes
std::string tlp::GlGraphRenderingParameters::getTexturePath () constreturn the absolute path used for texture loading
bool tlp::GlGraphRenderingParameters::isAntialiased () constreturn true if antialiasing is activated else false.
bool tlp::GlGraphRenderingParameters::isDisplayEdges () constreturn true if edges are displayed.
bool tlp::GlGraphRenderingParameters::isDisplayMetaNodes () constreturn true if meta-nodes are displayed.
bool tlp::GlGraphRenderingParameters::isDisplayNodes () constreturn true if nodes are displayed.
bool tlp::GlGraphRenderingParameters::isEdge3D () constreturn true if 3D drawing of edges is activated
bool tlp::GlGraphRenderingParameters::isEdgeColorInterpolate () constreturn true if color interpolation is activated
bool tlp::GlGraphRenderingParameters::isEdgeSizeInterpolate () constreturn true if color interpolation is activated
bool tlp::GlGraphRenderingParameters::isElementOrdered () constreturn true if element ordering is activated
bool tlp::GlGraphRenderingParameters::isElementZOrdered () constreturn true if element Z ordering is activated
bool tlp::GlGraphRenderingParameters::isIncrementalRendering () constreturn the incremental rendering state
bool tlp::GlGraphRenderingParameters::isViewArrow () constreturn true if arrows drawing is activated else false.
See also:
setViewArrow
bool tlp::GlGraphRenderingParameters::isViewEdgeLabel () constreturn true if drawing of nodes' labels is activated.
bool tlp::GlGraphRenderingParameters::isViewMetaLabel () constreturn the true if viewMetaLabels is enable else false
bool tlp::GlGraphRenderingParameters::isViewNodeLabel () constreturn true if drawing of nodes' labels is activated.
void tlp::GlGraphRenderingParameters::setAntialiasing (const bool state)activate or deactivate anlialiasing
void tlp::GlGraphRenderingParameters::setDisplayEdges (const bool state)If true edges are displayed.
void tlp::GlGraphRenderingParameters::setDisplayMetaNodes (const bool state)If true meta-nodes are displayed.
void tlp::GlGraphRenderingParameters::setDisplayNodes (const bool state)If true nodes are displayed.
void tlp::GlGraphRenderingParameters::setEdge3D (const bool state)if true use 3D displaying of edges instead of 2D lines on ALL edges
void tlp::GlGraphRenderingParameters::setEdgeColorInterpolate (const bool state)activate or deactivate interpolation of nodes colors along edge
void tlp::GlGraphRenderingParameters::setEdgeSizeInterpolate (const bool state)activate or deactivate interpolation of nodes colors along edge
void tlp::GlGraphRenderingParameters::setEdgesLabelStencil (const int stencil)set stencil number for edges label
void tlp::GlGraphRenderingParameters::setEdgesStencil (const int stencil)set stencil number for edges
void tlp::GlGraphRenderingParameters::setElementOrdered (const bool state)If true node and edges are ordered according to the viewMetric property
void tlp::GlGraphRenderingParameters::setElementZOrdered (const bool state)If true node and edges are ordered according to the distance with camera
void tlp::GlGraphRenderingParameters::setFeedbackRender (bool feedback)if true draw graph with feedback information (very low)
void tlp::GlGraphRenderingParameters::setFontsPath (const std::string & path)set the absolute path used for the fonts loading
void tlp::GlGraphRenderingParameters::setFontsType (unsigned int type)set fonts type used in the renderer (0=3D,1=bitmap,2=texture)
void tlp::GlGraphRenderingParameters::setIncrementalRendering (const bool state)if true glgraph use the incremental rendering else display all elements in one pass
void tlp::GlGraphRenderingParameters::setLabelsBorder (const unsigned int)Get the size of the border that is added to any label when using bitmap fonts. Setting this parameter to a high value enables de reduce the label density in the final drawing. Default value is set to 2 which enables readable labels.
void tlp::GlGraphRenderingParameters::setMetaNodesLabelStencil (const int stencil)set stencil number for meta-nodes label
void tlp::GlGraphRenderingParameters::setMetaNodesStencil (const int stencil)set stencil number for meta-nodes
void tlp::GlGraphRenderingParameters::setNodesLabelStencil (const int stencil)set stencil number for nodes label
void tlp::GlGraphRenderingParameters::setNodesStencil (const int stencil)set stencil number for nodes