public class VgNavigationModalityParametersMap
extends java.lang.Object
Constructor and Description |
---|
VgNavigationModalityParametersMap() |
VgNavigationModalityParametersMap(VgNavigationModalityParametersMap arg0) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
del(VgModalityParameterType key) |
void |
delete() |
boolean |
empty() |
double |
get(VgModalityParameterType key) |
boolean |
has_key(VgModalityParameterType key) |
void |
set(VgModalityParameterType key,
double x) |
long |
size() |
public VgNavigationModalityParametersMap()
public VgNavigationModalityParametersMap(VgNavigationModalityParametersMap arg0)
public void delete()
public long size()
public boolean empty()
public void clear()
public double get(VgModalityParameterType key)
public void set(VgModalityParameterType key, double x)
public void del(VgModalityParameterType key)
public boolean has_key(VgModalityParameterType key)