Home
last modified time | relevance | path

Searched refs:BalloonLayout (Results 1 – 14 of 14) sorted by relevance

/dports/math/ogdf/OGDF/src/ogdf/misclayout/
H A DBalloonLayout.cpp51 BalloonLayout::BalloonLayout() : in BalloonLayout() function in ogdf::BalloonLayout
59 BalloonLayout &BalloonLayout::operator=(const BalloonLayout &bl) in operator =()
71 void BalloonLayout::call(GraphAttributes &AG) in call()
113 void BalloonLayout::selectRoot(const Graph &G) in selectRoot()
123 case BalloonLayout::RootSelection::HighestDegree: in selectRoot()
135 case BalloonLayout::RootSelection::Center: in selectRoot()
212 void BalloonLayout::computeRadii(GraphAttributes &AG) in computeRadii()
214 void BalloonLayout::computeRadii(const GraphAttributes &AG) in computeRadii()
391 void BalloonLayout::computeTree(const Graph &G) in computeTree()
477 void BalloonLayout::computeAngles(const Graph &G) in computeAngles()
[all …]
/dports/math/ogdf/OGDF/include/ogdf/misclayout/
H A DBalloonLayout.h56 class OGDF_EXPORT BalloonLayout : public LayoutModule
68 BalloonLayout();
70 BalloonLayout &operator=(const BalloonLayout &bl);
153 OGDF_EXPORT std::ostream &operator<<(std::ostream &os, const BalloonLayout::RootSelection &rs);
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkBalloonRepresentation.h154 vtkSetMacro(BalloonLayout,int);
155 vtkGetMacro(BalloonLayout,int);
218 int BalloonLayout; variable
H A DvtkBalloonRepresentation.cxx57 this->BalloonLayout = ImageTop; in vtkBalloonRepresentation()
276 if ( this->BalloonLayout == ImageTop ) in BuildRepresentation()
291 else if ( this->BalloonLayout == ImageBottom ) in BuildRepresentation()
306 else if ( this->BalloonLayout == ImageLeft ) in BuildRepresentation()
321 else if ( this->BalloonLayout == ImageRight ) in BuildRepresentation()
495 switch (this->BalloonLayout) in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkBalloonRepresentation.h160 vtkSetMacro(BalloonLayout, int);
161 vtkGetMacro(BalloonLayout, int);
229 int BalloonLayout; variable
H A DvtkBalloonRepresentation.cxx53 this->BalloonLayout = ImageTop; in vtkBalloonRepresentation()
275 if (this->BalloonLayout == ImageTop) in BuildRepresentation()
291 else if (this->BalloonLayout == ImageBottom) in BuildRepresentation()
307 else if (this->BalloonLayout == ImageLeft) in BuildRepresentation()
323 else if (this->BalloonLayout == ImageRight) in BuildRepresentation()
498 switch (this->BalloonLayout) in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkBalloonRepresentation.h129 vtkSetMacro(BalloonLayout,int);
130 vtkGetMacro(BalloonLayout,int);
179 int BalloonLayout; variable
H A DvtkBalloonRepresentation.cxx57 this->BalloonLayout = ImageTop; in vtkBalloonRepresentation()
275 if ( this->BalloonLayout == ImageTop ) in BuildRepresentation()
290 else if ( this->BalloonLayout == ImageBottom ) in BuildRepresentation()
305 else if ( this->BalloonLayout == ImageLeft ) in BuildRepresentation()
320 else if ( this->BalloonLayout == ImageRight ) in BuildRepresentation()
479 switch (this->BalloonLayout) in PrintSelf()
/dports/math/ogdf/OGDF/test/src/layout/
H A Dmisc.cpp57 TEST_LAYOUT(BalloonLayout, GraphProperty::connected); in __anondb1525f10202()
69 SimpleCCPacker packerLayout(new BalloonLayout); in __anondb1525f10202()
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/Testing/Cxx/
H A DvtkBalloonRepresentationTest1.cxx54 TEST_SET_GET_INT_RANGE(node1, BalloonLayout, 0, 3); in vtkBalloonRepresentationTest1()
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/Testing/Cxx/
H A DvtkBalloonRepresentationTest1.cxx55 TEST_SET_GET_INT_RANGE(node1, BalloonLayout, 0, 3); in vtkBalloonRepresentationTest1()
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/Testing/Cxx/
H A DvtkBalloonRepresentationTest1.cxx54 TEST_SET_GET_INT_RANGE(node1, BalloonLayout, 0, 3); in vtkBalloonRepresentationTest1()
/dports/graphics/qvge/qvge-0.6.3/src/commonui/ogdf/
H A DCOGDFLayoutUIController.cpp74 ogdf::BalloonLayout layout; in doBalloonLayout()
H A DCOGDFLayout.cpp318 ogdf::BalloonLayout layout; in autoLayoutIfNone()