Home
last modified time | relevance | path

Searched defs:OctreeNode (Results 1 – 23 of 23) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/bitmap/
H A DOctree.hxx27 struct OctreeNode struct
33 std::unique_ptr<OctreeNode> pChild[8]; argument
34 OctreeNode* pNext = nullptr; argument
44 void CreatePalette(OctreeNode* pNode); argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/inc/bitmap/
H A DOctree.hxx26 struct OctreeNode struct
32 std::unique_ptr<OctreeNode> pChild[8]; argument
33 OctreeNode* pNext = nullptr; argument
43 void CreatePalette(OctreeNode* pNode); argument
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/PlugIns/OctreeSceneManager/src/
H A DOgreOctreeNode.cpp52 OctreeNode::OctreeNode( SceneManager* creator ) : SceneNode( creator ) in OctreeNode() function in Ogre::OctreeNode
57 OctreeNode::OctreeNode( SceneManager* creator, const String& name ) : SceneNode( creator, name ) in OctreeNode() function in Ogre::OctreeNode
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/OctreeSceneManager/src/
H A DOgreOctreeNode.cpp50 OctreeNode::OctreeNode( SceneManager* creator ) : SceneNode( creator ) in OctreeNode() function in Ogre::OctreeNode
55 OctreeNode::OctreeNode( SceneManager* creator, const String& name ) : SceneNode( creator, name ) in OctreeNode() function in Ogre::OctreeNode
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/OctreeSceneManager/include/
H A DOgreOctree.h53 class OctreeNode; variable
H A DOgreOctreeSceneManager.h58 class OctreeNode; variable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/PlugIns/OctreeSceneManager/include/
H A DOgreOctree.h48 class OctreeNode; variable
H A DOgreOctreeSceneManager.h54 class OctreeNode; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/src/
H A DitkOctreeNode.cxx28 OctreeNode::OctreeNode() in OctreeNode() function in itk::OctreeNode
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Volume/include/
H A DOgreVolumeOctreeNodeSplitPolicy.h40 class OctreeNode; variable
/dports/graphics/ogre3d/ogre-1.11.6/Components/Volume/include/
H A DOgreVolumeOctreeNodeSplitPolicy.h43 class OctreeNode; variable
H A DOgreVolumeChunkHandler.h48 class OctreeNode; variable
H A DOgreVolumeChunk.h51 class OctreeNode; variable
/dports/games/bzflag-server/bzflag-2.4.22/src/scene/
H A DOctree.h21 class OctreeNode; variable
H A DOctree.cxx335 OctreeNode::OctreeNode(unsigned char _depth, const Extents& exts, in OctreeNode() function in OctreeNode
/dports/games/bzflag/bzflag-2.4.22/src/scene/
H A DOctree.h21 class OctreeNode; variable
H A DOctree.cxx335 OctreeNode::OctreeNode(unsigned char _depth, const Extents& exts, in OctreeNode() function in OctreeNode
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/Volume/src/
H A DOgreVolumeOctreeNode.cpp76 OctreeNode::OctreeNode(const Vector3 &from, const Vector3 &to) : mFrom(from), mTo(to), in OctreeNode() function in Ogre::Volume::OctreeNode
/dports/graphics/ogre3d/ogre-1.11.6/Components/Volume/src/
H A DOgreVolumeOctreeNode.cpp78 OctreeNode::OctreeNode(const Vector3 &from, const Vector3 &to) : mFrom(from), mTo(to), in OctreeNode() function in Ogre::Volume::OctreeNode
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/octree/include/pcl/octree/
H A Doctree_nodes.h60 OctreeNode() {} in OctreeNode() function
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DOctree.h153 OctreeNode(u32& nodeCount, u32 currentdepth, in OctreeNode() function
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DOctree.h153 OctreeNode(u32& nodeCount, u32 currentdepth, in OctreeNode() function
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DOctree.h45 OctreeNode(const BBox<F,3>& bounds, const F minSize, OctreeNode* parent) : in OctreeNode() function