template <class T> class FaceIterator Iterator for moving through the faces of classes
FaceIterator is a templated class which iterates over a vector of faces in Class T.
Arguments:
tx (not modified) is a class containing a Vector of Faces.
idirin (not modified) is the direction normal to the faces.
Returns: none.
This:
This object is modified.
Arguments:
tx (not modified) is another FaceIterator.
Returns: none.
This:
This object is modified.
Arguments:
tx (not modified) is a class containing a Vector of Faces.
idirin (not modified) is the direction normal to the faces.
Returns: none.
This:
This object is modified.
Arguments: none.
Returns: none.
This:
This object is modified.
Arguments: none.
Returns: none.
This:
This object is modified.
Arguments: none.
Returns:
Returns the value of the face for the current iteration.
This:
This object is not modified.
Arguments: none.
Returns:
Returns the index of the face for the current iteration.
This:
This object is not modified.
Arguments: none.
Returns:
true if there is a next face.
false otherwise.
This:
This object is not modified.
this page has been generated automatically by doc++