OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Static Public Member Functions | Protected Member Functions | Properties | List of all members
OpenSim.Region.PhysicsModule.BulletS.BSShape Class Referenceabstract
Inheritance diagram for OpenSim.Region.PhysicsModule.BulletS.BSShape:
Inheritance graph
[legend]

Public Member Functions

 BSShape ()
 
 BSShape (BulletShape pShape)
 
abstract BSShape GetReference (BSScene pPhysicsScene, BSPhysObject pPrim)
 
abstract void Dereference (BSScene physicsScene)
 
override string ToString ()
 

Static Public Member Functions

static System.UInt64 ComputeShapeKey (OMV.Vector3 size, PrimitiveBaseShape pbs, out float retLod)
 
static BulletShape VerifyMeshCreated (BSScene physicsScene, BulletShape newShape, BSPhysObject prim)
 
static String UsefulPrimInfo (BSScene pScene, BSPhysObject prim)
 

Protected Member Functions

virtual void IncrementReference ()
 
virtual void DecrementReference ()
 

Properties

int referenceCount [get, set]
 
DateTime lastReferenced [get, set]
 
BulletShape physShapeInfo [get, set]
 
ShapeInfoInfo shapeInfo [get, set]
 
virtual bool HasPhysicalShape [get]
 
virtual BSPhysicsShapeType ShapeType [get]
 
virtual string AddrString [get]
 

Detailed Description

Definition at line 111 of file BSShapes.cs.

Constructor & Destructor Documentation

OpenSim.Region.PhysicsModule.BulletS.BSShape.BSShape ( )
inline

Definition at line 120 of file BSShapes.cs.

OpenSim.Region.PhysicsModule.BulletS.BSShape.BSShape ( BulletShape  pShape)
inline

Definition at line 127 of file BSShapes.cs.

Member Function Documentation

static System.UInt64 OpenSim.Region.PhysicsModule.BulletS.BSShape.ComputeShapeKey ( OMV.Vector3  size,
PrimitiveBaseShape  pbs,
out float  retLod 
)
inlinestatic

Definition at line 209 of file BSShapes.cs.

virtual void OpenSim.Region.PhysicsModule.BulletS.BSShape.DecrementReference ( )
inlineprotectedvirtual

Definition at line 148 of file BSShapes.cs.

abstract void OpenSim.Region.PhysicsModule.BulletS.BSShape.Dereference ( BSScene  physicsScene)
pure virtual
abstract BSShape OpenSim.Region.PhysicsModule.BulletS.BSShape.GetReference ( BSScene  pPhysicsScene,
BSPhysObject  pPrim 
)
pure virtual
virtual void OpenSim.Region.PhysicsModule.BulletS.BSShape.IncrementReference ( )
inlineprotectedvirtual

Definition at line 141 of file BSShapes.cs.

override string OpenSim.Region.PhysicsModule.BulletS.BSShape.ToString ( )
inline

Definition at line 189 of file BSShapes.cs.

static String OpenSim.Region.PhysicsModule.BulletS.BSShape.UsefulPrimInfo ( BSScene  pScene,
BSPhysObject  prim 
)
inlinestatic

Definition at line 331 of file BSShapes.cs.

static BulletShape OpenSim.Region.PhysicsModule.BulletS.BSShape.VerifyMeshCreated ( BSScene  physicsScene,
BulletShape  newShape,
BSPhysObject  prim 
)
inlinestatic

Definition at line 232 of file BSShapes.cs.

Here is the call graph for this function:

Property Documentation

virtual string OpenSim.Region.PhysicsModule.BulletS.BSShape.AddrString
get

Definition at line 180 of file BSShapes.cs.

virtual bool OpenSim.Region.PhysicsModule.BulletS.BSShape.HasPhysicalShape
get

Definition at line 159 of file BSShapes.cs.

DateTime OpenSim.Region.PhysicsModule.BulletS.BSShape.lastReferenced
getset

Definition at line 116 of file BSShapes.cs.

BulletShape OpenSim.Region.PhysicsModule.BulletS.BSShape.physShapeInfo
getset

Definition at line 117 of file BSShapes.cs.

int OpenSim.Region.PhysicsModule.BulletS.BSShape.referenceCount
getset

Definition at line 115 of file BSShapes.cs.

ShapeInfoInfo OpenSim.Region.PhysicsModule.BulletS.BSShape.shapeInfo
getset

Definition at line 118 of file BSShapes.cs.

virtual BSPhysicsShapeType OpenSim.Region.PhysicsModule.BulletS.BSShape.ShapeType
get

Definition at line 168 of file BSShapes.cs.


The documentation for this class was generated from the following file: