mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
Removed dependencies from Core lib
This commit is contained in:
@@ -33,8 +33,6 @@
|
||||
#include <ostream>
|
||||
#include <iomanip>
|
||||
|
||||
#include <Core/Object.h>
|
||||
|
||||
|
||||
|
||||
// vtk classes forward declaration //
|
||||
@@ -48,22 +46,8 @@ class vtkRendererCollection;
|
||||
namespace uLib {
|
||||
namespace Vtk {
|
||||
|
||||
|
||||
|
||||
//template <class T>
|
||||
//class Tie {
|
||||
|
||||
//public:
|
||||
// typedef T Content;
|
||||
|
||||
|
||||
//};
|
||||
|
||||
|
||||
|
||||
class Puppet : public Object
|
||||
class Puppet
|
||||
{
|
||||
uLibTypeMacro(Puppet, Object)
|
||||
public:
|
||||
Puppet();
|
||||
~Puppet();
|
||||
|
||||
Reference in New Issue
Block a user