MCPcopy Create free account
hub / github.com/Kitware/VTK / SetRenderable

Method SetRenderable

Rendering/SceneGraph/vtkViewNode.cxx:188–191  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

186
187//------------------------------------------------------------------------------
188void vtkViewNode::SetRenderable(vtkObject* obj)
189{
190 this->Renderable = obj;
191}
192
193//------------------------------------------------------------------------------
194void vtkViewNode::Apply(int operation, bool prepass)

Callers 2

CreateNodeMethod · 0.80
TestOSPRayWindowFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestOSPRayWindowFunction · 0.64