|
MeshKit
1.0
|
#include <FBiGeom.hpp>
Public Member Functions | |
| FBEntArrIter () | |
| ~FBEntArrIter () | |
| Error | getNext (EntityHandle *entity_handles_out, int &size_out, bool &has_more_data_out) |
| Error | reset () |
Private Attributes | |
| iBase_EntityArrIterator | mHandle |
| FBiGeom_Instance | mInstance |
| int | mSize |
Friends | |
| class | FBiGeom |
Definition at line 524 of file FBiGeom.hpp.
| FBEntArrIter | ( | ) | [inline] |
Definition at line 531 of file FBiGeom.hpp.
| ~FBEntArrIter | ( | ) | [inline] |
Definition at line 714 of file FBiGeom.hpp.
| FBiGeom::Error getNext | ( | EntityHandle * | entity_handles_out, |
| int & | size_out, | ||
| bool & | has_more_data_out | ||
| ) | [inline] |
Definition at line 732 of file FBiGeom.hpp.
| FBiGeom::Error reset | ( | ) | [inline] |
Definition at line 751 of file FBiGeom.hpp.
friend class FBiGeom [friend] |
Definition at line 526 of file FBiGeom.hpp.
iBase_EntityArrIterator mHandle [private] |
Definition at line 527 of file FBiGeom.hpp.
FBiGeom_Instance mInstance [private] |
Definition at line 528 of file FBiGeom.hpp.
int mSize [private] |
Definition at line 529 of file FBiGeom.hpp.