TUM CCSM Commons

Uses of Interface
edu.tum.cs.commons.visitor.IMeshWalker

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
<T,X_WALKER extends java.lang.Exception>
void
ConstraintValidator.validateMesh(T start, IMeshWalker<T,X_WALKER> walker)
          Validates all reachable elements of a mesh.
<T,X extends java.lang.Exception,X_WALKER extends java.lang.Exception>
void
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
<T,X1 extends java.lang.Exception,X2 extends java.lang.Exception>
void
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

TUM CCSM Commons - 2.7