Warning, /sdk/codevis/lvtldr/README.md is written in an unsupported language. File is not indexed.

0001 # lvtldr: Physical Loader
0002 
0003 lvtldr houses the code that loads physical graphs from the code database
0004 into the graphics scene. If we get around to modernising the class graph loader,
0005 that would go here too.
0006 
0007 ## Layout
0008 - lakosiannode: All LakosianNode pointers in lvtldr are owned by GraphStorage
0009   in this component.
0010 - physicalloader: This component implements the loading policy for physical
0011   graphs
0012 - graphloader: This component collates all vertices to be added to the graph,
0013   finds all of the appropriate edges between these vertices, and adds everything
0014   in a safe (parents before children) order to the lvtshr::IGraphLoader
0015 
0016 ## Loading Policy
0017 See doc/loading.md