pyvgx.Graph Miscellaneous Methods Description

pyvgx.Graph.ShowVertex()

Print a representation of internal data

pyvgx.Graph.VertexDescriptor()

Return vertex descriptor

pyvgx.Graph.ShowOpenVertices()

Print open vertices

pyvgx.Graph.DebugPrintAllocators()

Print allocator information

pyvgx.Graph.DebugCheckAllocators()

Perform allocator integrity check

pyvgx.Graph.DebugGetObjectByAddress()

Return an object by memory address

pyvgx.Graph.DebugFindObjectByIdentifier()

Return an object by its identifier

pyvgx.Graph.DebugDumpGraph()

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 )

8. pyvgx.Graph.DebugDumpGraph()

Print internal graph information.

pyvgx.Graph.DebugDumpGraph()

PYVGX