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

Method SetTree2

Views/Infovis/vtkTanglegramItem.cxx:78–84  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

76
77//------------------------------------------------------------------------------
78void vtkTanglegramItem::SetTree2(vtkTree* tree)
79{
80 this->Dendrogram2->SetTree(tree);
81 this->Dendrogram2->SetOrientation((this->Orientation + 2) % 4);
82 this->PositionSet = false;
83 this->TreeReordered = false;
84}
85
86//------------------------------------------------------------------------------
87vtkTree* vtkTanglegramItem::GetTree2()

Callers 1

TestTanglegramItemFunction · 0.80

Calls 2

SetTreeMethod · 0.45
SetOrientationMethod · 0.45

Tested by 1

TestTanglegramItemFunction · 0.64