Uses of Class
org.jagatoo.loaders.models.ase.AseGeom

Packages that use AseGeom
org.jagatoo.loaders.models.ase ASE loader. 
 

Uses of AseGeom in org.jagatoo.loaders.models.ase
 

Subclasses of AseGeom in org.jagatoo.loaders.models.ase
 class AseGroup
          Object for the ASE node *GROUP.
 

Fields in org.jagatoo.loaders.models.ase with type parameters of type AseGeom
 java.util.Map<java.lang.String,AseGeom> AseGroup.objects
           
 

Methods in org.jagatoo.loaders.models.ase with parameters of type AseGeom
static void AseFile.updateHierarchyFromNodeParent(java.util.Map<java.lang.String,AseNode> objects, java.util.Map<java.lang.String,AseNode> allTopLevelObjects, AseGeom geom)
          Updates the hierarchy based on the NODE_PARENT field of the given AseGeom node.