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

Method SetViewProp

Rendering/Core/vtkAssemblyNode.cxx:30–33  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Don't do reference counting

Source from the content-addressed store, hash-verified

28//------------------------------------------------------------------------------
29// Don't do reference counting
30void vtkAssemblyNode::SetViewProp(vtkProp* prop)
31{
32 this->ViewProp = prop;
33}
34
35//------------------------------------------------------------------------------
36void vtkAssemblyNode::SetMatrix(vtkMatrix4x4* matrix)

Callers 3

AddNodeMethod · 0.45
ShallowCopyMethod · 0.45
cubeAxes.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected