Class MocQuery


  • public class MocQuery
    extends java.lang.Object
    Support for MOC queries.
    • Constructor Detail

      • MocQuery

        public MocQuery()
    • Method Detail

      • doMocQuery

        public static Moc doMocQuery​(int order,
                                     java.util.ArrayList<MocQuery.MocQueryComponent> comp)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • doMocQueryInclusive

        public static Moc doMocQueryInclusive​(int order,
                                              int omax,
                                              java.util.ArrayList<MocQuery.MocQueryComponent> comp)
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • prepPolygon

        public static java.util.ArrayList<MocQuery.MocQueryComponent> prepPolygon​(java.util.ArrayList<Vec3> vertex)
                                                                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • queryGeneralPolygon

        public static Moc queryGeneralPolygon​(java.util.ArrayList<Vec3> vertex,
                                              int order)
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • queryGeneralPolygonInclusive

        public static Moc queryGeneralPolygonInclusive​(java.util.ArrayList<Vec3> vertex,
                                                       int order,
                                                       int omax)
                                                throws java.lang.Exception
        Throws:
        java.lang.Exception