|
__init__(tlp)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
tlp.PropertyInterface
|
|
|
copy(tlp.node,
tlp.node,
tlp.PropertyInterface)
... |
|
|
|
|
string
|
|
list of int
|
getEdgeDefaultValue()
... |
|
|
int
|
getEdgeEltValue(tlp.edge,
int)
... |
|
|
string
|
|
list of int
|
getEdgeValue(tlp.edge)
... |
|
|
string
|
|
string
|
|
list of int
|
getNodeDefaultValue()
... |
|
|
int
|
getNodeEltValue(tlp.node,
int)
... |
|
|
string
|
|
list of int
|
getNodeValue(tlp.node)
... |
|
|
tlp.IteratorEdge
|
|
tlp.IteratorNode
|
|
string
|
|
|
popBackEdgeEltValue(tlp.edge)
... |
|
|
|
popBackNodeEltValue(tlp.node)
... |
|
|
|
pushBackEdgeEltValue(tlp.edge,
int)
... |
|
|
|
pushBackNodeEltValue(tlp.node,
int)
... |
|
|
|
resizeEdgeValue(tlp.edge,
int,
int elt=0)
... |
|
|
|
resizeNodeValue(tlp.node,
int,
int elt=0)
... |
|
|
bool
|
|
|
setAllEdgeValue(list of int)
... |
|
|
bool
|
|
|
setAllNodeValue(list of int)
... |
|
|
|
setEdgeEltValue(tlp.edge,
int,
int)
... |
|
|
bool
|
|
|
setEdgeValue(tlp.edge,
list of int)
... |
|
|
|
setNodeEltValue(tlp.node,
int,
int)
... |
|
|
bool
|
|
|
setNodeValue(tlp.node,
list of int)
... |
|
|