moab
Forward.hpp
Go to the documentation of this file.
00001 
00016 #ifndef MOAB_FORWARD_HPP
00017 #define MOAB_FORWARD_HPP
00018 
00019 #include "moab/Types.hpp"
00020 #include <vector>
00021 
00022 namespace moab {
00023 
00024 class Interface;
00025 class Range;
00026 class SetIterator;
00027 class ProcConfig;
00028 
00029 typedef std::vector<EntityHandle> HandleVec;
00030 
00031 } // namespace moab
00032 
00033 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines