Class PoRegularCartesianGrid3D

    • Constructor Detail

      • PoRegularCartesianGrid3D

        public PoRegularCartesianGrid3D()
        Constructor.
    • Method Detail

      • setGeometry

        public void setGeometry​(int num_x,
                                int num_y,
                                int num_z,
                                float x_min,
                                float y_min,
                                float z_min,
                                float x_max,
                                float y_max,
                                float z_max)
        Convenience method to change the geometry of the mesh. See also PbRegularCartesianGrid3D.setGeometry().