MCPcopy Create free account
hub / github.com/audeering/opensmile / create

Method create

plugindev/simpleVisualiserGUI.cpp:55–59  ·  view source on GitHub ↗

SMILECOMPONENT_CREATE(cSimpleVisualiserGUI)

Source from the content-addressed store, hash-verified

53
54//SMILECOMPONENT_CREATE(cSimpleVisualiserGUI)
55cSmileComponent * cSimpleVisualiserGUI::create(const char*_instname) {
56 cSmileComponent *c = new cSimpleVisualiserGUI(_instname);
57 if (c!=NULL) c->setComponentInfo(COMPONENT_NAME_CSIMPLEVISUALISERGUI,COMPONENT_DESCRIPTION_CSIMPLEVISUALISERGUI);
58 return c;
59}
60
61//--- wx ---
62

Callers 1

Calls 1

setComponentInfoMethod · 0.80

Tested by

no test coverage detected