This file is indexed.

/usr/share/tulip/apiFiles/tulipogl.api is in libtulip-dev 4.4.0dfsg2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
tulipogl.tlp.computeBezierPoint?4(list-of-tlp.Coord, float) -> tlp.Vec3f
tulipogl.tlp.computeBezierPoints?4(list-of-tlp.Coord, int nbCurvePoints=100) -> list-of-tlp.Coord
tulipogl.tlp.computeCatmullRomPoint?4(list-of-tlp.Coord, float, bool closedCurve=False, float alpha=0.5) -> tlp.Vec3f
tulipogl.tlp.computeCatmullRomPoints?4(list-of-tlp.Coord, bool closedCurve=False, int nbCurvePoints=100, float alpha=0.5) -> list-of-tlp.Coord
tulipogl.tlp.computeOpenUniformBsplinePoint?4(list-of-tlp.Coord, float, int curveDegree=3) -> tlp.Vec3f
tulipogl.tlp.computeOpenUniformBsplinePoints?4(list-of-tlp.Coord, int curveDegree=3, int nbCurvePoints=100) -> list-of-tlp.Coord
tulipogl.tlp.GlGraphRenderingParameters?1()
tulipogl.tlp.GlGraphRenderingParameters.__init__?1(self)
tulipogl.tlp.GlGraphRenderingParameters?1(tlp.GlGraphRenderingParameters)
tulipogl.tlp.GlGraphRenderingParameters.__init__?1(self, tlp.GlGraphRenderingParameters)
tulipogl.tlp.GlGraphRenderingParameters.setAntialiasing?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.isAntialiased?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setViewArrow?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.isViewArrow?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setViewNodeLabel?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.isViewNodeLabel?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setViewEdgeLabel?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.isViewEdgeLabel?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setViewOutScreenLabel?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.isViewOutScreenLabel?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setEdgeColorInterpolate?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.isEdgeColorInterpolate?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setEdgeSizeInterpolate?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.isEdgeSizeInterpolate?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setTexturePath?4(string)
tulipogl.tlp.GlGraphRenderingParameters.getTexturePath?4() -> string
tulipogl.tlp.GlGraphRenderingParameters.setFontsPath?4(string)
tulipogl.tlp.GlGraphRenderingParameters.getFontsPath?4() -> string
tulipogl.tlp.GlGraphRenderingParameters.setViewMetaLabel?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.isViewMetaLabel?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setDisplayEdges?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.isDisplayEdges?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setDisplayNodes?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.isDisplayNodes?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setDisplayMetaNodes?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.isDisplayMetaNodes?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setSelectedNodesStencil?4(int)
tulipogl.tlp.GlGraphRenderingParameters.getSelectedNodesStencil?4() -> int
tulipogl.tlp.GlGraphRenderingParameters.setSelectedMetaNodesStencil?4(int)
tulipogl.tlp.GlGraphRenderingParameters.getSelectedMetaNodesStencil?4() -> int
tulipogl.tlp.GlGraphRenderingParameters.setSelectedEdgesStencil?4(int)
tulipogl.tlp.GlGraphRenderingParameters.getSelectedEdgesStencil?4() -> int
tulipogl.tlp.GlGraphRenderingParameters.setNodesStencil?4(int)
tulipogl.tlp.GlGraphRenderingParameters.getNodesStencil?4() -> int
tulipogl.tlp.GlGraphRenderingParameters.setMetaNodesStencil?4(int)
tulipogl.tlp.GlGraphRenderingParameters.getMetaNodesStencil?4() -> int
tulipogl.tlp.GlGraphRenderingParameters.setEdgesStencil?4(int)
tulipogl.tlp.GlGraphRenderingParameters.getEdgesStencil?4() -> int
tulipogl.tlp.GlGraphRenderingParameters.setNodesLabelStencil?4(int)
tulipogl.tlp.GlGraphRenderingParameters.getNodesLabelStencil?4() -> int
tulipogl.tlp.GlGraphRenderingParameters.setMetaNodesLabelStencil?4(int)
tulipogl.tlp.GlGraphRenderingParameters.getMetaNodesLabelStencil?4() -> int
tulipogl.tlp.GlGraphRenderingParameters.setEdgesLabelStencil?4(int)
tulipogl.tlp.GlGraphRenderingParameters.getEdgesLabelStencil?4() -> int
tulipogl.tlp.GlGraphRenderingParameters.setElementOrdered?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.isElementOrdered?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setElementOrderingProperty?4(tlp.DoubleProperty)
tulipogl.tlp.GlGraphRenderingParameters.getElementOrderingProperty?4() -> tlp.DoubleProperty
tulipogl.tlp.GlGraphRenderingParameters.setElementZOrdered?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.isElementZOrdered?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setEdge3D?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.isEdge3D?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setSelectionColor?4(tlp.Color)
tulipogl.tlp.GlGraphRenderingParameters.getSelectionColor?4() -> tlp.Color
tulipogl.tlp.GlGraphRenderingParameters.isLabelScaled?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setLabelScaled?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.isLabelFixedFontSize?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setLabelFixedFontSize?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.getLabelsDensity?4() -> int
tulipogl.tlp.GlGraphRenderingParameters.setLabelsDensity?4(int)
tulipogl.tlp.GlGraphRenderingParameters.getMinSizeOfLabel?4() -> int
tulipogl.tlp.GlGraphRenderingParameters.setMinSizeOfLabel?4(int)
tulipogl.tlp.GlGraphRenderingParameters.getMaxSizeOfLabel?4() -> int
tulipogl.tlp.GlGraphRenderingParameters.setMaxSizeOfLabel?4(int)
tulipogl.tlp.GlGraphRenderingParameters.getLabelsAreBillboarded?4() -> bool
tulipogl.tlp.GlGraphRenderingParameters.setLabelsAreBillboarded?4(bool)
tulipogl.tlp.GlGraphRenderingParameters.setDisplayFilteringProperty?4(tlp.BooleanProperty)
tulipogl.tlp.GlGraphRenderingParameters.getDisplayFilteringProperty?4() -> tlp.BooleanProperty
tulipogl.tlp.GlGraphInputData?1(tlp.Graph, tlp.GlGraphRenderingParameters)
tulipogl.tlp.GlGraphInputData.__init__?1(self, tlp.Graph, tlp.GlGraphRenderingParameters)
tulipogl.tlp.GlGraphInputData?1(tlp.GlGraphInputData)
tulipogl.tlp.GlGraphInputData.__init__?1(self, tlp.GlGraphInputData)
tulipogl.tlp.GlGraphInputData.getGraph?4() -> tlp.Graph
tulipogl.tlp.GlGraphInputData.getElementColor?4() -> tlp.ColorProperty
tulipogl.tlp.GlGraphInputData.setElementColor?4(tlp.ColorProperty)
tulipogl.tlp.GlGraphInputData.getElementLabelColor?4() -> tlp.ColorProperty
tulipogl.tlp.GlGraphInputData.setElementLabelColor?4(tlp.ColorProperty)
tulipogl.tlp.GlGraphInputData.getElementLabelBorderColor?4() -> tlp.ColorProperty
tulipogl.tlp.GlGraphInputData.setElementLabelBorderColor?4(tlp.ColorProperty)
tulipogl.tlp.GlGraphInputData.getElementLabelBorderWidth?4() -> tlp.DoubleProperty
tulipogl.tlp.GlGraphInputData.setElementLabelBorderWidth?4(tlp.DoubleProperty)
tulipogl.tlp.GlGraphInputData.getElementSize?4() -> tlp.SizeProperty
tulipogl.tlp.GlGraphInputData.setElementSize?4(tlp.SizeProperty)
tulipogl.tlp.GlGraphInputData.getElementLabelPosition?4() -> tlp.IntegerProperty
tulipogl.tlp.GlGraphInputData.setElementLabelPosition?4(tlp.IntegerProperty)
tulipogl.tlp.GlGraphInputData.getElementShape?4() -> tlp.IntegerProperty
tulipogl.tlp.GlGraphInputData.setElementShape?4(tlp.IntegerProperty)
tulipogl.tlp.GlGraphInputData.getElementRotation?4() -> tlp.DoubleProperty
tulipogl.tlp.GlGraphInputData.setElementRotation?4(tlp.DoubleProperty)
tulipogl.tlp.GlGraphInputData.getElementSelected?4() -> tlp.BooleanProperty
tulipogl.tlp.GlGraphInputData.setElementSelected?4(tlp.BooleanProperty)
tulipogl.tlp.GlGraphInputData.getElementFont?4() -> tlp.StringProperty
tulipogl.tlp.GlGraphInputData.setElementFont?4(tlp.StringProperty)
tulipogl.tlp.GlGraphInputData.getElementFontSize?4() -> tlp.IntegerProperty
tulipogl.tlp.GlGraphInputData.setElementFontSize?4(tlp.IntegerProperty)
tulipogl.tlp.GlGraphInputData.getElementLabel?4() -> tlp.StringProperty
tulipogl.tlp.GlGraphInputData.setElementLabel?4(tlp.StringProperty)
tulipogl.tlp.GlGraphInputData.getElementLayout?4() -> tlp.LayoutProperty
tulipogl.tlp.GlGraphInputData.setElementLayout?4(tlp.LayoutProperty)
tulipogl.tlp.GlGraphInputData.getElementTexture?4() -> tlp.StringProperty
tulipogl.tlp.GlGraphInputData.setElementTexture?4(tlp.StringProperty)
tulipogl.tlp.GlGraphInputData.getElementBorderColor?4() -> tlp.ColorProperty
tulipogl.tlp.GlGraphInputData.setElementBorderColor?4(tlp.ColorProperty)
tulipogl.tlp.GlGraphInputData.getElementBorderWidth?4() -> tlp.DoubleProperty
tulipogl.tlp.GlGraphInputData.setElementBorderWidth?4(tlp.DoubleProperty)
tulipogl.tlp.GlGraphInputData.getElementSrcAnchorShape?4() -> tlp.IntegerProperty
tulipogl.tlp.GlGraphInputData.setElementSrcAnchorShape?4(tlp.IntegerProperty)
tulipogl.tlp.GlGraphInputData.getElementSrcAnchorSize?4() -> tlp.SizeProperty
tulipogl.tlp.GlGraphInputData.setElementSrcAnchorSize?4(tlp.SizeProperty)
tulipogl.tlp.GlGraphInputData.getElementTgtAnchorShape?4() -> tlp.IntegerProperty
tulipogl.tlp.GlGraphInputData.setElementTgtAnchorShape?4(tlp.IntegerProperty)
tulipogl.tlp.GlGraphInputData.getElementTgtAnchorSize?4() -> tlp.SizeProperty
tulipogl.tlp.GlGraphInputData.setElementTgtAnchorSize?4(tlp.SizeProperty)
tulipogl.tlp.GlGraphInputData.reloadGraphProperties?4()