Urho3D::Geometry Member List

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

AddRef()Urho3D::RefCounted
blockEvents_Urho3D::Objectprivate
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
context_Urho3D::Objectprotected
Draw(Graphics *graphics)Urho3D::Geometry
eventHandlers_Urho3D::Objectprivate
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constUrho3D::Objectprivate
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) constUrho3D::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constUrho3D::Objectprivate
Geometry(Context *context)Urho3D::Geometryexplicit
GetBlockEvents() constUrho3D::Objectinline
GetBufferHash() constUrho3D::Geometry
GetCategory() constUrho3D::Object
GetContext() constUrho3D::Objectinline
GetEventDataMap() constUrho3D::Object
GetEventHandler() constUrho3D::Object
GetEventSender() constUrho3D::Object
GetGlobalVar(StringHash key) constUrho3D::Object
GetGlobalVars() constUrho3D::Object
GetHitDistance(const Ray &ray, Vector3 *outNormal=nullptr, Vector2 *outUV=nullptr) constUrho3D::Geometry
GetIndexBuffer() constUrho3D::Geometryinline
GetIndexCount() constUrho3D::Geometryinline
GetIndexStart() constUrho3D::Geometryinline
GetLodDistance() constUrho3D::Geometryinline
GetNumVertexBuffers() constUrho3D::Geometryinline
GetPrimitiveType() constUrho3D::Geometryinline
GetRawData(const unsigned char *&vertexData, unsigned &vertexSize, const unsigned char *&indexData, unsigned &indexSize, const PODVector< VertexElement > *&elements) constUrho3D::Geometry
GetRawDataShared(SharedArrayPtr< unsigned char > &vertexData, unsigned &vertexSize, SharedArrayPtr< unsigned char > &indexData, unsigned &indexSize, const PODVector< VertexElement > *&elements) constUrho3D::Geometry
GetSubsystem(StringHash type) constUrho3D::Object
GetSubsystem() constUrho3D::Object
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
GetVertexBuffer(unsigned index) constUrho3D::Geometry
GetVertexBuffers() constUrho3D::Geometryinline
GetVertexCount() constUrho3D::Geometryinline
GetVertexStart() constUrho3D::Geometryinline
HasEventHandlers() constUrho3D::Objectinline
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
indexBuffer_Urho3D::Geometryprivate
indexCount_Urho3D::Geometryprivate
indexStart_Urho3D::Geometryprivate
IsEmpty() constUrho3D::Geometryinline
IsInside(const Ray &ray) constUrho3D::Geometry
IsInstanceOf(StringHash type) constUrho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) constUrho3D::Object
IsInstanceOf() constUrho3D::Objectinline
lodDistance_Urho3D::Geometryprivate
Object(Context *context)Urho3D::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
primitiveType_Urho3D::Geometryprivate
rawElements_Urho3D::Geometryprivate
rawIndexData_Urho3D::Geometryprivate
rawIndexSize_Urho3D::Geometryprivate
rawVertexData_Urho3D::Geometryprivate
rawVertexSize_Urho3D::Geometryprivate
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr()Urho3D::RefCountedinline
Refs() constUrho3D::RefCounted
ReleaseRef()Urho3D::RefCounted
RemoveEventSender(Object *sender)Urho3D::Objectprivate
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SendEvent(StringHash eventType, Args... args)Urho3D::Objectinline
SetBlockEvents(bool block)Urho3D::Objectinline
SetDrawRange(PrimitiveType type, unsigned indexStart, unsigned indexCount, bool getUsedVertexRange=true)Urho3D::Geometry
SetDrawRange(PrimitiveType type, unsigned indexStart, unsigned indexCount, unsigned vertexStart, unsigned vertexCount, bool checkIllegal=true)Urho3D::Geometry
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetIndexBuffer(IndexBuffer *buffer)Urho3D::Geometry
SetLodDistance(float distance)Urho3D::Geometry
SetNumVertexBuffers(unsigned num)Urho3D::Geometry
SetRawIndexData(const SharedArrayPtr< unsigned char > &data, unsigned indexSize)Urho3D::Geometry
SetRawVertexData(const SharedArrayPtr< unsigned char > &data, const PODVector< VertexElement > &elements)Urho3D::Geometry
SetRawVertexData(const SharedArrayPtr< unsigned char > &data, unsigned elementMask)Urho3D::Geometry
SetVertexBuffer(unsigned index, VertexBuffer *buffer)Urho3D::Geometry
SubscribeToEvent(StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Urho3D::Object
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)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(Geometry, Object) (defined in Urho3D::Geometry)Urho3D::Geometryprivate
vertexBuffers_Urho3D::Geometryprivate
vertexCount_Urho3D::Geometryprivate
vertexStart_Urho3D::Geometryprivate
WeakRefs() constUrho3D::RefCounted
~Geometry() overrideUrho3D::Geometry
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual