Module tulip :: Class tlp
[hide private]
[frames] | no frames]

Class tlp

       object --+        
                |        
sip.simplewrapper --+    
                    |    
          sip.wrapper --+
                        |
                       tlp

Nested Classes [hide private]
  AcyclicTest
  BiconnectedTest
  BooleanProperty
tlp.BooleanProperty(tlp.Graph, string n="")
  BooleanVectorProperty
tlp.BooleanVectorProperty(tlp.Graph, string n="")
  BoundingBox
  Color
tlp.Color(int red=0, int green=0, int blue=0, int alpha=255) tlp.Color(tlp.Color)
  ColorProperty
tlp.ColorProperty(tlp.Graph, string n="")
  ColorScale
tlp.ColorScale() tlp.ColorScale(tlp.ColorScale)
  ColorVectorProperty
tlp.ColorVectorProperty(tlp.Graph, string n="")
  ConnectedTest
  Coord
tlp.Coord() tlp.Coord(float) tlp.Coord(float, float, float a2=0) tlp.Coord(tlp.Coord) tlp.Coord(tlp.Vec3f)
  CoordVectorProperty
tlp.CoordVectorProperty(tlp.Graph, string n="")
  DataSet
tlp.DataSet() tlp.DataSet(tlp.DataSet)
  Dependency
tlp.Dependency(string, string, string) tlp.Dependency(tlp.Dependency)
  DoubleProperty
tlp.DoubleProperty(tlp.Graph, string n="")
  DoubleVectorProperty
tlp.DoubleVectorProperty(tlp.Graph, string n="")
  ElementType
  Graph
  GraphProperty
tlp.GraphProperty(tlp.Graph, string n="")
  IntegerProperty
tlp.IntegerProperty(tlp.Graph, string n="")
  IntegerVectorProperty
tlp.IntegerVectorProperty(tlp.Graph, string n="")
  IteratorEdge
  IteratorGraph
  IteratorNode
  IteratorString
  LayoutProperty
tlp.LayoutProperty(tlp.Graph, string n="")
  Observable
tlp.Observable() tlp.Observable(tlp.Observable)
  Observer
tlp.Observer() tlp.Observer(tlp.Observer)
  OuterPlanarTest
  PlanarityTest
  Plugin
tlp.Plugin() tlp.Plugin(tlp.Plugin)
  PluginLoader
tlp.PluginLoader() tlp.PluginLoader(tlp.PluginLoader)
  PluginProgress
tlp.PluginProgress() tlp.PluginProgress(tlp.PluginProgress)
  PropertyInterface
  SimpleTest
  Size
tlp.Size(float) tlp.Size(float width=0, float height=0, float depth=0) tlp.Size(tlp.Size) tlp.Size(tlp.Vec3f)
  SizeProperty
tlp.SizeProperty(tlp.Graph, string n="")
  SizeVectorProperty
tlp.SizeVectorProperty(tlp.Graph, string n="")
  StringCollection
tlp.StringCollection(list of string) tlp.StringCollection(list of string, int) tlp.StringCollection(list of string, string)
  StringProperty
tlp.StringProperty(tlp.Graph, string n="")
  StringVectorProperty
tlp.StringVectorProperty(tlp.Graph, string n="")
  TreeTest
  TriconnectedTest
  Vec3f
tlp.Vec3f() tlp.Vec3f(float) tlp.Vec3f(float, float, float) tlp.Vec3f(tlp.Vec3f)
  Vec4f
tlp.Vec4f() tlp.Vec4f(float) tlp.Vec4f(float, float, float, float) tlp.Vec4f(tlp.Vec4f)
  WithDependency
tlp.WithDependency() tlp.WithDependency(tlp.WithDependency)
  WithParameter
tlp.WithParameter() tlp.WithParameter(tlp.WithParameter)
  edge
tlp.edge() tlp.edge(int) tlp.edge(tlp.edge)
  node
tlp.node() tlp.node(int) tlp.node(tlp.node)
Instance Methods [hide private]
 
__init__(tlp)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
(bool, string)

applyAlgorithm(tlp.Graph, tlp.DataSet dataSet=None, string alg="any")
...
 
copyToGraph(tlp.Graph, tlp.Graph, tlp.BooleanProperty inSelection=None, tlp.BooleanProperty outSelection=None)
...
string

getMajor(string)
...
string

getMinor(string)
...
bool

getSource(tlp.Graph, tlp.node)
...
tlp.Graph

importGraph(string, tlp.DataSet, tlp.Graph newGraph=None)
...
 
initTulipLib(str appDirPath=None)
...
tlp.Graph

loadGraph(string)
...
bool

loadPlugin(string, tlp.PluginLoader plug=None)
...
 
loadPlugins(tlp.PluginLoader plug=None)
...
 
loadPluginsCheckDependencies(tlp.PluginLoader loader=None)
...
 
loadPluginsFromDir(string, string, tlp.PluginLoader loader=None)
...
tlp.Graph

newCloneSubGraph(tlp.Graph, string name="unnamed")
...
tlp.Graph

newGraph()
...
tlp.Graph

newSubGraph(tlp.Graph, string name="unnamed")
...
 
removeFromGraph(tlp.Graph, tlp.BooleanProperty inSelection=None)
...
bool

saveGraph(tlp.Graph, string)
...
Class Variables [hide private]
  EDGE = 1
  NODE = 0
  TulipBitmapDir = ''
  TulipDocProfile = ''
  TulipLibDir = ''
  TulipPluginsPath = ''
  TulipUserHandBookIndex = ''
Method Details [hide private]

__init__(tlp)
(Constructor)

 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__