- 博客(7)
- 资源 (3)
- 收藏
- 关注
原创 VTK – What’s difference between deep copy and shallow copy in vtkPolyData ?
VTK – What’s difference between deep copy and shallow copy in vtkPolyData ?What’s the difference between deep copy and shallow copy in vtkPolyData?We can find an answer after reading the two interface’s implementation.ShallowCopy just changes the pointe
2020-08-26 20:38:40
575
原创 Use vtkObjectBase’s Function Delete To Free Object
Use vtkObjectBase’s Function Delete To Free ObjectExplore what will happen when we use delete on vtkSmartPointer object.// An highlighted blockvtkSmartPointer<vtkActor> leftActor = vtkSmartPointer<vtkActor>::New(); leftActor-
2020-08-26 19:48:29
216
原创 VTK SelectAnActor
https://vtk.org/Wiki/VTK/Examples/Cxx/Interaction/SelectAnActorSelectAnActor.cxx// An highlighted block#include <vtkSmartPointer.h>#include <vtkActor.h>#include <vtkCellArray.h>#include <vtkInteractorStyleTrackballActor.h>#.
2020-08-12 21:34:13
266
原创 vtk高亮选取单元面
vtk高亮选取单元面This example demonstrates how to select and highlight cells using a rubber band. Press ‘r’ to enter selection mode.// An highlighted block#include <vtkVersion.h>#include <vtkActor.h>#include <vtkAreaPicker.h>#include <
2020-08-06 20:57:46
2010
转载 vtk高亮选择目标体
vtk高亮选择目标体链接: https://vtk.org/Wiki/VTK/Examples/Python/Interaction/HighlightAPickedActor.teractorStyleTrackballCamera and vtkPropPicker to select a actor in the scene by pressing the left mouse button.vtk高亮选择目标源码import vtk NUMBER_OF_SPHERES = 10cla
2020-08-06 20:23:09
968
vtk用户手册-中文打印版.pdf
2020-07-05
VTK Users Guide.pdf
2020-07-05
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅
3