| pyvgx.Graph Miscellaneous Methods | Description |
|---|---|
Print a representation of internal data |
|
Return vertex descriptor |
|
Print open vertices |
|
Print allocator information |
|
Perform allocator integrity check |
|
Return an object by memory address |
|
Return an object by its identifier |
|
Print internal graph information |
1. pyvgx.Graph.ShowVertex()
Print vertex details
pyvgx.Graph.ShowVertex( id[, timeout ] )
2. pyvgx.Graph.VertexDescriptor()
Return vertex descriptor
pyvgx.Graph.VertexDescriptor( id )
3. pyvgx.Graph.ShowOpenVertices()
Print open vertices
pyvgx.Graph.ShowOpenVertices()
4. pyvgx.Graph.DebugPrintAllocators()
Print internal allocator information to stdout. Specify allocator name to dump a specific allocator.
pyvgx.Graph.DebugPrintAllocators( [ name ] )
5. pyvgx.Graph.DebugCheckAllocators()
Run internal allocator diagnostics. Specify name to run diagnostics for a specific allocator.
pyvgx.Graph.DebugCheckAllocators( [ name ] )
6. pyvgx.Graph.DebugGetObjectByAddress()
Return a VGX object located as memory address.
pyvgx.Graph.DebugGetObjectByAddress( address )
7. pyvgx.Graph.DebugFindObjectByIdentifier()
Return a VGX object with a specific identifier.
pyvgx.Graph.DebugFindObjectByIdentifier( identifier )
