refactor: rename Vtk classes by removing the vtk prefix to follow project naming conventions
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
|
||||
#include "uLibVtkInterface.h"
|
||||
#include "vtkHandlerWidget.h"
|
||||
#include "Math/Dense.h"
|
||||
#include "Vtk/Math/vtkDense.h"
|
||||
#include "Vtk/Math/vtkDense.h"
|
||||
#include "Core/Property.h"
|
||||
#include "Math/Transform.h"
|
||||
@@ -594,7 +594,7 @@ void Puppet::Update()
|
||||
// so all derived classes benefit without duplicating the matrix code.
|
||||
this->ApplyPuppetTransform(vtkProp3D::SafeDownCast(this->GetProp()));
|
||||
|
||||
// Use virtual GetProp() for appearance so overriders (e.g. vtkVoxImage)
|
||||
// Use virtual GetProp() for appearance so overriders (e.g. VoxImage)
|
||||
// that never call SetProp() are handled correctly.
|
||||
pd->ApplyAppearance(this->GetProp());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user