edu.tum.cs.commons.visitor
Interface IMeshWalker<T,X extends java.lang.Exception>
- Type Parameters:
T
- the type of the elements of the mesh.X
- the type of exception thrown. Use
NeverThrownRuntimeException
if no exception is thrown
public interface IMeshWalker<T,X extends java.lang.Exception>
Interface for a mesh walker, i.e. a class which allows the traversal of a
general mesh of elements.
- Version:
- $Rev: 26283 $
- Author:
- hummelb, $Author: juergens $
- Rating:
- GREEN Hash: 24DD25A493EC60B0CA0EA2235C5EFF75
Method Summary |
java.util.Collection<T> |
getAdjacentElements(T element)
Returns all elements which are directly reachable from a given element
(and are part of the mesh). |
getAdjacentElements
java.util.Collection<T> getAdjacentElements(T element)
throws X extends java.lang.Exception
- Returns all elements which are directly reachable from a given element
(and are part of the mesh).
- Throws:
X extends java.lang.Exception
TUM CCSM Commons - 2.7