Class PoSFPolarGrid2D

    • Method Detail

      • setGeometry

        public void setGeometry​(int num_r,
                                int num_t,
                                float[] r,
                                float[] t)
        Calls setGeometry(num_r, num_t, r, t, (float[])null).
      • setGeometry

        public void setGeometry​(int num_r,
                                int num_t,
                                float[] r,
                                float[] t,
                                float[] z)
        Convenience method to change the geometry of the mesh. See also PbPolarGrid2D.setGeometry().
      • equals

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

        public void setValue​(PbPolarGrid2D newValue)
        Sets this field to newValue.
      • getValue

        public PbPolarGrid2D getValue()
        Returns this field's value.