Urho3D::OcclusionBuffer Member List

This is the complete list of members for Urho3D::OcclusionBuffer, including all inherited members.

AddRef()Urho3D::RefCounted
AddTriangles(const Matrix3x4 &model, const void *vertexData, unsigned vertexSize, unsigned vertexStart, unsigned vertexCount)Urho3D::OcclusionBuffer
AddTriangles(const Matrix3x4 &model, const void *vertexData, unsigned vertexSize, const void *indexData, unsigned indexSize, unsigned indexStart, unsigned indexCount)Urho3D::OcclusionBuffer
batches_Urho3D::OcclusionBufferprivate
buffers_Urho3D::OcclusionBufferprivate
BuildDepthHierarchy()Urho3D::OcclusionBuffer
CalculateViewport()Urho3D::OcclusionBufferprivate
Clear()Urho3D::OcclusionBuffer
ClearBuffer(unsigned threadIndex)Urho3D::OcclusionBufferprivate
ClipEdge(const Vector4 &v0, const Vector4 &v1, float d0, float d1) const Urho3D::OcclusionBufferinlineprivate
ClipVertices(const Vector4 &plane, Vector4 *vertices, bool *triangles, unsigned &numTriangles)Urho3D::OcclusionBufferprivate
context_Urho3D::Objectprotected
cullMode_Urho3D::OcclusionBufferprivate
depthHierarchyDirty_Urho3D::OcclusionBufferprivate
DrawBatch(const OcclusionBatch &batch, unsigned threadIndex)Urho3D::OcclusionBuffer
DrawTriangle(Vector4 *vertices, unsigned threadIndex)Urho3D::OcclusionBufferprivate
DrawTriangle2D(const Vector3 *vertices, bool clockwise, unsigned threadIndex)Urho3D::OcclusionBufferprivate
DrawTriangles()Urho3D::OcclusionBuffer
farClip_Urho3D::OcclusionBufferprivate
GetBuffer() const Urho3D::OcclusionBufferinline
GetCategory() const Urho3D::Object
GetContext() const Urho3D::Objectinline
GetCullMode() const Urho3D::OcclusionBufferinline
GetEventDataMap() const Urho3D::Object
GetEventHandler() const Urho3D::Object
GetEventSender() const Urho3D::Object
GetGlobalVar(StringHash key) const Urho3D::Object
GetGlobalVars() const Urho3D::Object
GetHeight() const Urho3D::OcclusionBufferinline
GetMaxTriangles() const Urho3D::OcclusionBufferinline
GetNumTriangles() const Urho3D::OcclusionBufferinline
GetProjection() const Urho3D::OcclusionBufferinline
GetSubsystem(StringHash type) const Urho3D::Object
GetSubsystem() const Urho3D::Object
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
GetUseTimer()Urho3D::OcclusionBuffer
GetView() const Urho3D::OcclusionBufferinline
GetWidth() const Urho3D::OcclusionBufferinline
HasEventHandlers() const Urho3D::Objectinline
HasSubscribedToEvent(StringHash eventType) const Urho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) const Urho3D::Object
height_Urho3D::OcclusionBufferprivate
IsInstanceOf(StringHash type) const Urho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) const Urho3D::Object
IsInstanceOf() const Urho3D::Objectinline
IsThreaded() const Urho3D::OcclusionBufferinline
IsVisible(const BoundingBox &worldSpaceBox) const Urho3D::OcclusionBuffer
maxTriangles_Urho3D::OcclusionBufferprivate
MergeBuffers()Urho3D::OcclusionBufferprivate
mipBuffers_Urho3D::OcclusionBufferprivate
ModelTransform(const Matrix4 &transform, const Vector3 &vertex) const Urho3D::OcclusionBufferinlineprivate
nearClip_Urho3D::OcclusionBufferprivate
numTriangles_Urho3D::OcclusionBufferprivate
Object(Context *context)Urho3D::Object
OcclusionBuffer(Context *context)Urho3D::OcclusionBuffer
offsetX_Urho3D::OcclusionBufferprivate
offsetY_Urho3D::OcclusionBufferprivate
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
projection_Urho3D::OcclusionBufferprivate
projOffsetScaleX_Urho3D::OcclusionBufferprivate
projOffsetScaleY_Urho3D::OcclusionBufferprivate
RefCounted()Urho3D::RefCounted
RefCountPtr()Urho3D::RefCountedinline
Refs() const Urho3D::RefCounted
ReleaseRef()Urho3D::RefCounted
Reset()Urho3D::OcclusionBuffer
ResetUseTimer()Urho3D::OcclusionBuffer
reverseCulling_Urho3D::OcclusionBufferprivate
scaleX_Urho3D::OcclusionBufferprivate
scaleY_Urho3D::OcclusionBufferprivate
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SetCullMode(CullMode mode)Urho3D::OcclusionBuffer
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetMaxTriangles(unsigned triangles)Urho3D::OcclusionBuffer
SetSize(int width, int height, bool threaded)Urho3D::OcclusionBuffer
SetView(Camera *camera)Urho3D::OcclusionBuffer
SignedArea(const Vector3 &v0, const Vector3 &v1, const Vector3 &v2) const Urho3D::OcclusionBufferinlineprivate
SubscribeToEvent(StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object
UnsubscribeFromAllEvents()Urho3D::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Urho3D::Object
UnsubscribeFromEvent(StringHash eventType)Urho3D::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Urho3D::Object
UnsubscribeFromEvents(Object *sender)Urho3D::Object
URHO3D_OBJECT(OcclusionBuffer, Object) (defined in Urho3D::OcclusionBuffer)Urho3D::OcclusionBufferprivate
useTimer_Urho3D::OcclusionBufferprivate
view_Urho3D::OcclusionBufferprivate
ViewportTransform(const Vector4 &vertex) const Urho3D::OcclusionBufferinlineprivate
viewProj_Urho3D::OcclusionBufferprivate
WeakRefs() const Urho3D::RefCounted
width_Urho3D::OcclusionBufferprivate
~Object()Urho3D::Objectvirtual
~OcclusionBuffer()Urho3D::OcclusionBuffervirtual
~RefCounted()Urho3D::RefCountedvirtual