Class Voro.dodecahedron_initial_shape

  • Enclosing class:
    Voro

    class Voro.dodecahedron_initial_shape
    extends Voro.wall
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean cut_cell​(Voro.voronoicell_neighbor c, double x, double y, double z)
      A pure virtual function for cutting a cell with neighbor-tracking enabled with a wall.
      boolean cut_cell​(Voro.voronoicell c, double x, double y, double z)
      A pure virtual function for cutting a cell without neighbor-tracking with a wall.
      void delete()  
      boolean point_inside​(double x, double y, double z)
      A pure virtual function for testing whether a point is inside the wall object.
      • Methods inherited from class java.lang.Object

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

      • dodecahedron_initial_shape

        public dodecahedron_initial_shape()
    • Method Detail

      • point_inside

        public boolean point_inside​(double x,
                                    double y,
                                    double z)
        Description copied from class: Voro.wall
        A pure virtual function for testing whether a point is inside the wall object.
        Specified by:
        point_inside in class Voro.wall
      • cut_cell

        public boolean cut_cell​(Voro.voronoicell c,
                                double x,
                                double y,
                                double z)
        Description copied from class: Voro.wall
        A pure virtual function for cutting a cell without neighbor-tracking with a wall.
        Specified by:
        cut_cell in class Voro.wall
      • cut_cell

        public boolean cut_cell​(Voro.voronoicell_neighbor c,
                                double x,
                                double y,
                                double z)
        Description copied from class: Voro.wall
        A pure virtual function for cutting a cell with neighbor-tracking enabled with a wall.
        Specified by:
        cut_cell in class Voro.wall