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

@@ -48,6 +48,9 @@ class ContainerBox : public AffineTransform, public Object {
typedef AffineTransform BaseClass;
public:
virtual const char * GetClassName() const { return "ContainerBox"; }
/**
* @brief Default constructor.
* Initializes the local transformation with this instance as its parent.