|
MeshKit
1.0
|
#include <FBiGeom.hpp>
Public Member Functions | |
| FBEntIter () | |
| ~FBEntIter () | |
| Error | getNext (EntityHandle &entity_handle_out, bool &has_more_data_out) |
| Error | reset () |
Private Attributes | |
| iBase_EntityIterator | mHandle |
| FBiGeom_Instance | mInstance |
Friends | |
| class | FBiGeom |
Definition at line 543 of file FBiGeom.hpp.
| FBEntIter | ( | ) | [inline] |
Definition at line 549 of file FBiGeom.hpp.
| ~FBEntIter | ( | ) | [inline] |
Definition at line 723 of file FBiGeom.hpp.
| FBiGeom::Error getNext | ( | EntityHandle & | entity_handle_out, |
| bool & | has_more_data_out | ||
| ) | [inline] |
Definition at line 742 of file FBiGeom.hpp.
| FBiGeom::Error reset | ( | ) | [inline] |
Definition at line 758 of file FBiGeom.hpp.
friend class FBiGeom [friend] |
Definition at line 545 of file FBiGeom.hpp.
iBase_EntityIterator mHandle [private] |
Definition at line 546 of file FBiGeom.hpp.
FBiGeom_Instance mInstance [private] |
Definition at line 547 of file FBiGeom.hpp.