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

Method SetParent

Rendering/SceneGraph/vtkViewNode.cxx:47–50  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

45
46//------------------------------------------------------------------------------
47void vtkViewNode::SetParent(vtkViewNode* p)
48{
49 this->Parent = p;
50}
51
52//------------------------------------------------------------------------------
53vtkViewNode* vtkViewNode::GetParent()

Callers 10

NewFoamReaderFunction · 0.45
vtkLineWidget2Method · 0.45
vtkDistanceWidgetMethod · 0.45
SetLineCountMethod · 0.45
vtkAngleWidgetMethod · 0.45
CreateNewHandleMethod · 0.45
AddMissingNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected