static class HPSTrackerConverter.ModuleComponentParameters extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
componentNumber |
protected double |
dimX |
protected double |
dimY |
protected String |
materialName |
protected boolean |
sensitive |
protected double |
thickness |
protected String |
vis |
Constructor and Description |
---|
ModuleComponentParameters(double dimX,
double dimY,
double thickness,
String materialName,
int componentNumber,
boolean sensitive,
String vis) |
Modifier and Type | Method and Description |
---|---|
int |
getComponentNumber() |
double |
getDimensionX() |
double |
getDimensionY() |
String |
getMaterialName() |
double |
getThickness() |
String |
getVis() |
boolean |
isSensitive() |
protected String materialName
protected double thickness
protected boolean sensitive
protected int componentNumber
protected String vis
protected double dimX
protected double dimY
public double getThickness()
public double getDimensionX()
public double getDimensionY()
public String getMaterialName()
public boolean isSensitive()
public int getComponentNumber()
public String getVis()
Copyright © 2019. All rights reserved.