Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
Public Member Functions | |
PartBoundaryIter (ParallelComm *pcomm, EntityHandle part_handle, iBase_EntityType entity_type, iMesh_EntityTopology entity_topology, int adj_part_id, int array_sz) | |
virtual ErrorCode | reset (Interface *) |
Private Attributes | |
ParallelComm * | pComm |
int | adjPart |
Definition at line 274 of file iMeshP_MOAB.cpp.
PartBoundaryIter::PartBoundaryIter | ( | ParallelComm * | pcomm, |
EntityHandle | part_handle, | ||
iBase_EntityType | entity_type, | ||
iMesh_EntityTopology | entity_topology, | ||
int | adj_part_id, | ||
int | array_sz | ||
) | [inline] |
Definition at line 281 of file iMeshP_MOAB.cpp.
: MBRangeIter( entity_type, entity_topology, part_handle, array_sz ), pComm( pcomm ), adjPart( adj_part_id ) { }
virtual ErrorCode PartBoundaryIter::reset | ( | Interface * | ) | [inline, virtual] |
Definition at line 291 of file iMeshP_MOAB.cpp.
References ErrorCode, and get_boundary_entities().
int PartBoundaryIter::adjPart [private] |
Definition at line 278 of file iMeshP_MOAB.cpp.
ParallelComm* PartBoundaryIter::pComm [private] |
Definition at line 277 of file iMeshP_MOAB.cpp.