| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Glyph.h File Reference
Include dependency graph for Glyph.h:
![]() Namespaces
Classes
Defines
Define Documentation
Value: class C##T##Factory:public tlp::T##Factory \ { \ public: \ C##T##Factory(){ \ initFactory(); \ factory->registerPlugin(this); \ } \ string getName() const { return string(N);} \ string getGroup() const { return string(G);} \ string getAuthor() const {return string(A);} \ string getDate() const {return string(D);} \ string getInfo() const {return string(I);} \ string getRelease() const {return string(R);}\ string getTulipRelease() const {return string(TULIP_RELEASE);}\ int getId() const {return ID;} \ tlp::T * createPluginObject(tlp::GlyphContext *gc) \ { \ C *tmp = new C(gc); \ return ((tlp::T *) tmp); \ } \ }; \ extern "C" { \ C##T##Factory C##T##FactoryInitializer; \ }
|
Tulip Software by LaBRI Visualization Team 2001 - 2007 |