|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of iPointer in crystalspace.jbind.impl |
Classes in crystalspace.jbind.impl that implement iPointer | |
class |
csNativeByteArray
|
class |
csNativeIntArray
|
class |
csNativeObject
All crystal space Java wrapper which wrap a native object, subclass this class. |
class |
csPointer
|
Fields in crystalspace.jbind.impl declared as iPointer | |
protected iPointer |
csNativeObject.nPointer
This variable store the value of the native pointer |
Methods in crystalspace.jbind.impl that return iPointer | |
protected static iPointer |
csNativeObject.newNativeObject(long nativePointer,
iPointer caller,
java.lang.Class cClass)
This method create new native object or send back a reference of the caller. |
static iPointer |
csNOM.getImplPoolS(java.lang.String interfaceName,
iPointer nPointer)
Try to return a pooled java peer object for the given interface, with the given native pointer. |
iPointer |
csNOM.getImplPool(java.lang.String interfaceName,
iPointer nPointer)
Try to return a pooled java peer object for the given interface, with the given native pointer. |
static iPointer[] |
csNOM.getNativeObjectS(iJPointer javaPointer)
This method return all the native implementation for a java interface. |
iPointer[] |
csNOM.getNativeObject(iJPointer javaPointer)
This method return all the native implementation for a java interface. |
static iPointer |
csNOM.getNativeObjectForInterfaceS(iJPointer javaPointer,
java.lang.Class cClass)
This method return all the native implementation for a java interface. |
iPointer |
csNOM.getNativeObjectForInterface(iJPointer javaPointer,
java.lang.Class cClass)
This method return all the native implementation for a java interface. |
static iPointer |
csNOM.getFirstNativeObjectS(iJPointer javaPointer)
This method return the first native implementation for a java interface. |
iPointer |
csNOM.getFirstNativeObject(iJPointer javaPointer)
This method return the first native implementation for a java interface. |
static iPointer |
csNOM.getImplS(long iInterfaceID,
iPointer nPointer)
Return the java peer object corresponding to the given interface. |
iPointer |
csNOM.getImpl(long iInterfaceID,
iPointer nPointer)
Return the java peer object corresponding to the given interface. |
static iPointer |
csNOM.getImplS(java.lang.String interfaceName,
iPointer nPointer)
Return the java peer object corresponding to the given interface. |
iPointer |
csNOM.getImpl(java.lang.String interfaceName,
iPointer nPointer)
Return the java peer object corresponding to the given interface. |
Methods in crystalspace.jbind.impl with parameters of type iPointer | |
static long |
csNativeObject.getPointer(iPointer pointer)
Return the value of the pointer given as parameter. |
protected static iPointer |
csNativeObject.newNativeObject(long nativePointer,
iPointer caller,
java.lang.Class cClass)
This method create new native object or send back a reference of the caller. |
protected static long[] |
csNativeObject.getPointerArray(iPointer[] pointerList)
|
static iPointer |
csNOM.getImplPoolS(java.lang.String interfaceName,
iPointer nPointer)
Try to return a pooled java peer object for the given interface, with the given native pointer. |
iPointer |
csNOM.getImplPool(java.lang.String interfaceName,
iPointer nPointer)
Try to return a pooled java peer object for the given interface, with the given native pointer. |
static void |
csNOM.addJavaObjectNativeObjectLinkS(iJPointer javaPointer,
iPointer nativePointer)
Link a java interface with the native peer implementation |
void |
csNOM.addJavaObjectNativeObjectLink(iJPointer javaPointer,
iPointer nativePointer)
Link a java interface with the native peer implementation |
static void |
csNOM.addNativeObjectS(iPointer pointer)
Add a reference to a newly created native object. |
void |
csNOM.addNativeObject(iPointer pointer)
Add a reference to a newly created native object. |
static void |
csNOM.setAsAvailableS(java.lang.String interfaceName,
iPointer nPointer)
Set the java peer object for the given interface available for reuse. |
void |
csNOM.setAsAvailable(java.lang.String interfaceName,
iPointer nPointer)
Set the java peer object for the given interface available for reuse. |
static iPointer |
csNOM.getImplS(long iInterfaceID,
iPointer nPointer)
Return the java peer object corresponding to the given interface. |
iPointer |
csNOM.getImpl(long iInterfaceID,
iPointer nPointer)
Return the java peer object corresponding to the given interface. |
static iPointer |
csNOM.getImplS(java.lang.String interfaceName,
iPointer nPointer)
Return the java peer object corresponding to the given interface. |
iPointer |
csNOM.getImpl(java.lang.String interfaceName,
iPointer nPointer)
Return the java peer object corresponding to the given interface. |
Constructors in crystalspace.jbind.impl with parameters of type iPointer | |
csNativeObject(iPointer nPointer)
Create a java object which points to the native object nPointer. |
|
csNativeIntArray(iPointer nPointer,
int length)
|
|
csNativeByteArray(iPointer nPointer,
int length)
|
Uses of iPointer in crystalspace.jbind.impl.csgeom.box |
Classes in crystalspace.jbind.impl.csgeom.box that implement iPointer | |
class |
csBox2
A bounding box in 2D space. |
class |
csBox3
A bounding box in 3D space. |
Constructors in crystalspace.jbind.impl.csgeom.box with parameters of type iPointer | |
csBox3(iPointer nPointer)
|
|
csBox2(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csgeom.clip2d |
Classes in crystalspace.jbind.impl.csgeom.clip2d that implement iPointer | |
class |
csClipper2D
|
class |
csVertexStatus
The clipper can output additional information about each vertex in output polygon. |
Constructors in crystalspace.jbind.impl.csgeom.clip2d with parameters of type iPointer | |
csVertexStatus(iPointer nPointer)
|
|
csClipper2D(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csgeom.csrect |
Classes in crystalspace.jbind.impl.csgeom.csrect that implement iPointer | |
class |
csRect
Rectangle class: simple class for manipulating 2D rectangles. |
Constructors in crystalspace.jbind.impl.csgeom.csrect with parameters of type iPointer | |
csRect(iPointer nPointer)
Create a java csRect object which points to the native csRect nPointer. |
Uses of iPointer in crystalspace.jbind.impl.csgeom.frustum |
Classes in crystalspace.jbind.impl.csgeom.frustum that implement iPointer | |
class |
csClipInfo
Structure for use with ClipToPlane. |
class |
csFrustum
A general frustum. |
Constructors in crystalspace.jbind.impl.csgeom.frustum with parameters of type iPointer | |
csFrustum(iPointer nPointer)
|
|
csClipInfo(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csgeom.math3d_d |
Classes in crystalspace.jbind.impl.csgeom.math3d_d that implement iPointer | |
class |
csDVector3
A 3D vector. |
Constructors in crystalspace.jbind.impl.csgeom.math3d_d with parameters of type iPointer | |
csDVector3(iPointer nPointer)
Create a java csDVector3 object which points to the native csDVector3 nPointer. |
Uses of iPointer in crystalspace.jbind.impl.csgeom.matrix3 |
Classes in crystalspace.jbind.impl.csgeom.matrix3 that implement iPointer | |
class |
csMatrix3
A 3x3 matrix. |
Constructors in crystalspace.jbind.impl.csgeom.matrix3 with parameters of type iPointer | |
csMatrix3(iPointer nPointer)
Create a java csMatrix3 object which points to the native csMatrix3 nPointer. |
Uses of iPointer in crystalspace.jbind.impl.csgeom.objmodel |
Classes in crystalspace.jbind.impl.csgeom.objmodel that implement iPointer | |
class |
csObjectModel
|
class |
csObjectModelListener
|
Constructors in crystalspace.jbind.impl.csgeom.objmodel with parameters of type iPointer | |
csObjectModel(iPointer nPointer)
|
|
csObjectModelListener(iPointer nPointer)
|
|
csObjectModelListener(iPointer nPointer,
iObjectModelListener handler)
|
Uses of iPointer in crystalspace.jbind.impl.csgeom.plane2 |
Classes in crystalspace.jbind.impl.csgeom.plane2 that implement iPointer | |
class |
csPlane2
A plane in 2D space. |
Constructors in crystalspace.jbind.impl.csgeom.plane2 with parameters of type iPointer | |
csPlane2(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csgeom.plane3 |
Classes in crystalspace.jbind.impl.csgeom.plane3 that implement iPointer | |
class |
csPlane3
A plane in 3D space. |
Constructors in crystalspace.jbind.impl.csgeom.plane3 with parameters of type iPointer | |
csPlane3(iPointer nPointer)
Create a java csPlane3 object which points to the native csPlane3 nPointer. |
Uses of iPointer in crystalspace.jbind.impl.csgeom.poly2d |
Classes in crystalspace.jbind.impl.csgeom.poly2d that implement iPointer | |
class |
csPoly2D
The following class represents a general 2D polygon with a bounding box. |
Constructors in crystalspace.jbind.impl.csgeom.poly2d with parameters of type iPointer | |
csPoly2D(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csgeom.polymesh |
Classes in crystalspace.jbind.impl.csgeom.polymesh that implement iPointer | |
class |
csMeshedPolygon
A polygon. |
class |
csMeshedPolygonArray
|
class |
csPolygonMesh
|
Constructors in crystalspace.jbind.impl.csgeom.polymesh with parameters of type iPointer | |
csMeshedPolygon(iPointer nPointer)
|
|
csPolygonMesh(iPointer nPointer)
|
|
csMeshedPolygonArray(iPointer nPointer,
int length)
|
Uses of iPointer in crystalspace.jbind.impl.csgeom.quaterni |
Classes in crystalspace.jbind.impl.csgeom.quaterni that implement iPointer | |
class |
csQuaternion
Class for a quaternion. |
Constructors in crystalspace.jbind.impl.csgeom.quaterni with parameters of type iPointer | |
csQuaternion(iPointer nPointer)
Create a java csQuaternion object which points to the native csQuaternion nPointer. |
Uses of iPointer in crystalspace.jbind.impl.csgeom.segment |
Classes in crystalspace.jbind.impl.csgeom.segment that implement iPointer | |
class |
csSegment2
A 2D line segment. |
class |
csSegment3
A 3D line segment. |
Constructors in crystalspace.jbind.impl.csgeom.segment with parameters of type iPointer | |
csSegment2(iPointer nPointer)
|
|
csSegment3(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csgeom.sphere |
Classes in crystalspace.jbind.impl.csgeom.sphere that implement iPointer | |
class |
csSphere
This class represents a sphere. |
Constructors in crystalspace.jbind.impl.csgeom.sphere with parameters of type iPointer | |
csSphere(iPointer nPointer)
Create a java csSphere object which points to the native csSphere nPointer. |
Uses of iPointer in crystalspace.jbind.impl.csgeom.transfrm |
Classes in crystalspace.jbind.impl.csgeom.transfrm that implement iPointer | |
class |
csOrthoTransform
A class which defines a reversible transformation from one coordinate system to another by maintaining an inverse transformation matrix. |
class |
csReversibleTransform
A class which defines a reversible transformation from one coordinate system to another by maintaining an inverse transformation matrix. |
class |
csTransform
A class which defines a transformation from one coordinate system to another. |
Constructors in crystalspace.jbind.impl.csgeom.transfrm with parameters of type iPointer | |
csOrthoTransform(iPointer pointer)
Create a java csOrthoTransform object which points to the native csOrthoTransform nPointer. |
|
csTransform(iPointer nPointer)
Create a java csTransform object which points to the native csTransform nPointer. |
|
csReversibleTransform(iPointer pointer)
Create a java csReversibleTransform object which points to the native csReversibleTransform nPointer. |
Uses of iPointer in crystalspace.jbind.impl.csgeom.tri |
Classes in crystalspace.jbind.impl.csgeom.tri that implement iPointer | |
class |
csTriangle
A triangle. |
class |
csTriangleArray
|
Constructors in crystalspace.jbind.impl.csgeom.tri with parameters of type iPointer | |
csTriangle(iPointer nPointer)
|
|
csTriangleArray(iPointer nPointer,
int length)
|
Uses of iPointer in crystalspace.jbind.impl.csgeom.vector2 |
Classes in crystalspace.jbind.impl.csgeom.vector2 that implement iPointer | |
class |
csVector2
|
class |
csVector2Array
|
Constructors in crystalspace.jbind.impl.csgeom.vector2 with parameters of type iPointer | |
csVector2(iPointer nPointer)
Create a java csVector2 object which points to the native csVector2 nPointer. |
|
csVector2Array(iPointer nPointer,
int length)
|
Uses of iPointer in crystalspace.jbind.impl.csgeom.vector3 |
Classes in crystalspace.jbind.impl.csgeom.vector3 that implement iPointer | |
class |
csVector3
A 3D vector. |
class |
csVector3Array
|
Constructors in crystalspace.jbind.impl.csgeom.vector3 with parameters of type iPointer | |
csVector3(iPointer nPointer)
Create a java csVector3 object which points to the native csVector3 nPointer. |
|
csVector3Array(iPointer nPointer,
int length)
|
Uses of iPointer in crystalspace.jbind.impl.csgeom.vector4 |
Classes in crystalspace.jbind.impl.csgeom.vector4 that implement iPointer | |
class |
csDVector4
A 4D vector. |
class |
csVector4
A 4D vector. |
Constructors in crystalspace.jbind.impl.csgeom.vector4 with parameters of type iPointer | |
csVector4(iPointer nPointer)
|
|
csDVector4(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csgeom.vtpool |
Classes in crystalspace.jbind.impl.csgeom.vtpool that implement iPointer | |
class |
csVertexArrayPool
This is a generalized vertex array pool. |
Constructors in crystalspace.jbind.impl.csgeom.vtpool with parameters of type iPointer | |
csVertexArrayPool(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csgfx.rgbpixel |
Classes in crystalspace.jbind.impl.csgfx.rgbpixel that implement iPointer | |
class |
csRGBcolor
An RGB color. |
class |
csRGBpixel
An RGB pixel. |
Constructors in crystalspace.jbind.impl.csgfx.rgbpixel with parameters of type iPointer | |
csRGBpixel(iPointer nPointer)
|
|
csRGBcolor(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csgfx.shadervar |
Classes in crystalspace.jbind.impl.csgfx.shadervar that implement iPointer | |
class |
csShaderVariable
|
class |
csShaderVariableAccessor
|
class |
csShaderVariableProxy
|
class |
csShaderVariableProxyList
Sorted list of shadervariables |
Methods in crystalspace.jbind.impl.csgfx.shadervar that return iPointer | |
iPointer |
csShaderVariableProxy.userData()
|
Methods in crystalspace.jbind.impl.csgfx.shadervar with parameters of type iPointer | |
int |
csShaderVariableProxyList.findKey(iPointer key)
Find an element based on some key. |
int |
csShaderVariableProxyList.findSortedKey(iPointer key)
Find an element based on some key, using a csShaderVariableProxyListCompareKeyFunction. |
int |
csShaderVariableProxyList.findSortedKey(iPointer key,
int candidate)
Find an element based on some key, using a csShaderVariableProxyListCompareKeyFunction. |
void |
csShaderVariableProxy.userData(iPointer ud)
|
Constructors in crystalspace.jbind.impl.csgfx.shadervar with parameters of type iPointer | |
csShaderVariable(iPointer nPointer)
|
|
csShaderVariableProxyList(iPointer nPointer)
|
|
csShaderVariableAccessor(iPointer nPointer)
|
|
csShaderVariableAccessor(iPointer nPointer,
iShaderVariableAccessor handler)
|
|
csShaderVariableProxy(iPointer nPointer)
|
|
csShaderVariableProxy(long name,
iPointer ud)
|
|
csShaderVariableProxy(long name,
iPointer ud,
csShaderVariable realplace)
|
Uses of iPointer in crystalspace.jbind.impl.cstool.csview |
Classes in crystalspace.jbind.impl.cstool.csview that implement iPointer | |
class |
csView
|
Uses of iPointer in crystalspace.jbind.impl.cstool.initapp |
Classes in crystalspace.jbind.impl.cstool.initapp that implement iPointer | |
class |
csInitializer
|
Constructors in crystalspace.jbind.impl.cstool.initapp with parameters of type iPointer | |
csInitializer(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.cstool.rendermeshlist |
Classes in crystalspace.jbind.impl.cstool.rendermeshlist that implement iPointer | |
class |
csRenderMeshList
This class is used when we need to store, sort and then render a list of rendermeshes. |
Constructors in crystalspace.jbind.impl.cstool.rendermeshlist with parameters of type iPointer | |
csRenderMeshList(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.cache |
Classes in crystalspace.jbind.impl.csutil.cache that implement iPointer | |
class |
csCacheManager
|
Methods in crystalspace.jbind.impl.csutil.cache with parameters of type iPointer | |
boolean |
csCacheManager.cacheData(iPointer data,
int size,
java.lang.String type,
java.lang.String scope,
int id)
|
Constructors in crystalspace.jbind.impl.csutil.cache with parameters of type iPointer | |
csCacheManager(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.cfgfile |
Classes in crystalspace.jbind.impl.csutil.cfgfile that implement iPointer | |
class |
csConfigFile
|
class |
csConfigIterator
|
Constructors in crystalspace.jbind.impl.csutil.cfgfile with parameters of type iPointer | |
csConfigFile(iPointer nPointer)
|
|
csConfigIterator(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.cfgmgr |
Classes in crystalspace.jbind.impl.csutil.cfgmgr that implement iPointer | |
class |
csConfigManager
|
Constructors in crystalspace.jbind.impl.csutil.cfgmgr with parameters of type iPointer | |
csConfigManager(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.cmdhelp |
Classes in crystalspace.jbind.impl.csutil.cmdhelp that implement iPointer | |
class |
csCommandLineHelper
|
Constructors in crystalspace.jbind.impl.csutil.cmdhelp with parameters of type iPointer | |
csCommandLineHelper(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.cmdline |
Classes in crystalspace.jbind.impl.csutil.cmdline that implement iPointer | |
class |
csCommandLineParser
|
Constructors in crystalspace.jbind.impl.csutil.cmdline with parameters of type iPointer | |
csCommandLineParser(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.comp |
Classes in crystalspace.jbind.impl.csutil.comp that implement iPointer | |
class |
csComponent
|
Constructors in crystalspace.jbind.impl.csutil.comp with parameters of type iPointer | |
csComponent(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.cscolor |
Classes in crystalspace.jbind.impl.csutil.cscolor that implement iPointer | |
class |
csColor
A class used to represent a color in RGB space. |
Constructors in crystalspace.jbind.impl.csutil.cscolor with parameters of type iPointer | |
csColor(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.csinput |
Classes in crystalspace.jbind.impl.csutil.csinput that implement iPointer | |
class |
csKeyboardDriver
|
class |
csKeyComposer
|
Constructors in crystalspace.jbind.impl.csutil.csinput with parameters of type iPointer | |
csKeyboardDriver(iPointer nPointer)
|
|
csKeyComposer(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.databuff |
Classes in crystalspace.jbind.impl.csutil.databuff that implement iPointer | |
class |
csDataBuffer
|
Constructors in crystalspace.jbind.impl.csutil.databuff with parameters of type iPointer | |
csDataBuffer(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.event |
Classes in crystalspace.jbind.impl.csutil.event that implement iPointer | |
class |
csEvent
|
class |
csEventCommandData
Command event data in iEvent. |
class |
csEventCord
|
class |
csEventHandler
|
class |
csEventJoystickData
|
class |
csEventMouseData
|
class |
csEventNetworkData
|
class |
csEventOutlet
|
class |
csEventPlug
|
class |
csKeyEventData
|
Methods in crystalspace.jbind.impl.csutil.event that return iPointer | |
iPointer |
csEventCommandData.info()
Command info. |
Methods in crystalspace.jbind.impl.csutil.event with parameters of type iPointer | |
void |
csEventCommandData.info(iPointer i)
|
void |
csEventOutlet.broadcast(int iCode,
iPointer iInfo)
|
void |
csEventOutlet.immediateBroadcast(int iCode,
iPointer iInfo)
|
Constructors in crystalspace.jbind.impl.csutil.event with parameters of type iPointer | |
csEvent(iPointer nPointer)
|
|
csEventHandler(iPointer nPointer)
|
|
csEventHandler(iPointer nPointer,
iEventHandler handler)
|
|
csEventCommandData(iPointer nPointer)
|
|
csEventNetworkData(iPointer nPointer)
|
|
csEventMouseData(iPointer nPointer)
|
|
csEventJoystickData(iPointer nPointer)
|
|
csKeyEventData(iPointer nPointer)
|
|
csEventCord(iPointer nPointer)
|
|
csEventOutlet(iPointer nPointer)
|
|
csEventPlug(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.eventq |
Classes in crystalspace.jbind.impl.csutil.eventq that implement iPointer | |
class |
csEventQueue
|
Constructors in crystalspace.jbind.impl.csutil.eventq with parameters of type iPointer | |
csEventQueue(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.evoutlet |
Methods in crystalspace.jbind.impl.csutil.evoutlet with parameters of type iPointer | |
void |
csEventOutlet.broadcast(int iCode,
iPointer iInfo)
|
void |
csEventOutlet.immediateBroadcast(int iCode,
iPointer iInfo)
|
Constructors in crystalspace.jbind.impl.csutil.evoutlet with parameters of type iPointer | |
csEventOutlet(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.flags |
Classes in crystalspace.jbind.impl.csutil.flags that implement iPointer | |
class |
csFlags
|
Constructors in crystalspace.jbind.impl.csutil.flags with parameters of type iPointer | |
csFlags(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.hash |
Classes in crystalspace.jbind.impl.csutil.hash that implement iPointer | |
class |
csSet_iMeshWrapper
|
Constructors in crystalspace.jbind.impl.csutil.hash with parameters of type iPointer | |
csSet_iMeshWrapper(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.object |
Classes in crystalspace.jbind.impl.csutil.object that implement iPointer | |
class |
csObject
|
class |
csObjectIterator
|
Methods in crystalspace.jbind.impl.csutil.object that return iPointer | |
iPointer |
csObject.getChild(int iInterfaceID,
int iVersion)
|
iPointer |
csObject.getChild(int iInterfaceID,
int iVersion,
java.lang.String Name)
|
iPointer |
csObject.getChild(int iInterfaceID,
int iVersion,
java.lang.String Name,
boolean FirstName)
|
Constructors in crystalspace.jbind.impl.csutil.object with parameters of type iPointer | |
csObject(iPointer nPointer)
|
|
csObjectIterator(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.objreg |
Classes in crystalspace.jbind.impl.csutil.objreg that implement iPointer | |
class |
csObjectRegistry
|
class |
csObjectRegistryIterator
|
Methods in crystalspace.jbind.impl.csutil.objreg that return iPointer | |
static iPointer |
csObjectRegistry.CS_QUERY_REGISTRY(iObjectRegistry registry,
java.lang.Class interfaceToGet)
|
Constructors in crystalspace.jbind.impl.csutil.objreg with parameters of type iPointer | |
csObjectRegistry(iPointer nPointer)
|
|
csObjectRegistryIterator(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.plugin |
Classes in crystalspace.jbind.impl.csutil.plugin that implement iPointer | |
class |
csPluginIterator
|
class |
csPluginManager
|
Constructors in crystalspace.jbind.impl.csutil.plugin with parameters of type iPointer | |
csPluginManager(iPointer nPointer)
|
|
csPluginIterator(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.refcount |
Classes in crystalspace.jbind.impl.csutil.refcount that implement iPointer | |
class |
csRefCount
|
Constructors in crystalspace.jbind.impl.csutil.refcount with parameters of type iPointer | |
csRefCount(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.scf |
Classes in crystalspace.jbind.impl.csutil.scf that implement iPointer | |
class |
csBase
|
Methods in crystalspace.jbind.impl.csutil.scf that return iPointer | |
iPointer |
csBase.queryInterface(long iInterfaceID,
int iVersion)
|
iPointer |
csBase.queryInterfaceSafe(iBase ibase,
long iInterfaceID,
int iVersion)
|
Constructors in crystalspace.jbind.impl.csutil.scf with parameters of type iPointer | |
csBase(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.stringarray |
Classes in crystalspace.jbind.impl.csutil.stringarray that implement iPointer | |
class |
csStringArray
|
Constructors in crystalspace.jbind.impl.csutil.stringarray with parameters of type iPointer | |
csStringArray(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.vfs |
Classes in crystalspace.jbind.impl.csutil.vfs that implement iPointer | |
class |
csFile
|
class |
csVFS
|
Constructors in crystalspace.jbind.impl.csutil.vfs with parameters of type iPointer | |
csVFS(iPointer nPointer)
|
|
csFile(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.csutil.virtclk |
Classes in crystalspace.jbind.impl.csutil.virtclk that implement iPointer | |
class |
csVirtualClock
|
Constructors in crystalspace.jbind.impl.csutil.virtclk with parameters of type iPointer | |
csVirtualClock(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.camera |
Classes in crystalspace.jbind.impl.engine.camera that implement iPointer | |
class |
csCamera
|
Constructors in crystalspace.jbind.impl.engine.camera with parameters of type iPointer | |
csCamera(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.campos |
Classes in crystalspace.jbind.impl.engine.campos that implement iPointer | |
class |
csCameraPosition
|
class |
csCameraPositionList
|
Constructors in crystalspace.jbind.impl.engine.campos with parameters of type iPointer | |
csCameraPosition(iPointer nPointer)
|
|
csCameraPositionList(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.collectn |
Classes in crystalspace.jbind.impl.engine.collectn that implement iPointer | |
class |
csCollection
|
class |
csCollectionList
|
Constructors in crystalspace.jbind.impl.engine.collectn with parameters of type iPointer | |
csCollection(iPointer nPointer)
|
|
csCollectionList(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.engine |
Classes in crystalspace.jbind.impl.engine.engine that implement iPointer | |
class |
csEngine
|
Constructors in crystalspace.jbind.impl.engine.engine with parameters of type iPointer | |
csEngine(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.fview |
Classes in crystalspace.jbind.impl.engine.fview that implement iPointer | |
class |
csFrustumContext
|
class |
csFrustumView
|
class |
csFrustumViewObjectFunc
|
class |
csFrustumViewUserdata
|
Constructors in crystalspace.jbind.impl.engine.fview with parameters of type iPointer | |
csFrustumContext(iPointer nPointer)
|
|
csFrustumView(iPointer nPointer)
|
|
csFrustumViewObjectFunc(iPointer nPointer)
|
|
csFrustumViewUserdata(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.halo |
Classes in crystalspace.jbind.impl.engine.halo that implement iPointer | |
class |
csCrossHalo
|
class |
csFlareHalo
|
class |
csNovaHalo
|
Constructors in crystalspace.jbind.impl.engine.halo with parameters of type iPointer | |
csCrossHalo(iPointer nPointer)
|
|
csFlareHalo(iPointer nPointer)
|
|
csNovaHalo(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.light |
Classes in crystalspace.jbind.impl.engine.light that implement iPointer | |
class |
csLight
|
class |
csLightCallback
|
class |
csLightIterator
|
class |
csLightList
|
Constructors in crystalspace.jbind.impl.engine.light with parameters of type iPointer | |
csLight(iPointer nPointer)
|
|
csLightList(iPointer nPointer)
|
|
csLightIterator(iPointer nPointer)
|
|
csLightCallback(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.lod |
Classes in crystalspace.jbind.impl.engine.lod that implement iPointer | |
class |
csLODControl
|
Constructors in crystalspace.jbind.impl.engine.lod with parameters of type iPointer | |
csLODControl(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.material |
Classes in crystalspace.jbind.impl.engine.material that implement iPointer | |
class |
csMaterialList
|
class |
csMaterialWrapper
|
Constructors in crystalspace.jbind.impl.engine.material with parameters of type iPointer | |
csMaterialList(iPointer nPointer)
|
|
csMaterialWrapper(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.mesh |
Classes in crystalspace.jbind.impl.engine.mesh that implement iPointer | |
class |
csMeshDrawCallback
|
class |
csMeshFactoryList
|
class |
csMeshFactoryWrapper
|
class |
csMeshList
|
class |
csMeshWrapper
|
class |
csMeshWrapperIterator
|
Constructors in crystalspace.jbind.impl.engine.mesh with parameters of type iPointer | |
csMeshWrapper(iPointer nPointer)
|
|
csMeshDrawCallback(iPointer nPointer)
|
|
csMeshFactoryList(iPointer nPointer)
|
|
csMeshFactoryWrapper(iPointer nPointer)
|
|
csMeshList(iPointer nPointer)
|
|
csMeshWrapperIterator(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.movable |
Classes in crystalspace.jbind.impl.engine.movable that implement iPointer | |
class |
csMovable
|
class |
csMovableListener
|
Constructors in crystalspace.jbind.impl.engine.movable with parameters of type iPointer | |
csMovable(iPointer nPointer)
|
|
csMovableListener(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.objwatch |
Classes in crystalspace.jbind.impl.engine.objwatch that implement iPointer | |
class |
csObjectWatcher
|
class |
csObjectWatcherListener
|
Constructors in crystalspace.jbind.impl.engine.objwatch with parameters of type iPointer | |
csObjectWatcher(iPointer nPointer)
|
|
csObjectWatcherListener(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.portal |
Classes in crystalspace.jbind.impl.engine.portal that implement iPointer | |
class |
csPortal
|
class |
csPortalCallback
|
Constructors in crystalspace.jbind.impl.engine.portal with parameters of type iPointer | |
csPortal(iPointer nPointer)
|
|
csPortalCallback(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.portalcontainer |
Classes in crystalspace.jbind.impl.engine.portalcontainer that implement iPointer | |
class |
csPortalContainer
|
Constructors in crystalspace.jbind.impl.engine.portalcontainer with parameters of type iPointer | |
csPortalContainer(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.region |
Classes in crystalspace.jbind.impl.engine.region that implement iPointer | |
class |
csRegion
|
class |
csRegionList
|
Constructors in crystalspace.jbind.impl.engine.region with parameters of type iPointer | |
csRegion(iPointer nPointer)
|
|
csRegionList(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.renderloop |
Classes in crystalspace.jbind.impl.engine.renderloop that implement iPointer | |
class |
csRenderLoop
|
class |
csRenderLoopManager
|
Constructors in crystalspace.jbind.impl.engine.renderloop with parameters of type iPointer | |
csRenderLoop(iPointer nPointer)
|
|
csRenderLoopManager(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.rendersteps.icontainer |
Classes in crystalspace.jbind.impl.engine.rendersteps.icontainer that implement iPointer | |
class |
csRenderStepContainer
|
Constructors in crystalspace.jbind.impl.engine.rendersteps.icontainer with parameters of type iPointer | |
csRenderStepContainer(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.rview |
Classes in crystalspace.jbind.impl.engine.rview that implement iPointer | |
class |
csFogInfo
|
class |
csRenderContext
|
class |
csRenderContextFrustum
|
class |
csRenderView
|
Methods in crystalspace.jbind.impl.engine.rview with parameters of type iPointer | |
void |
csRenderView.attachRenderContextData(iPointer key,
iBase data)
|
void |
csRenderView.deleteRenderContextData(iPointer key)
|
iBase |
csRenderView.findRenderContextData(iPointer key)
|
Constructors in crystalspace.jbind.impl.engine.rview with parameters of type iPointer | |
csFogInfo(iPointer nPointer)
|
|
csRenderContext(iPointer nPointer)
|
|
csRenderContextFrustum(iPointer nPointer)
|
|
csRenderView(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.sector |
Classes in crystalspace.jbind.impl.engine.sector that implement iPointer | |
class |
csSector
|
class |
csSectorCallback
|
class |
csSectorIterator
|
class |
csSectorList
|
Constructors in crystalspace.jbind.impl.engine.sector with parameters of type iPointer | |
csSector(iPointer nPointer)
|
|
csSectorCallback(iPointer nPointer)
|
|
csSectorIterator(iPointer nPointer)
|
|
csSectorList(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.shadcast |
Classes in crystalspace.jbind.impl.engine.shadcast that implement iPointer | |
class |
csShadowReceiver
|
Constructors in crystalspace.jbind.impl.engine.shadcast with parameters of type iPointer | |
csShadowReceiver(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.shadows |
Classes in crystalspace.jbind.impl.engine.shadows that implement iPointer | |
class |
csShadowBlock
|
class |
csShadowBlockList
|
class |
csShadowIterator
|
Methods in crystalspace.jbind.impl.engine.shadows that return iPointer | |
iPointer |
csShadowIterator.getUserData()
|
Methods in crystalspace.jbind.impl.engine.shadows with parameters of type iPointer | |
csFrustum |
csShadowBlock.addShadow(csVector3 origin,
iPointer userData,
int num_verts,
csPlane3 backplane)
|
Constructors in crystalspace.jbind.impl.engine.shadows with parameters of type iPointer | |
csShadowBlock(iPointer nPointer)
|
|
csShadowBlockList(iPointer nPointer)
|
|
csShadowIterator(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.sharevar |
Classes in crystalspace.jbind.impl.engine.sharevar that implement iPointer | |
class |
csSharedVariable
|
class |
csSharedVariableList
|
class |
csSharedVariableListener
|
Constructors in crystalspace.jbind.impl.engine.sharevar with parameters of type iPointer | |
csSharedVariable(iPointer nPointer)
|
|
csSharedVariableList(iPointer nPointer)
|
|
csSharedVariableListener(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.texture |
Classes in crystalspace.jbind.impl.engine.texture that implement iPointer | |
class |
csTextureCallback
|
class |
csTextureList
|
class |
csTextureWrapper
|
Constructors in crystalspace.jbind.impl.engine.texture with parameters of type iPointer | |
csTextureWrapper(iPointer nPointer)
|
|
csTextureCallback(iPointer nPointer)
|
|
csTextureList(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.engine.viscul |
Classes in crystalspace.jbind.impl.engine.viscul that implement iPointer | |
class |
csVisibilityCuller
|
class |
csVisibilityCullerListener
|
class |
csVisibilityObject
|
class |
csVisibilityObjectIterator
|
Constructors in crystalspace.jbind.impl.engine.viscul with parameters of type iPointer | |
csVisibilityCuller(iPointer nPointer)
|
|
csVisibilityCullerListener(iPointer nPointer)
|
|
csVisibilityObject(iPointer nPointer)
|
|
csVisibilityObjectIterator(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.graphic.image |
Classes in crystalspace.jbind.impl.graphic.image that implement iPointer | |
class |
csImage
|
Constructors in crystalspace.jbind.impl.graphic.image with parameters of type iPointer | |
csImage(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.map |
Classes in crystalspace.jbind.impl.map that implement iPointer | |
class |
csLoader
|
class |
csLoaderStatus
|
Methods in crystalspace.jbind.impl.map with parameters of type iPointer | |
iTextureHandle |
csLoader.loadTexture(java.lang.String Filename,
int Flags,
iTextureManager tm,
iPointer image)
|
Constructors in crystalspace.jbind.impl.map with parameters of type iPointer | |
csLoader(iPointer nPointer)
|
|
csLoaderStatus(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.map.ldrctxt |
Classes in crystalspace.jbind.impl.map.ldrctxt that implement iPointer | |
class |
csLoaderContext
|
Constructors in crystalspace.jbind.impl.map.ldrctxt with parameters of type iPointer | |
csLoaderContext(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.mesh.lighting |
Classes in crystalspace.jbind.impl.mesh.lighting that implement iPointer | |
class |
csLightingInfo
|
Constructors in crystalspace.jbind.impl.mesh.lighting with parameters of type iPointer | |
csLightingInfo(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.mesh.object |
Classes in crystalspace.jbind.impl.mesh.object that implement iPointer | |
class |
csMeshObject
|
class |
csMeshObjectDrawCallback
|
class |
csMeshObjectFactory
|
Constructors in crystalspace.jbind.impl.mesh.object with parameters of type iPointer | |
csMeshObject(iPointer nPointer)
|
|
csMeshObjectDrawCallback(iPointer nPointer)
|
|
csMeshObjectFactory(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.mesh.thing |
Classes in crystalspace.jbind.impl.mesh.thing that implement iPointer | |
class |
csPolygonHandle
|
class |
csPolygonRange
|
class |
csThingFactoryState
|
class |
csThingState
|
Constructors in crystalspace.jbind.impl.mesh.thing with parameters of type iPointer | |
csPolygonHandle(iPointer nPointer)
|
|
csThingFactoryState(iPointer nPointer)
|
|
csThingState(iPointer nPointer)
|
|
csPolygonRange(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.mesh.thing.polygon |
Classes in crystalspace.jbind.impl.mesh.thing.polygon that implement iPointer | |
class |
csPolyTextureMapping
|
Constructors in crystalspace.jbind.impl.mesh.thing.polygon with parameters of type iPointer | |
csPolyTextureMapping(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.sound.data |
Classes in crystalspace.jbind.impl.sound.data that implement iPointer | |
class |
csSoundData
|
class |
csSoundFormat
|
Methods in crystalspace.jbind.impl.sound.data that return iPointer | |
iPointer |
csSoundData.getStaticData()
|
iPointer |
csSoundData.readStreamed(long NumSamples)
|
Constructors in crystalspace.jbind.impl.sound.data with parameters of type iPointer | |
csSoundFormat(iPointer nPointer)
|
|
csSoundData(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.sound.handle |
Classes in crystalspace.jbind.impl.sound.handle that implement iPointer | |
class |
csSoundHandle
|
Constructors in crystalspace.jbind.impl.sound.handle with parameters of type iPointer | |
csSoundHandle(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.sound.source |
Classes in crystalspace.jbind.impl.sound.source that implement iPointer | |
class |
csSoundSource
|
Constructors in crystalspace.jbind.impl.sound.source with parameters of type iPointer | |
csSoundSource(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.sound.wrapper |
Classes in crystalspace.jbind.impl.sound.wrapper that implement iPointer | |
class |
csSoundWrapper
|
Constructors in crystalspace.jbind.impl.sound.wrapper with parameters of type iPointer | |
csSoundWrapper(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.varia.pmeter |
Classes in crystalspace.jbind.impl.varia.pmeter that implement iPointer | |
class |
csProgressMeter
|
Constructors in crystalspace.jbind.impl.varia.pmeter with parameters of type iPointer | |
csProgressMeter(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.varia.view |
Constructors in crystalspace.jbind.impl.varia.view with parameters of type iPointer | |
csView(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.effects.efdef |
Classes in crystalspace.jbind.impl.video.effects.efdef that implement iPointer | |
class |
csEffectDefinition
|
Constructors in crystalspace.jbind.impl.video.effects.efdef with parameters of type iPointer | |
csEffectDefinition(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.effects.eflayer |
Classes in crystalspace.jbind.impl.video.effects.eflayer that implement iPointer | |
class |
csEffectLayer
|
Methods in crystalspace.jbind.impl.video.effects.eflayer that return iPointer | |
iPointer |
csEffectLayer.getStateOpaque(int state)
|
Methods in crystalspace.jbind.impl.video.effects.eflayer with parameters of type iPointer | |
void |
csEffectLayer.setStateOpaque(int state,
iPointer value)
|
Constructors in crystalspace.jbind.impl.video.effects.eflayer with parameters of type iPointer | |
csEffectLayer(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.effects.efpass |
Classes in crystalspace.jbind.impl.video.effects.efpass that implement iPointer | |
class |
csEffectPass
|
Methods in crystalspace.jbind.impl.video.effects.efpass that return iPointer | |
iPointer |
csEffectPass.getStateOpaque(int state)
|
Methods in crystalspace.jbind.impl.video.effects.efpass with parameters of type iPointer | |
void |
csEffectPass.setStateOpaque(int state,
iPointer value)
|
Constructors in crystalspace.jbind.impl.video.effects.efpass with parameters of type iPointer | |
csEffectPass(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.effects.eftech |
Classes in crystalspace.jbind.impl.video.effects.eftech that implement iPointer | |
class |
csEffectTechnique
|
Constructors in crystalspace.jbind.impl.video.effects.eftech with parameters of type iPointer | |
csEffectTechnique(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.effects.efvector4 |
Classes in crystalspace.jbind.impl.video.effects.efvector4 that implement iPointer | |
class |
csEffectVector4
|
Constructors in crystalspace.jbind.impl.video.effects.efvector4 with parameters of type iPointer | |
csEffectVector4(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.fontserv |
Classes in crystalspace.jbind.impl.video.fontserv that implement iPointer | |
class |
csBitmapMetrics
|
class |
csFont
|
class |
csFontDeleteNotify
|
class |
csFontServer
|
class |
csGlyphMetrics
|
Constructors in crystalspace.jbind.impl.video.fontserv with parameters of type iPointer | |
csBitmapMetrics(iPointer nPointer)
|
|
csGlyphMetrics(iPointer nPointer)
|
|
csFont(iPointer nPointer)
|
|
csFontDeleteNotify(iPointer nPointer)
|
|
csFontServer(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.graph2d |
Classes in crystalspace.jbind.impl.video.graph2d that implement iPointer | |
class |
csGraphics2D
|
class |
csImageArea
|
class |
csOffscreenCanvasCallback
|
class |
csPixelCoord
|
class |
csPixelFormat
|
Methods in crystalspace.jbind.impl.video.graph2d that return iPointer | |
iPointer |
csGraphics2D.getPixelAt(int x,
int y)
|
Methods in crystalspace.jbind.impl.video.graph2d with parameters of type iPointer | |
iGraphics2D |
csGraphics2D.createOffscreenCanvas(iPointer memory,
int width,
int height,
int depth,
iOffscreenCanvasCallback ofscb)
|
Constructors in crystalspace.jbind.impl.video.graph2d with parameters of type iPointer | |
csGraphics2D(iPointer nPointer)
|
|
csPixelCoord(iPointer nPointer)
|
|
csImageArea(iPointer nPointer)
|
|
csPixelFormat(iPointer nPointer)
|
|
csOffscreenCanvasCallback(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.graph3d |
Classes in crystalspace.jbind.impl.video.graph3d that implement iPointer | |
class |
csFog
|
class |
csGraphics3D
|
class |
csGraphics3DCaps
|
class |
csSimpleRenderMesh
|
class |
G3DCam2TextureTransform
|
class |
G3DFogInfo
|
class |
G3DPolygonDFP
|
class |
G3DPolygonDP
|
class |
G3DPolygonDPFX
|
class |
G3DPolygonMesh
|
class |
G3DTriangleMesh
|
Methods in crystalspace.jbind.impl.video.graph3d that return iPointer | |
iPointer |
csGraphics3D.getZBuffAt(int x,
int y)
|
Constructors in crystalspace.jbind.impl.video.graph3d with parameters of type iPointer | |
csGraphics3D(iPointer nPointer)
|
|
G3DPolygonMesh(iPointer nPointer)
|
|
G3DPolygonDFP(iPointer nPointer)
|
|
G3DCam2TextureTransform(iPointer nPointer)
|
|
G3DPolygonDPFX(iPointer nPointer)
|
|
csFog(iPointer nPointer)
|
|
G3DPolygonDP(iPointer nPointer)
|
|
G3DTriangleMesh(iPointer nPointer)
|
|
G3DFogInfo(iPointer nPointer)
|
|
csSimpleRenderMesh(iPointer nPointer)
|
|
csGraphics3DCaps(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.halo |
Classes in crystalspace.jbind.impl.video.halo that implement iPointer | |
class |
csHalo
|
Constructors in crystalspace.jbind.impl.video.halo with parameters of type iPointer | |
csHalo(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.material |
Classes in crystalspace.jbind.impl.video.material that implement iPointer | |
class |
csMaterial
|
class |
csMaterialHandle
|
class |
csTextureLayer
|
Constructors in crystalspace.jbind.impl.video.material with parameters of type iPointer | |
csTextureLayer(iPointer nPointer)
|
|
csMaterial(iPointer nPointer)
|
|
csMaterialHandle(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.rendermesh |
Classes in crystalspace.jbind.impl.video.rendermesh that implement iPointer | |
class |
csRenderMesh
|
class |
csRenderMeshArray
|
Constructors in crystalspace.jbind.impl.video.rendermesh with parameters of type iPointer | |
csRenderMesh(iPointer nPointer)
|
|
csRenderMeshArray(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.rndbuf |
Classes in crystalspace.jbind.impl.video.rndbuf that implement iPointer | |
class |
csRenderBuffer
|
Methods in crystalspace.jbind.impl.video.rndbuf that return iPointer | |
iPointer |
csRenderBuffer.lock(int lockType)
|
Constructors in crystalspace.jbind.impl.video.rndbuf with parameters of type iPointer | |
csRenderBuffer(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.shader.shader |
Classes in crystalspace.jbind.impl.video.shader.shader that implement iPointer | |
class |
csShader
|
class |
csShaderVariableContext
|
Constructors in crystalspace.jbind.impl.video.shader.shader with parameters of type iPointer | |
csShader(iPointer nPointer)
|
|
csShaderVariableContext(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.texture |
Classes in crystalspace.jbind.impl.video.texture that implement iPointer | |
class |
csTextureHandle
|
Methods in crystalspace.jbind.impl.video.texture that return iPointer | |
iPointer |
csTextureHandle.getCacheData()
|
Methods in crystalspace.jbind.impl.video.texture with parameters of type iPointer | |
void |
csTextureHandle.setCacheData(iPointer d)
|
Constructors in crystalspace.jbind.impl.video.texture with parameters of type iPointer | |
csTextureHandle(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.txtmgr |
Classes in crystalspace.jbind.impl.video.txtmgr that implement iPointer | |
class |
csRendererLightmap
|
class |
csSuperLightmap
|
class |
csTextureManager
|
Constructors in crystalspace.jbind.impl.video.txtmgr with parameters of type iPointer | |
csTextureManager(iPointer nPointer)
|
|
csRendererLightmap(iPointer nPointer)
|
|
csSuperLightmap(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.impl.video.vbufmgr |
Classes in crystalspace.jbind.impl.video.vbufmgr that implement iPointer | |
class |
csPolygonBuffer
|
class |
csVertexBuffer
|
class |
csVertexBufferManager
|
class |
csVertexBufferManagerClient
|
Constructors in crystalspace.jbind.impl.video.vbufmgr with parameters of type iPointer | |
csPolygonBuffer(iPointer nPointer)
|
|
csVertexBuffer(iPointer nPointer)
|
|
csVertexBufferManager(iPointer nPointer)
|
|
csVertexBufferManagerClient(iPointer nPointer)
|
Uses of iPointer in crystalspace.jbind.interfaces.iengine.camera |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.camera | |
interface |
iCamera
Camera class. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.campos |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.campos | |
interface |
iCameraPosition
A camera position. |
interface |
iCameraPositionList
A list of camera position objects. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.collectn |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.collectn | |
interface |
iCollection
A collection object is for convenience of the script language. |
interface |
iCollectionList
iCollection list. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.engine |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.engine | |
interface |
iEngine
This interface is the main interface to the 3D engine. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.fview |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.fview | |
interface |
iFrustumView
|
interface |
iFrustumViewUserdata
|
Uses of iPointer in crystalspace.jbind.interfaces.iengine.halo |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.halo | |
interface |
iCrossHalo
|
interface |
iFlareHalo
|
interface |
iNovaHalo
|
Uses of iPointer in crystalspace.jbind.interfaces.iengine.light |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.light | |
interface |
iLight
The iLight interface is the SCF interface for the csLight class. |
interface |
iLightIterator
Iterator to iterate over all static lights in the engine. |
interface |
iLightList
This structure represents a list of lights. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.lod |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.lod | |
interface |
iLODControl
The iLODControl interface represents an object that has controllable LOD features. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.material |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.material | |
interface |
iMaterialList
This class represents a list of materials. |
interface |
iMaterialWrapper
|
Uses of iPointer in crystalspace.jbind.interfaces.iengine.mesh |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.mesh | |
interface |
iMeshFactoryList
A list of mesh factories. |
interface |
iMeshFactoryWrapper
A mesh factory wrapper is an engine-level object that wraps around a mesh object factory. |
interface |
iMeshList
A list of meshes. |
interface |
iMeshWrapper
A mesh wrapper is an engine-level object that wraps around an actual mesh object. |
interface |
iMeshWrapperIterator
This is an iterator mesh wrappers. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.movable |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.movable | |
interface |
iMovable
This interface describes the transformation between local object space of some model and world space (i.e. where it is in the world). |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.objwatch |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.objwatch | |
interface |
iObjectWatcher
This is a generic object watcher. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.portal |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.portal | |
interface |
iPortal
This is the interface to the Portal objects. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.portalcontainer |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.portalcontainer | |
interface |
iPortalContainer
A container for portals. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.region |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.region | |
interface |
iRegion
A region. |
interface |
iRegionList
A list of region objects. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.renderloop |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.renderloop | |
interface |
iRenderLoop
|
interface |
iRenderLoopManager
Render loop manager. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.rendersteps.icontainer |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.rendersteps.icontainer | |
interface |
iRenderStepContainer
|
Uses of iPointer in crystalspace.jbind.interfaces.iengine.rview |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.rview | |
interface |
iRenderView
This interface represents all information needed to render some object in a current draw context. |
Methods in crystalspace.jbind.interfaces.iengine.rview with parameters of type iPointer | |
void |
iRenderView.attachRenderContextData(iPointer key,
iBase data)
Attach data to the current render context |
void |
iRenderView.deleteRenderContextData(iPointer key)
Delete all data with the given key on the current render context. |
iBase |
iRenderView.findRenderContextData(iPointer key)
Look for data on the current render context. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.sector |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.sector | |
interface |
iSector
The iSector interface is used to work with "sectors". |
interface |
iSectorIterator
An iterator to iterate over sectors. |
interface |
iSectorList
A list of sectors. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.shadows |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.shadows | |
interface |
iShadowBlock
A block of shadows represent the shadows that are casted by one iShadowCaster object. |
interface |
iShadowBlockList
This is a list of shadow blocks. |
interface |
iShadowIterator
A shadow iterator allows someone to iterate over all shadows in a iShadowBlock or iShadowBlockList |
Methods in crystalspace.jbind.interfaces.iengine.shadows that return iPointer | |
iPointer |
iShadowIterator.getUserData()
Get the user data for the last shadow. |
Methods in crystalspace.jbind.interfaces.iengine.shadows with parameters of type iPointer | |
csFrustum |
iShadowBlock.addShadow(csVector3 origin,
iPointer userData,
int num_verts,
csPlane3 backplane)
Add a new frustum and return a reference. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.sharevar |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.sharevar | |
interface |
iSharedVariable
iSharedVariable implements a refcounted value which can be shared across many objects and updated efficiently. |
interface |
iSharedVariableList
A list of shared variables. |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.texture |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.texture | |
interface |
iTextureList
This class represents a list of texture wrappers. |
interface |
iTextureWrapper
A texture wrapper is an engine-level object that wraps around an actual texture (iTextureHandle). |
Uses of iPointer in crystalspace.jbind.interfaces.iengine.viscul |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iengine.viscul | |
interface |
iVisibilityCuller
This interface represents a visibility culling system. |
interface |
iVisibilityObject
An object that wants to know if it is visible or not for some visibility culler needs to implement this interface. |
interface |
iVisibilityObjectIterator
Iterator to iterate over some visibility objects. |
Uses of iPointer in crystalspace.jbind.interfaces.igeom.clip2d |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.igeom.clip2d | |
interface |
iClipper2D
This interfaces represents a 2D clipper for polygons. |
Uses of iPointer in crystalspace.jbind.interfaces.igeom.objmodel |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.igeom.objmodel | |
interface |
iObjectModel
This interface represents data related to some geometry in object space. |
Uses of iPointer in crystalspace.jbind.interfaces.igeom.polymesh |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.igeom.polymesh | |
interface |
iPolygonMesh
This interface reprents a mesh of polygons. |
Uses of iPointer in crystalspace.jbind.interfaces.igraphic.image |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.igraphic.image | |
interface |
iImage
The iImage interface is used to work with image files (what did you expect?). |
Uses of iPointer in crystalspace.jbind.interfaces.imap |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.imap | |
interface |
iLoader
This interface represents the map loader. |
interface |
iLoaderStatus
An object to query about the status of the threaded loader. |
Uses of iPointer in crystalspace.jbind.interfaces.imap.ldrctxt |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.imap.ldrctxt | |
interface |
iLoaderContext
This interface gives the context for the loader. |
Uses of iPointer in crystalspace.jbind.interfaces.imesh.lighting |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.imesh.lighting | |
interface |
iLightingInfo
This interface is implemented by mesh objects that have some kind of lighting system. |
Uses of iPointer in crystalspace.jbind.interfaces.imesh.object |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.imesh.object | |
interface |
iMeshObject
This is a general mesh object that the engine can interact with. |
interface |
iMeshObjectFactory
This object is a factory which can generate mesh objects of a certain type. |
Uses of iPointer in crystalspace.jbind.interfaces.imesh.thing |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.imesh.thing | |
interface |
iPolygonHandle
This is an interface that can be used to represent a polygon in situations where a SCF object is required. |
interface |
iThingFactoryState
This is the state interface to access the internals of a thing mesh factory. |
interface |
iThingState
This is the state interface to access the internals of a thing mesh object. |
Uses of iPointer in crystalspace.jbind.interfaces.isound.data |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.isound.data | |
interface |
iSoundData
The sound data is a template used to play sounds. |
Methods in crystalspace.jbind.interfaces.isound.data that return iPointer | |
iPointer |
iSoundData.getStaticData()
Get a pointer to the data buffer (static sounds only);. |
iPointer |
iSoundData.readStreamed(long NumSamples)
Read a data buffer from the sound (streamed sounds only);. |
Uses of iPointer in crystalspace.jbind.interfaces.isound.handle |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.isound.handle | |
interface |
iSoundHandle
The sound handle is a sound in the state that is needed by the sound renderer. |
Uses of iPointer in crystalspace.jbind.interfaces.isound.source |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.isound.source | |
interface |
iSoundSource
The sound source is an instance of a sound. |
Uses of iPointer in crystalspace.jbind.interfaces.isound.wrapper |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.isound.wrapper | |
interface |
iSoundWrapper
This class is a csObject (iObject) wrapper for sound handles. |
Uses of iPointer in crystalspace.jbind.interfaces.iutil.cache |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iutil.cache | |
interface |
iCacheManager
A generic cache system. |
Methods in crystalspace.jbind.interfaces.iutil.cache with parameters of type iPointer | |
boolean |
iCacheManager.cacheData(iPointer data,
int size,
java.lang.String type,
java.lang.String scope,
int id)
Cache some data. |
Uses of iPointer in crystalspace.jbind.interfaces.iutil.cfgfile |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iutil.cfgfile | |
interface |
iConfigFile
Configuration file interface. |
interface |
iConfigIterator
Iterator which allows sequential access to configuration information contained in an iConfigFile object. |
Uses of iPointer in crystalspace.jbind.interfaces.iutil.cfgmgr |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iutil.cfgmgr | |
interface |
iConfigManager
The configuration manager is used to make a number of iConfigFile object appear like a single object. |
Uses of iPointer in crystalspace.jbind.interfaces.iutil.cmdline |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iutil.cmdline | |
interface |
iCommandLineParser
A utility class that makes it easier to parse the command line. |
Uses of iPointer in crystalspace.jbind.interfaces.iutil.csinput |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iutil.csinput | |
interface |
iKeyboardDriver
Generic Keyboard Driver. |
interface |
iKeyComposer
Keyboard input handler. |
Uses of iPointer in crystalspace.jbind.interfaces.iutil.databuff |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iutil.databuff | |
interface |
iDataBuffer
The iDataBuffer interface can be used to exchange buffers with abstract data between plugins. |
Uses of iPointer in crystalspace.jbind.interfaces.iutil.event |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iutil.event | |
interface |
iEvent
This interface describes any system event. |
interface |
iEventCord
The iEventCord is an interface provided by an event queue to any event handlers wanting to receive some subclasses of events ASAP in a specified priority, bypassing the queue itself. |
interface |
iEventOutlet
The iEventOutlet is the interface to an object that is provided by an event queue to every event plug when it registers itself. |
Methods in crystalspace.jbind.interfaces.iutil.event with parameters of type iPointer | |
void |
iEventOutlet.broadcast(int iCode,
iPointer iInfo)
Put a broadcast event into event queue. |
void |
iEventOutlet.immediateBroadcast(int iCode,
iPointer iInfo)
This is a special routine which is called for example when the application is going to be suspended (suspended means "frozen", that is, application is forced to not run for some time). |
Uses of iPointer in crystalspace.jbind.interfaces.iutil.eventq |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iutil.eventq | |
interface |
iEventQueue
This interface represents a general event queue. |
Uses of iPointer in crystalspace.jbind.interfaces.iutil.object |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iutil.object | |
interface |
iObject
This interface is an SCF interface for encapsulating csObject. |
interface |
iObjectIterator
This is an iterator for child objects of a csObject. |
Methods in crystalspace.jbind.interfaces.iutil.object that return iPointer | |
iPointer |
iObject.getChild(int iInterfaceID,
int iVersion)
Look for a child object that implements the given interface. |
iPointer |
iObject.getChild(int iInterfaceID,
int iVersion,
java.lang.String Name)
Look for a child object that implements the given interface. |
iPointer |
iObject.getChild(int iInterfaceID,
int iVersion,
java.lang.String Name,
boolean FirstName)
Look for a child object that implements the given interface. |
Uses of iPointer in crystalspace.jbind.interfaces.iutil.objreg |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iutil.objreg | |
interface |
iObjectRegistry
This interface serves as a registry of other objects. |
interface |
iObjectRegistryIterator
Use an instance of this class to iterate over objects in the object registry. |
Uses of iPointer in crystalspace.jbind.interfaces.iutil.plugin |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iutil.plugin | |
interface |
iPluginIterator
An iterator to iterate over all plugins in the plugin manager. |
interface |
iPluginManager
This is the plugin manager. |
Uses of iPointer in crystalspace.jbind.interfaces.iutil.scf |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iutil.scf | |
interface |
iBase
This is the basic interface: all other interfaces should be derived from this one, this will allow us to always use at least some minimal functionality given any interface pointer. |
Methods in crystalspace.jbind.interfaces.iutil.scf that return iPointer | |
iPointer |
iBase.queryInterface(long iInterfaceID,
int iVersion)
Query a particular interface implemented by this object. |
iPointer |
iBase.queryInterfaceSafe(iBase ibase,
long iInterfaceID,
int iVersion)
Query a particular interface implemented by an object. |
Uses of iPointer in crystalspace.jbind.interfaces.iutil.stringarray |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iutil.stringarray | |
interface |
iStringArray
This is an SCF-compatible interface for csStringArray. |
Uses of iPointer in crystalspace.jbind.interfaces.iutil.vfs |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iutil.vfs | |
interface |
iFile
A replacement for FILE type in the virtual file space. |
interface |
iVFS
The Virtual Filesystem Class is intended to be the only way for Crystal Space engine to access the files. |
Uses of iPointer in crystalspace.jbind.interfaces.iutil.virtclk |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.iutil.virtclk | |
interface |
iVirtualClock
A virtual game clock. |
Uses of iPointer in crystalspace.jbind.interfaces.ivaria.pmeter |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivaria.pmeter | |
interface |
iProgressMeter
This is a general interface for a progress meter. |
Uses of iPointer in crystalspace.jbind.interfaces.ivaria.view |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivaria.view | |
interface |
iView
The iView class encapsulates the native Crystal Space renderer interface. |
Uses of iPointer in crystalspace.jbind.interfaces.ivideo.effects.efdef |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivideo.effects.efdef | |
interface |
iEffectDefinition
Effect definition. |
Uses of iPointer in crystalspace.jbind.interfaces.ivideo.effects.eflayer |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivideo.effects.eflayer | |
interface |
iEffectLayer
A layer in an effect pass. |
Methods in crystalspace.jbind.interfaces.ivideo.effects.eflayer that return iPointer | |
iPointer |
iEffectLayer.getStateOpaque(int state)
Get a state opaque data. |
Methods in crystalspace.jbind.interfaces.ivideo.effects.eflayer with parameters of type iPointer | |
void |
iEffectLayer.setStateOpaque(int state,
iPointer value)
Set a state opaque data. |
Uses of iPointer in crystalspace.jbind.interfaces.ivideo.effects.efpass |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivideo.effects.efpass | |
interface |
iEffectPass
An effect pass. |
Methods in crystalspace.jbind.interfaces.ivideo.effects.efpass that return iPointer | |
iPointer |
iEffectPass.getStateOpaque(int state)
Get a state opaque data. |
Methods in crystalspace.jbind.interfaces.ivideo.effects.efpass with parameters of type iPointer | |
void |
iEffectPass.setStateOpaque(int state,
iPointer value)
Set a state opaque data. |
Uses of iPointer in crystalspace.jbind.interfaces.ivideo.effects.eftech |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivideo.effects.eftech | |
interface |
iEffectTechnique
An effect technique. |
Uses of iPointer in crystalspace.jbind.interfaces.ivideo.fontserv |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivideo.fontserv | |
interface |
iFont
A font object. |
interface |
iFontServer
A font server interface. |
Uses of iPointer in crystalspace.jbind.interfaces.ivideo.graph2d |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivideo.graph2d | |
interface |
iGraphics2D
This is the interface for 2D renderer. |
Methods in crystalspace.jbind.interfaces.ivideo.graph2d that return iPointer | |
iPointer |
iGraphics2D.getPixelAt(int x,
int y)
Returns the address of the pixel at the specified (x, y); coordinates. |
Methods in crystalspace.jbind.interfaces.ivideo.graph2d with parameters of type iPointer | |
iGraphics2D |
iGraphics2D.createOffscreenCanvas(iPointer memory,
int width,
int height,
int depth,
iOffscreenCanvasCallback ofscb)
Create an off-screen canvas so you can render on a given memory area. |
Uses of iPointer in crystalspace.jbind.interfaces.ivideo.graph3d |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivideo.graph3d | |
interface |
iGraphics3D
This is the standard 3D graphics interface. |
Methods in crystalspace.jbind.interfaces.ivideo.graph3d that return iPointer | |
iPointer |
iGraphics3D.getZBuffAt(int x,
int y)
Debugging only: get a pointer to Z-buffer at some location. |
Uses of iPointer in crystalspace.jbind.interfaces.ivideo.halo |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivideo.halo | |
interface |
iHalo
iHalo: used to render halos (aka "light globes"). |
Uses of iPointer in crystalspace.jbind.interfaces.ivideo.material |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivideo.material | |
interface |
iMaterial
This class represents a material as seen from the engine view. |
interface |
iMaterialHandle
This class represents a material handle (compiled material) for the 3D rasterizer. |
Uses of iPointer in crystalspace.jbind.interfaces.ivideo.natwin |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivideo.natwin | |
interface |
iNativeWindow
This interface represents a native window. |
Uses of iPointer in crystalspace.jbind.interfaces.ivideo.rndbuf |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivideo.rndbuf | |
interface |
iRenderBuffer
This is a general buffer to be used by the renderer. |
Methods in crystalspace.jbind.interfaces.ivideo.rndbuf that return iPointer | |
iPointer |
iRenderBuffer.lock(int lockType)
Lock the buffer to allow writing and give us a pointer to the data. |
Uses of iPointer in crystalspace.jbind.interfaces.ivideo.shader.shader |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivideo.shader.shader | |
interface |
iShader
Specific shader. |
interface |
iShaderVariableContext
This is a baseclass for all interfaces which provides shadervariables both dynamically and static. |
Uses of iPointer in crystalspace.jbind.interfaces.ivideo.texture |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivideo.texture | |
interface |
iTextureHandle
A texture handle as returned by iTextureManager. |
Methods in crystalspace.jbind.interfaces.ivideo.texture that return iPointer | |
iPointer |
iTextureHandle.getCacheData()
Get data associated internally with this texture by texture cache. |
Methods in crystalspace.jbind.interfaces.ivideo.texture with parameters of type iPointer | |
void |
iTextureHandle.setCacheData(iPointer d)
Set data associated internally with this texture by texture cache. |
Uses of iPointer in crystalspace.jbind.interfaces.ivideo.txtmgr |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivideo.txtmgr | |
interface |
iRendererLightmap
A lightmap registered with a renderer |
interface |
iSuperLightmap
A super light map. |
interface |
iTextureManager
This is the standard texture manager interface. |
Uses of iPointer in crystalspace.jbind.interfaces.ivideo.vbufmgr |
Subinterfaces of iPointer in crystalspace.jbind.interfaces.ivideo.vbufmgr | |
interface |
iPolygonBuffer
|
interface |
iVertexBuffer
|
interface |
iVertexBufferManager
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |