CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
FacetModeler::FaceIterator Class Reference

#include <FMMdlIterators.h>

Public Member Functions

 FaceIterator (const Body *pBody)
 
bool done ()
 
void next ()
 
Faceget ()
 

Detailed Description

Body face iterator.

Definition at line 163 of file FMMdlIterators.h.

Constructor & Destructor Documentation

◆ FaceIterator()

FacetModeler::FaceIterator::FaceIterator ( const Body pBody)
explicit

Constructor. Creates a face iterator for the given body.

Parameters
pBody[in] Pointer to the body to be iterated.

Member Function Documentation

◆ done()

bool FacetModeler::FaceIterator::done ( )

Checks whether the iteration is finished.

Returns
true if the iteration is finished, false otherwise.

◆ get()

Face * FacetModeler::FaceIterator::get ( )

Gets the current item.

Returns
Pointer to the current item.

◆ next()

void FacetModeler::FaceIterator::next ( )

Sets the iterator to the next item.


The documentation for this class was generated from the following file: