|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMeshWalker | |
---|---|
edu.tum.cs.commons.constraint | Generic classes used for validating constraints. |
edu.tum.cs.commons.visitor | Visitor interface and traversal code. |
Uses of IMeshWalker in edu.tum.cs.commons.constraint |
---|
Methods in edu.tum.cs.commons.constraint with parameters of type IMeshWalker | ||
---|---|---|
|
ConstraintValidator.validateMesh(T start,
IMeshWalker<T,X_WALKER> walker)
Validates all reachable elements of a mesh. |
|
|
ConstraintValidator.validateMesh(T start,
IMeshWalker<T,X_WALKER> walker,
IExceptionHandler<ConstraintViolationException,X> handler)
Validates all reachable elements of a mesh. |
Uses of IMeshWalker in edu.tum.cs.commons.visitor |
---|
Methods in edu.tum.cs.commons.visitor with parameters of type IMeshWalker | ||
---|---|---|
static
|
VisitorUtils.visitAllDepthFirst(T start,
IMeshWalker<T,X1> walker,
IVisitor<T,X2> visitor)
Visits all elements of a mesh in depth first order. |
|
TUM CCSM Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |