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

Method SetOrientation

Views/Infovis/vtkDendrogramItem.cxx:1251–1254  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1249
1250//------------------------------------------------------------------------------
1251void vtkDendrogramItem::SetOrientation(int orientation)
1252{
1253 this->SetOrientation(this->Tree, orientation);
1254}
1255
1256//------------------------------------------------------------------------------
1257void vtkDendrogramItem::SetOrientation(vtkTree* tree, int orientation)

Callers 3

PaintBuffersMethod · 0.45
PositionColorLegendMethod · 0.45
ComputeLabelWidthMethod · 0.45

Calls 8

NewFunction · 0.50
GetArrayMethod · 0.45
GetFieldDataMethod · 0.45
SetValueMethod · 0.45
SetNumberOfComponentsMethod · 0.45
SetNameMethod · 0.45
InsertNextValueMethod · 0.45
AddArrayMethod · 0.45

Tested by

no test coverage detected