AddDrawable(Drawable *drawable) | Urho3D::Octant | inline |
AddManualDrawable(Drawable *drawable) | Urho3D::Octree | |
AddRef() | Urho3D::RefCounted | |
AddReplicationState(ComponentReplicationState *state) | Urho3D::Component | |
AllocateNetworkState() | Urho3D::Serializable | |
ApplyAttributes() | Urho3D::Serializable | inlinevirtual |
center_ | Urho3D::Octant | protected |
CheckDrawableSize(const Vector3 &boxSize) const | Urho3D::Octant | |
children_ | Urho3D::Octant | protected |
CleanupConnection(Connection *connection) | Urho3D::Component | |
Component(Context *context) | Urho3D::Component | |
context_ | Urho3D::Object | protected |
cullingBox_ | Urho3D::Octant | protected |
DecDrawableCount() | Urho3D::Octant | inlineprotected |
DeleteChild(unsigned index) | Urho3D::Octant | |
DeleteChild(Octant *octant) | Urho3D::Octant | |
drawableReinsertions_ | Urho3D::Octree | private |
drawables_ | Urho3D::Octant | protected |
drawableUpdates_ | Urho3D::Octree | private |
DrawDebugGeometry(DebugRenderer *debug, bool depthTest) | Urho3D::Octree | virtual |
DrawDebugGeometry(bool depthTest) | Urho3D::Octree | |
GetAttribute(unsigned index) | Urho3D::Serializable | |
GetAttribute(const String &name) | Urho3D::Serializable | |
GetAttributes() const | Urho3D::Serializable | |
GetComponent(ShortStringHash type) const | Urho3D::Component | |
GetComponent() const | Urho3D::Component | |
GetComponents(PODVector< Component * > &dest, ShortStringHash type) const | Urho3D::Component | |
GetComponents(PODVector< T * > &dest) const | Urho3D::Component | |
GetContext() const | Urho3D::Object | inline |
GetCullingBox() const | Urho3D::Octant | inline |
GetDependencyNodes(PODVector< Node * > &dest) | Urho3D::Component | inlinevirtual |
GetDrawables(OctreeQuery &query) const | Urho3D::Octree | |
GetDrawablesInternal(OctreeQuery &query, bool inside) const | Urho3D::Octant | protected |
GetDrawablesInternal(RayOctreeQuery &query) const | Urho3D::Octant | protected |
GetDrawablesOnlyInternal(RayOctreeQuery &query, PODVector< Drawable * > &drawables) const | Urho3D::Octant | protected |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetID() const | Urho3D::Component | inline |
GetLevel() const | Urho3D::Octant | inline |
GetNetworkAttributes() const | Urho3D::Serializable | |
GetNode() const | Urho3D::Component | inline |
GetNumAttributes() const | Urho3D::Serializable | |
GetNumDrawables() const | Urho3D::Octant | inline |
GetNumLevels() const | Urho3D::Octree | inline |
GetNumNetworkAttributes() const | Urho3D::Serializable | |
GetOrCreateChild(unsigned index) | Urho3D::Octant | |
GetParent() const | Urho3D::Octant | inline |
GetRoot() const | Urho3D::Octant | inline |
GetScene() const | Urho3D::Component | |
GetSubsystem(ShortStringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
GetWorldBoundingBox() const | Urho3D::Octant | inline |
halfSize_ | Urho3D::Octant | protected |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
id_ | Urho3D::Component | protected |
IncDrawableCount() | Urho3D::Octant | inlineprotected |
index_ | Urho3D::Octant | protected |
InsertDrawable(Drawable *drawable, const Vector3 &boxCenter, const Vector3 &boxSize) | Urho3D::Octant | |
IsEmpty() | Urho3D::Octant | inline |
level_ | Urho3D::Octant | protected |
Load(Deserializer &source) | Urho3D::Serializable | virtual |
LoadXML(const XMLElement &source) | Urho3D::Serializable | virtual |
MarkNetworkUpdate() | Urho3D::Component | |
networkState_ | Urho3D::Serializable | protected |
networkUpdate_ | Urho3D::Component | protected |
node_ | Urho3D::Component | protected |
numDrawables_ | Urho3D::Octant | protected |
numLevels_ | Urho3D::Octree | private |
OBJECT(Octree) (defined in Urho3D::Octree) | Urho3D::Octree | private |
Object(Context *context) | Urho3D::Object | |
Octant(const BoundingBox &box, unsigned level, Octant *parent, Octree *root, unsigned index=ROOT_INDEX) | Urho3D::Octant | |
Octree(Context *context) | Urho3D::Octree | |
octreeMutex_ | Urho3D::Octree | private |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
OnGetAttribute(const AttributeInfo &attr, Variant &dest) | Urho3D::Serializable | virtual |
OnMarkedDirty(Node *node) | Urho3D::Component | inlineprotectedvirtual |
OnNodeSet(Node *node) | Urho3D::Component | inlineprotectedvirtual |
OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Urho3D::Octree | virtual |
parent_ | Urho3D::Octant | protected |
PrepareNetworkUpdate() | Urho3D::Component | |
QueueReinsertion(Drawable *drawable) | Urho3D::Octree | |
QueueUpdate(Drawable *drawable) | Urho3D::Octree | |
Raycast(RayOctreeQuery &query) const | Urho3D::Octree | |
RaycastDrawablesWork (defined in Urho3D::Octree) | Urho3D::Octree | friend |
RaycastSingle(RayOctreeQuery &query) const | Urho3D::Octree | |
rayQuery_ | Urho3D::Octree | mutableprivate |
rayQueryDrawables_ | Urho3D::Octree | mutableprivate |
rayQueryResults_ | Urho3D::Octree | mutableprivate |
ReadDeltaUpdate(Deserializer &source) | Urho3D::Serializable | |
ReadLatestDataUpdate(Deserializer &source) | Urho3D::Serializable | |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::Octree | static |
ReinsertDrawables(const FrameInfo &frame) | Urho3D::Octree | private |
Release() | Urho3D::Octant | protected |
ReleaseRef() | Urho3D::RefCounted | |
Remove() | Urho3D::Component | |
RemoveDrawable(Drawable *drawable, bool resetOctant=true) | Urho3D::Octant | inline |
RemoveManualDrawable(Drawable *drawable) | Urho3D::Octree | |
ResetRoot() | Urho3D::Octant | |
Resize(const BoundingBox &box, unsigned numLevels) | Urho3D::Octree | |
root_ | Urho3D::Octant | protected |
Save(Serializer &dest) | Urho3D::Component | virtual |
SaveXML(XMLElement &dest) | Urho3D::Component | virtual |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
Serializable(Context *context) | Urho3D::Serializable | |
SetAttribute(unsigned index, const Variant &value) | Urho3D::Serializable | |
SetAttribute(const String &name, const Variant &value) | Urho3D::Serializable | |
SetID(unsigned id) | Urho3D::Component | protected |
SetNode(Node *node) | Urho3D::Component | protected |
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 | |
Update(const FrameInfo &frame) | Urho3D::Octree | |
UpdateDrawables(const FrameInfo &frame) | Urho3D::Octree | private |
WeakRefs() const | Urho3D::RefCounted | |
worldBoundingBox_ | Urho3D::Octant | protected |
WriteDeltaUpdate(Serializer &dest, const DirtyBits &attributeBits) | Urho3D::Serializable | |
WriteInitialDeltaUpdate(Serializer &dest) | Urho3D::Serializable | |
WriteLatestDataUpdate(Serializer &dest) | Urho3D::Serializable | |
~Component() | Urho3D::Component | virtual |
~Object() | Urho3D::Object | virtual |
~Octant() | Urho3D::Octant | virtual |
~Octree() | Urho3D::Octree | |
~RefCounted() | Urho3D::RefCounted | virtual |
~Serializable() | Urho3D::Serializable | virtual |