Class Cutter.CutEvent

  • Enclosing class:
    Cutter

    static class Cutter.CutEvent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CutEvent​(int ivertexCuttee, int ipartCuttee, double scalarCuttee0, double scalarCuttee1, int count, int ivertexCutter, int ipartCutter, double scalarCutter0, double scalarCutter1)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • m_ivertexCuttee

        int m_ivertexCuttee
      • m_ipartCuttee

        int m_ipartCuttee
      • m_scalarCuttee0

        double m_scalarCuttee0
      • m_scalarCuttee1

        double m_scalarCuttee1
      • m_count

        int m_count
      • m_ivertexCutter

        int m_ivertexCutter
      • m_ipartCutter

        int m_ipartCutter
      • m_scalarCutter0

        double m_scalarCutter0
      • m_scalarCutter1

        double m_scalarCutter1
    • Constructor Detail

      • CutEvent

        CutEvent​(int ivertexCuttee,
                 int ipartCuttee,
                 double scalarCuttee0,
                 double scalarCuttee1,
                 int count,
                 int ivertexCutter,
                 int ipartCutter,
                 double scalarCutter0,
                 double scalarCutter1)