Class StateConstraint


  • public class StateConstraint
    extends java.lang.Object
    Interface for the checking for collisions for work cell states.
    • Constructor Detail

      • StateConstraint

        public StateConstraint​(long cPtr,
                               boolean cMemoryOwn)
    • Method Detail

      • delete

        public void delete()
      • setLog

        public void setLog​(LogPtr log)
        Set the log to be used for writing debug info

        Parameters:
        log - [in] Log to which debug information is to be written
      • inCollision

        public boolean inCollision​(State state)
        True if the work cell is considered to be in collision for the
        work cell state state.