#include <EdgeExtremityGlyphManager.h>
List of all members.
Public Member Functions
Static Public Member Functions
Static Public Attributes
Constructor & Destructor Documentation
virtual tlp::EdgeExtremityGlyphManager::~EdgeExtremityGlyphManager |
( |
| ) |
[inline, virtual] |
Member Function Documentation
void tlp::EdgeExtremityGlyphManager::clearGlyphList |
( |
Graph ** |
graph, |
|
|
GlGraphInputData * |
glGraphInputData, |
|
|
MutableContainer< EdgeExtremityGlyph * > & |
glyphs |
|
) |
| |
Return the singleton (if the singleton doesn't exist this function create it)
int tlp::EdgeExtremityGlyphManager::glyphId |
( |
std::string |
name | ) |
|
Return the id if glyph with given name
std::string tlp::EdgeExtremityGlyphManager::glyphName |
( |
int |
id | ) |
|
Return the name of glyph with given id
void tlp::EdgeExtremityGlyphManager::initGlyphList |
( |
Graph ** |
graph, |
|
|
GlGraphInputData * |
glGraphInputData, |
|
|
MutableContainer< EdgeExtremityGlyph * > & |
glyphs |
|
) |
| |
Create the glyph list and store it in glyphs parameter
void tlp::EdgeExtremityGlyphManager::loadGlyphPlugins |
( |
| ) |
|
void tlp::EdgeExtremityGlyphManager::loadPlugins |
( |
PluginLoader * |
plug = NULL | ) |
|
Load glyphs plugins with given PluginLoader
Member Data Documentation