Parser classes for importing 3D structures



Interfaces
 InterfaceDescription
 IParser The IParser interface defines the interface that parser classes such as ColladaParser must implement.
Classes
 ClassDescription
 AParser ABSTRACT CLASS - super class for all parser objects.
 ASEParser Transforms an ASE file into Sandy geometries.
 ColladaParser Transforms a COLLADA XML Document into Sandy geometries.
 Parser The Parser factory class creates instances of parser classes.
 Parser3DS Transforms a 3DS file into Sandy geometries.
 Parser3DSChunkTypes Static class that defines the chunks offsets of 3DS file.
 ParserEvent Events that are used by the Parser classes.