attach vtk context to gcompose

This commit is contained in:
AndreaRigoni
2026-03-22 12:18:33 +00:00
parent a8f786d8d1
commit 324aaa91b7
36 changed files with 674 additions and 19 deletions

View File

@@ -27,6 +27,7 @@
#define U_CORE_OBJECT_H
#include <iostream>
#include <string>
// WARNING: COPILE ERROR if this goes after mpl/vector //
// #include "Core/Vector.h"
@@ -74,6 +75,10 @@ public:
Object(const Object &copy);
~Object();
virtual const char * GetClassName() const { return "Object"; }
const std::string& GetInstanceName() const;
void SetInstanceName(const std::string& name);
////////////////////////////////////////////////////////////////////////////
// PARAMETERS //