Skip to content

Cleanup qt3DWidet stuffs and let cmb able to build against pv master

Haocheng LIU requested to merge haocheng.liu/cmb:Cleanup3DWidgets into master

pqContourWidget and qtCMBArWidget are removed from CMB and replaced by pqArcWidget in SMTK. pq3DWidgetFactory is also deprecated.

pqCMBContourTreeItem is renamed into pqCMBArcTreeItem since all the contour related code now is using pqArcWidget in SMTK. Other class names should also be modified in the future for clarity.

vtkCMBArcWidgetReprsentation is now absorbed by vtkSMTKArRepresentation since they are almost identical.

Check SMTK commit 1f30965070cd6b1e587ced9d3f9ff3a4d2e3b8e3 and following four for detail.

MR smtk!444 (merged) first.

Merge request reports