Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ setActor
Method
setActor
Wrapping/Java/vtk/sample/Demo.java:74–76 ·
view source on GitHub ↗
(vtkActor a)
Source
from the content-addressed store, hash-verified
72
}
73
74
void
setActor(vtkActor a) {
75
this.actorToAdd = a;
76
}
77
78
public
void
run() {
79
this.renderer.AddActor(this.actorToAdd);
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected