Uses of Interface
crystalspace.jbind.interfaces.igeom.objmodel.iObjectModel

Packages that use iObjectModel
crystalspace.jbind.impl.csgeom.objmodel   
crystalspace.jbind.impl.engine.viscul   
crystalspace.jbind.impl.mesh.object   
crystalspace.jbind.interfaces.iengine.viscul   
crystalspace.jbind.interfaces.igeom.objmodel   
crystalspace.jbind.interfaces.imesh.object   
 

Uses of iObjectModel in crystalspace.jbind.impl.csgeom.objmodel
 

Classes in crystalspace.jbind.impl.csgeom.objmodel that implement iObjectModel
 class csObjectModel
           
 

Methods in crystalspace.jbind.impl.csgeom.objmodel with parameters of type iObjectModel
 void csObjectModelListener.objectModelChanged(iObjectModel model)
           
 

Uses of iObjectModel in crystalspace.jbind.impl.engine.viscul
 

Methods in crystalspace.jbind.impl.engine.viscul that return iObjectModel
 iObjectModel csVisibilityObject.getObjectModel()
           
 

Uses of iObjectModel in crystalspace.jbind.impl.mesh.object
 

Methods in crystalspace.jbind.impl.mesh.object that return iObjectModel
 iObjectModel csMeshObject.getObjectModel()
           
 iObjectModel csMeshObjectFactory.getObjectModel()
           
 

Uses of iObjectModel in crystalspace.jbind.interfaces.iengine.viscul
 

Methods in crystalspace.jbind.interfaces.iengine.viscul that return iObjectModel
 iObjectModel iVisibilityObject.getObjectModel()
          Get the object model corresponding with this object.
 

Uses of iObjectModel in crystalspace.jbind.interfaces.igeom.objmodel
 

Methods in crystalspace.jbind.interfaces.igeom.objmodel with parameters of type iObjectModel
 void iObjectModelListener.objectModelChanged(iObjectModel model)
          The object model has changed.
 

Uses of iObjectModel in crystalspace.jbind.interfaces.imesh.object
 

Methods in crystalspace.jbind.interfaces.imesh.object that return iObjectModel
 iObjectModel iMeshObject.getObjectModel()
          Get the generic interface describing the geometry of this mesh.
 iObjectModel iMeshObjectFactory.getObjectModel()
          Get the generic interface describing the geometry of this mesh factory.