visad.formula
Class VRealType
java.lang.Object
visad.ThingImpl
visad.formula.VRealType
- All Implemented Interfaces:
- Cloneable, Serializable, Thing
- public class VRealType
- extends ThingImpl
Thing wrapper for visad.RealType.
- See Also:
- Serialized Form
| Nested classes inherited from class visad.ThingImpl |
|
VRealType
public VRealType(RealType rt)
- constructor
get
public static VRealType get(RealType rt)
- gets the VRealType corresponding to the specified RealType,
creating it if necessary
getRealType
public RealType getRealType()
- return the wrapper's RealType