#include "SMESH_Octree.hxx"#include <gp_Pnt.hxx>#include "SMDS_MeshNode.hxx"#include <list>#include <set>#include <map>#include "SMDS_ElemIterator.hxx"

Go to the source code of this file.
Data Structures | |
| class | SMESH_OctreeNode |
Typedefs | |
| typedef SMDS_Iterator < SMESH_OctreeNode * > | SMESH_OctreeNodeIterator |
| typedef boost::shared_ptr < SMESH_OctreeNodeIterator > | SMESH_OctreeNodeIteratorPtr |
| typedef std::set< const SMDS_MeshNode *, TIDCompare > | TIDSortedNodeSet |
Definition at line 45 of file SMESH_OctreeNode.hxx.
| typedef boost::shared_ptr<SMESH_OctreeNodeIterator> SMESH_OctreeNodeIteratorPtr |
Definition at line 48 of file SMESH_OctreeNode.hxx.
| typedef std::set< const SMDS_MeshNode*, TIDCompare > TIDSortedNodeSet |
Definition at line 49 of file SMESH_OctreeNode.hxx.