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

Method AddNode

Rendering/Core/vtkAssemblyPath.cxx:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void vtkAssemblyPath::AddNode(vtkProp* p, vtkMatrix4x4* m)
30{
31 vtkAssemblyNode* n = vtkAssemblyNode::New();
32 n->SetViewProp(p);
33 n->SetMatrix(m); // really a copy because we're gonna compute with it
34 this->AddNode(n);
35 n->Delete(); // ok reference counted
36}
37
38void vtkAssemblyPath::AddNode(vtkAssemblyNode* n)
39{

Callers 12

GetFilterSelectionFunction · 0.45
UpdatePathsMethod · 0.45
BuildPathsMethod · 0.45
InitPathTraversalMethod · 0.45
UpdatePathsMethod · 0.45
BuildPathsMethod · 0.45
InitPathTraversalMethod · 0.45
ConvertSelectionMethod · 0.45
UpdatePathsMethod · 0.45
BuildPathsMethod · 0.45
EndPickFunction · 0.45

Calls 7

NewFunction · 0.70
DeleteMethod · 0.65
SetViewPropMethod · 0.45
SetMatrixMethod · 0.45
PushMethod · 0.45
GetMatrixMethod · 0.45
ConcatenateMethod · 0.45

Tested by 3

GetFilterSelectionFunction · 0.36
EndPickFunction · 0.36