15 #include "CeeUnstructGrid/Base.h" 17 #include "CeeCore/Str.h" 25 class UnstructGridModel;
35 static bool isInitialized();
36 static bool initialize(
Instance* instance);
38 static unsigned int version();
39 static Str versionString();
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Static class for initialization of the component.
Definition: UnstructGridComponent.h:32
A general unicode based string class.
Definition: Str.h:28
Ceetron Desktop Components instance object.
Definition: Instance.h:28