refactor: rename Vtk classes by removing the vtk prefix to follow project naming conventions
This commit is contained in:
@@ -11,13 +11,13 @@ namespace uLib {
|
||||
namespace Vtk {
|
||||
|
||||
/**
|
||||
* @brief vtkObjectsContext manages VTK representations (Puppets) for a collection of uLib::Objects.
|
||||
* @brief ObjectsContext manages VTK representations (Puppets) for a collection of uLib::Objects.
|
||||
*/
|
||||
class vtkObjectsContext : public Puppet {
|
||||
class ObjectsContext : public Puppet {
|
||||
public:
|
||||
uLibTypeMacro(vtkObjectsContext, Puppet)
|
||||
vtkObjectsContext(uLib::ObjectsContext *context);
|
||||
virtual ~vtkObjectsContext();
|
||||
uLibTypeMacro(ObjectsContext, Puppet)
|
||||
ObjectsContext(uLib::ObjectsContext *context);
|
||||
virtual ~ObjectsContext();
|
||||
|
||||
/** @brief Synchronizes the VTK puppets with the core ObjectsContext. */
|
||||
void Synchronize();
|
||||
|
||||
Reference in New Issue
Block a user