|
__init__(tlp)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
unknown-type
|
angularResolutions(tlp.node,
tlp.Graph graph=None)
... |
|
|
float
|
averageAngularResolution(tlp.Graph graph=None)
... |
|
|
|
center(tlp.Graph graph=None)
... |
|
|
tlp.PropertyInterface
|
|
|
copy(tlp.node,
tlp.node,
tlp.PropertyInterface)
... |
|
|
int
|
|
float
|
|
|
|
string
|
|
list of tlp.Coord
|
getEdgeDefaultValue()
... |
|
|
string
|
|
list of tlp.Coord
|
getEdgeValue(tlp.edge)
... |
|
|
tlp.Coord
|
getMax(tlp.Graph graph=None)
... |
|
|
tlp.Coord
|
getMin(tlp.Graph graph=None)
... |
|
|
string
|
|
string
|
|
tlp.Coord
|
getNodeDefaultValue()
... |
|
|
string
|
|
tlp.Coord
|
getNodeValue(tlp.node)
... |
|
|
tlp.IteratorEdge
|
|
tlp.IteratorNode
|
|
string
|
|
|
normalize(tlp.Graph graph=None)
... |
|
|
|
|
|
|
|
rotateX(float,
tlp.IteratorNode,
tlp.IteratorEdge)
... |
|
|
|
rotateY(float,
tlp.IteratorNode,
tlp.IteratorEdge)
... |
|
|
|
rotateZ(float,
tlp.Graph graph=None)
... |
|
|
|
scale(tlp.Vec3f,
tlp.Graph graph=None)
... |
|
|
bool
|
|
|
setAllEdgeValue(list of tlp.Coord)
... |
|
|
bool
|
|
|
setAllNodeValue(tlp.Coord)
... |
|
|
bool
|
|
|
setEdgeValue(tlp.edge,
list of tlp.Coord)
... |
|
|
bool
|
|
|
setNodeValue(tlp.node,
tlp.Coord)
... |
|
|
|
translate(tlp.Vec3f,
tlp.Graph graph=None)
... |
|
|