moab
PartBoundaryIter Class Reference
Inheritance diagram for PartBoundaryIter:
MBIter< Container > iBase_EntityArrIterator_Private

List of all members.

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

ParallelCommpComm
int adjPart

Detailed Description

Definition at line 263 of file iMeshP_MOAB.cpp.


Constructor & Destructor Documentation

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 269 of file iMeshP_MOAB.cpp.

  : MBRangeIter( entity_type, entity_topology,
                 part_handle, array_sz ),
    pComm(pcomm), adjPart(adj_part_id)
{}

Member Function Documentation

virtual ErrorCode PartBoundaryIter::reset ( Interface ) [inline, virtual]

Definition at line 280 of file iMeshP_MOAB.cpp.


Member Data Documentation

Definition at line 267 of file iMeshP_MOAB.cpp.

Definition at line 266 of file iMeshP_MOAB.cpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines