Uses of Interface
crystalspace.jbind.interfaces.iengine.sector.iSector

Packages that use iSector
crystalspace.jbind.impl.engine.camera   
crystalspace.jbind.impl.engine.engine   
crystalspace.jbind.impl.engine.light   
crystalspace.jbind.impl.engine.movable   
crystalspace.jbind.impl.engine.portal   
crystalspace.jbind.impl.engine.region   
crystalspace.jbind.impl.engine.rview   
crystalspace.jbind.impl.engine.sector   
crystalspace.jbind.impl.map.ldrctxt   
crystalspace.jbind.interfaces.iengine.camera   
crystalspace.jbind.interfaces.iengine.engine   
crystalspace.jbind.interfaces.iengine.light   
crystalspace.jbind.interfaces.iengine.movable   
crystalspace.jbind.interfaces.iengine.portal   
crystalspace.jbind.interfaces.iengine.region   
crystalspace.jbind.interfaces.iengine.rview   
crystalspace.jbind.interfaces.iengine.sector   
crystalspace.jbind.interfaces.imap.ldrctxt   
 

Uses of iSector in crystalspace.jbind.impl.engine.camera
 

Methods in crystalspace.jbind.impl.engine.camera that return iSector
 iSector csCamera.getSector()
           
 

Methods in crystalspace.jbind.impl.engine.camera with parameters of type iSector
 void csCamera.setSector(iSector sector)
           
 

Uses of iSector in crystalspace.jbind.impl.engine.engine
 

Methods in crystalspace.jbind.impl.engine.engine that return iSector
 iSector csEngine.createSector(java.lang.String name)
           
 iSector csEngine.findSector(java.lang.String name, iRegion region)
           
 iSector csEngine.findSector(java.lang.String name)
           
 

Methods in crystalspace.jbind.impl.engine.engine with parameters of type iSector
 iMeshWrapper csEngine.createSectorWallsMesh(iSector sector, java.lang.String name)
           
 iMeshWrapper csEngine.createMeshWrapper(iMeshFactoryWrapper factory, java.lang.String name, iSector sector, csVector3 pos)
           
 iMeshWrapper csEngine.createMeshWrapper(iMeshFactoryWrapper factory, java.lang.String name, iSector sector)
           
 iMeshWrapper csEngine.createMeshWrapper(iMeshObject meshobj, java.lang.String name, iSector sector, csVector3 pos)
           
 iMeshWrapper csEngine.createMeshWrapper(iMeshObject meshobj, java.lang.String name, iSector sector)
           
 iMeshWrapper csEngine.createMeshWrapper(java.lang.String classid, java.lang.String name, iSector sector, csVector3 pos)
           
 iMeshWrapper csEngine.createMeshWrapper(java.lang.String classid, java.lang.String name, iSector sector)
           
 iMeshWrapper csEngine.createPortal(java.lang.String name, iMeshWrapper parentMesh, iSector destSector, csVector3 vertices, int num_vertices, iPortal portal)
           
 iMeshWrapper csEngine.createPortal(java.lang.String name, iSector sourceSector, csVector3 pos, iSector destSector, csVector3 vertices, int num_vertices, iPortal portal)
           
 iMeshWrapper csEngine.createPortalContainer(java.lang.String name, iSector sector, csVector3 pos)
           
 iMeshWrapper csEngine.createPortalContainer(java.lang.String name, iSector sector)
           
 iMeshWrapper csEngine.createThingMesh(iSector sector, java.lang.String name)
           
 int csEngine.getNearbyLights(iSector sector, csBox3 box, int flags, iLight[] lights, int max_num_lights)
           
 int csEngine.getNearbyLights(iSector sector, csVector3 pos, int flags, iLight[] lights, int max_num_lights)
           
 iMeshWrapperIterator csEngine.getNearbyMeshes(iSector sector, csVector3 pos, float radius, boolean crossPortals)
           
 iMeshWrapperIterator csEngine.getNearbyMeshes(iSector sector, csVector3 pos, float radius)
           
 iObjectIterator csEngine.getNearbyObjects(iSector sector, csVector3 pos, float radius, boolean crossPortals)
           
 iObjectIterator csEngine.getNearbyObjects(iSector sector, csVector3 pos, float radius)
           
 iSectorIterator csEngine.getNearbySectors(iSector sector, csVector3 pos, float radius)
           
 iMeshWrapperIterator csEngine.getVisibleMeshes(iSector sector, csFrustum frustum)
           
 iMeshWrapperIterator csEngine.getVisibleMeshes(iSector sector, csVector3 pos)
           
 iObjectIterator csEngine.getVisibleObjects(iSector sector, csFrustum frustum)
           
 iObjectIterator csEngine.getVisibleObjects(iSector sector, csVector3 pos)
           
 iMeshWrapper csEngine.loadMeshWrapper(java.lang.String name, java.lang.String loaderClassId, iDataBuffer input, iSector sector, csVector3 pos)
           
 

Uses of iSector in crystalspace.jbind.impl.engine.light
 

Methods in crystalspace.jbind.impl.engine.light that return iSector
 iSector csLight.getSector()
           
 iSector csLightIterator.getLastSector()
           
 

Methods in crystalspace.jbind.impl.engine.light with parameters of type iSector
 void csLightCallback.onSectorChange(iLight light, iSector newsector)
           
 

Uses of iSector in crystalspace.jbind.impl.engine.movable
 

Methods in crystalspace.jbind.impl.engine.movable with parameters of type iSector
 void csMovable.setPosition(iSector home, csVector3 v)
           
 void csMovable.setSector(iSector sector)
           
 

Uses of iSector in crystalspace.jbind.impl.engine.portal
 

Methods in crystalspace.jbind.impl.engine.portal that return iSector
 iSector csPortal.getSector()
           
 

Methods in crystalspace.jbind.impl.engine.portal with parameters of type iSector
 void csPortal.setSector(iSector s)
           
 

Uses of iSector in crystalspace.jbind.impl.engine.region
 

Methods in crystalspace.jbind.impl.engine.region that return iSector
 iSector csRegion.findSector(java.lang.String iName)
           
 

Uses of iSector in crystalspace.jbind.impl.engine.rview
 

Methods in crystalspace.jbind.impl.engine.rview that return iSector
 iSector csRenderView.getPreviousSector()
           
 iSector csRenderView.getThisSector()
           
 

Methods in crystalspace.jbind.impl.engine.rview with parameters of type iSector
 void csRenderView.setPreviousSector(iSector s)
           
 void csRenderView.setThisSector(iSector s)
           
 

Uses of iSector in crystalspace.jbind.impl.engine.sector
 

Classes in crystalspace.jbind.impl.engine.sector that implement iSector
 class csSector
           
 

Methods in crystalspace.jbind.impl.engine.sector that return iSector
 iSector csSector.followSegment(csReversibleTransform t, csVector3 new_position, boolean mirror, boolean only_portals)
           
 iSector csSector.followSegment(csReversibleTransform t, csVector3 new_position, boolean mirror)
           
 iSector csSectorIterator.next()
           
 iSector csSectorList.findByName(java.lang.String Name)
           
 iSector csSectorList.get(int n)
           
 

Methods in crystalspace.jbind.impl.engine.sector with parameters of type iSector
 void csSectorCallback.traverse(iSector sector, iBase context)
           
 int csSectorList.add(iSector obj)
           
 int csSectorList.find(iSector obj)
           
 boolean csSectorList.remove(iSector obj)
           
 

Uses of iSector in crystalspace.jbind.impl.map.ldrctxt
 

Methods in crystalspace.jbind.impl.map.ldrctxt that return iSector
 iSector csLoaderContext.findSector(java.lang.String name)
           
 

Uses of iSector in crystalspace.jbind.interfaces.iengine.camera
 

Methods in crystalspace.jbind.interfaces.iengine.camera that return iSector
 iSector iCamera.getSector()
          Get the current sector.
 

Methods in crystalspace.jbind.interfaces.iengine.camera with parameters of type iSector
 void iCamera.setSector(iSector sector)
          Move to another sector.
 

Uses of iSector in crystalspace.jbind.interfaces.iengine.engine
 

Methods in crystalspace.jbind.interfaces.iengine.engine that return iSector
 iSector iEngine.createSector(java.lang.String name)
          Create a empty sector with given name.
 iSector iEngine.findSector(java.lang.String name)
          Find the given sector.
 iSector iEngine.findSector(java.lang.String name, iRegion region)
          Find the given sector.
 

Methods in crystalspace.jbind.interfaces.iengine.engine with parameters of type iSector
 iMeshWrapper iEngine.createSectorWallsMesh(iSector sector, java.lang.String name)
          Convenience function to create the thing containing the convex outline of a sector.
 iMeshWrapper iEngine.createThingMesh(iSector sector, java.lang.String name)
          Convenience function to create a thing mesh in a sector.
 iMeshWrapper iEngine.createMeshWrapper(iMeshFactoryWrapper factory, java.lang.String name, iSector sector)
          Convenience function to create a mesh object for a given factory.
 iMeshWrapper iEngine.createMeshWrapper(iMeshFactoryWrapper factory, java.lang.String name, iSector sector, csVector3 pos)
          Convenience function to create a mesh object for a given factory.
 iMeshWrapper iEngine.createMeshWrapper(iMeshObject meshobj, java.lang.String name, iSector sector)
          Create a mesh wrapper for an existing mesh object.
 iMeshWrapper iEngine.createMeshWrapper(iMeshObject meshobj, java.lang.String name, iSector sector, csVector3 pos)
          Create a mesh wrapper for an existing mesh object.
 iMeshWrapper iEngine.createMeshWrapper(java.lang.String classid, java.lang.String name, iSector sector)
          Create a mesh wrapper from a class id.
 iMeshWrapper iEngine.createMeshWrapper(java.lang.String classid, java.lang.String name, iSector sector, csVector3 pos)
          Create a mesh wrapper from a class id.
 iMeshWrapper iEngine.loadMeshWrapper(java.lang.String name, java.lang.String loaderClassId, iDataBuffer input, iSector sector, csVector3 pos)
          Convenience function to load a mesh object from a given loader plugin.
 iMeshWrapper iEngine.createPortalContainer(java.lang.String name, iSector sector)
          Create an empty portal container in some sector.
 iMeshWrapper iEngine.createPortalContainer(java.lang.String name, iSector sector, csVector3 pos)
          Create an empty portal container in some sector.
 iMeshWrapper iEngine.createPortal(java.lang.String name, iMeshWrapper parentMesh, iSector destSector, csVector3 vertices, int num_vertices, iPortal portal)
          Conveniance function to create a portal from one sector to another and make this portal a child mesh of another mesh.
 iMeshWrapper iEngine.createPortal(java.lang.String name, iSector sourceSector, csVector3 pos, iSector destSector, csVector3 vertices, int num_vertices, iPortal portal)
          Conveniance function to create a portal from one sector to another.
 int iEngine.getNearbyLights(iSector sector, csVector3 pos, int flags, iLight[] lights, int max_num_lights)
          This routine returns all lights which might affect an object at some position according to the following flags:
 int iEngine.getNearbyLights(iSector sector, csBox3 box, int flags, iLight[] lights, int max_num_lights)
          This routine returns all lights which might affect an object with some bounding box according to the following flags:
 iSectorIterator iEngine.getNearbySectors(iSector sector, csVector3 pos, float radius)
          This routine returns an iterator to iterate over all nearby sectors.
 iObjectIterator iEngine.getNearbyObjects(iSector sector, csVector3 pos, float radius)
          This routine returns an iterator to iterate over all objects that are within a radius of a given position.
 iObjectIterator iEngine.getNearbyObjects(iSector sector, csVector3 pos, float radius, boolean crossPortals)
          This routine returns an iterator to iterate over all objects that are within a radius of a given position.
 iMeshWrapperIterator iEngine.getNearbyMeshes(iSector sector, csVector3 pos, float radius)
          This routine returns an iterator to iterate over all meshes that are within a radius of a given position.
 iMeshWrapperIterator iEngine.getNearbyMeshes(iSector sector, csVector3 pos, float radius, boolean crossPortals)
          This routine returns an iterator to iterate over all meshes that are within a radius of a given position.
 iObjectIterator iEngine.getVisibleObjects(iSector sector, csVector3 pos)
          This routine returns an iterator to iterate over all objects that are potentially visible as seen from a given position.
 iMeshWrapperIterator iEngine.getVisibleMeshes(iSector sector, csVector3 pos)
          This routine returns an iterator to iterate over all meshes that are potentially visible as seen from a given position.
 iObjectIterator iEngine.getVisibleObjects(iSector sector, csFrustum frustum)
          This routine returns an iterator to iterate over all objects that are potentially visible as seen from a given position.
 iMeshWrapperIterator iEngine.getVisibleMeshes(iSector sector, csFrustum frustum)
          This routine returns an iterator to iterate over all meshes that are potentially visible as seen from a given position.
 

Uses of iSector in crystalspace.jbind.interfaces.iengine.light
 

Methods in crystalspace.jbind.interfaces.iengine.light that return iSector
 iSector iLight.getSector()
          Get the sector for this light.
 iSector iLightIterator.getLastSector()
          Get the sector for the last fetched light.
 

Methods in crystalspace.jbind.interfaces.iengine.light with parameters of type iSector
 void iLightCallback.onSectorChange(iLight light, iSector newsector)
          Sector will be changed.
 

Uses of iSector in crystalspace.jbind.interfaces.iengine.movable
 

Methods in crystalspace.jbind.interfaces.iengine.movable with parameters of type iSector
 void iMovable.setPosition(iSector home, csVector3 v)
          Set the transformation vector and sector to move to some position.
 void iMovable.setSector(iSector sector)
          Initialize the list of sectors to one sector where this thing is.
 

Uses of iSector in crystalspace.jbind.interfaces.iengine.portal
 

Methods in crystalspace.jbind.interfaces.iengine.portal that return iSector
 iSector iPortal.getSector()
          Return the sector that this portal points too.Implemented in csPortal.
 

Methods in crystalspace.jbind.interfaces.iengine.portal with parameters of type iSector
 void iPortal.setSector(iSector s)
          Set the sector that this portal points too.
 

Uses of iSector in crystalspace.jbind.interfaces.iengine.region
 

Methods in crystalspace.jbind.interfaces.iengine.region that return iSector
 iSector iRegion.findSector(java.lang.String iName)
          Find a sector in this region by name.
 

Uses of iSector in crystalspace.jbind.interfaces.iengine.rview
 

Methods in crystalspace.jbind.interfaces.iengine.rview that return iSector
 iSector iRenderView.getPreviousSector()
          Get previous sector
 iSector iRenderView.getThisSector()
          Get current sector
 

Methods in crystalspace.jbind.interfaces.iengine.rview with parameters of type iSector
 void iRenderView.setPreviousSector(iSector s)
          Set the previous sector
 void iRenderView.setThisSector(iSector s)
          Set the current sector
 

Uses of iSector in crystalspace.jbind.interfaces.iengine.sector
 

Methods in crystalspace.jbind.interfaces.iengine.sector that return iSector
 iSector iSector.followSegment(csReversibleTransform t, csVector3 new_position, boolean mirror)
          Follow a segment starting at this sector.
 iSector iSector.followSegment(csReversibleTransform t, csVector3 new_position, boolean mirror, boolean only_portals)
          Follow a segment starting at this sector.
 iSector iSectorList.findByName(java.lang.String Name)
          Find a sector by name.
 iSector iSectorList.get(int n)
          Return a sector by index.
 iSector iSectorIterator.next()
          Get sector from iterator.
 

Methods in crystalspace.jbind.interfaces.iengine.sector with parameters of type iSector
 int iSectorList.add(iSector obj)
          Add a sector.
 int iSectorList.find(iSector obj)
          Find a sector and return its index.
 boolean iSectorList.remove(iSector obj)
          Remove a sector.
 void iSectorCallback.traverse(iSector sector, iBase context)
          Sector will be traversed.
 

Uses of iSector in crystalspace.jbind.interfaces.imap.ldrctxt
 

Methods in crystalspace.jbind.interfaces.imap.ldrctxt that return iSector
 iSector iLoaderContext.findSector(java.lang.String name)
          Find a sector.