Class PoSFRegularCartesianGrid2D

    • Method Detail

      • setGeometry

        public void setGeometry​(int num_x,
                                int num_y,
                                float x_min,
                                float y_min,
                                float x_max,
                                float y_max)
        Calls setGeometry(num_x, num_y, x_min, y_min, x_max, y_max, (float[])null).
      • setGeometry

        public void setGeometry​(int num_x,
                                int num_y,
                                float x_min,
                                float y_min,
                                float x_max,
                                float y_max,
                                float[] z)
        Convenience method to change the geometry of the mesh. See also PbRegularCartesianGrid2D.setGeometry().
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class SoField