|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectfem.MeshModel
public class MeshModel
メッシュモデル
フィールドの概要 | |
---|---|
Cube3D |
bounds
モデル境界を表す Cube3D |
protected java.util.ArrayList<Element> |
elements
要素を格納したリスト |
protected java.util.ArrayList<ElementBorder> |
freefaces
表面を格納したリスト |
static LabelComparator |
LABEL_COMPARATOR
ラベルの比較オブジェクト |
protected java.util.ArrayList<Node> |
nodes
節点を格納したリスト |
static NodesComparator |
NODES_COMPARATOR
節点集合の比較オブジェクト |
コンストラクタの概要 | |
---|---|
MeshModel()
メッシュモデルを構築する |
メソッドの概要 | |
---|---|
void |
addElement(Element element)
要素を追加する |
void |
addNode(Node node)
節点を追加する |
void |
clear()
メッシュを消去する |
Cube3D |
getBounds()
モデル境界を返す |
Element |
getElement(int index)
要素を返す |
int |
getElementCount()
要素数を返す |
int |
getFaceCount()
表面の数を返す |
ElementBorder |
getFreeFace(int index)
要素表面を返す |
void |
getFreeFaces()
表面を取り出す |
Node |
getNode(int index)
節点を返す |
int |
getNodeCount()
節点数を返す |
void |
init()
モデルを初期化する |
void |
modelBounds()
モデル境界を設定する |
Node[] |
nodes(Nodes nodes)
節点を返す |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final LabelComparator LABEL_COMPARATOR
public static final NodesComparator NODES_COMPARATOR
protected java.util.ArrayList<Node> nodes
protected java.util.ArrayList<Element> elements
protected java.util.ArrayList<ElementBorder> freefaces
public Cube3D bounds
Cube3D
コンストラクタの詳細 |
---|
public MeshModel()
メソッドの詳細 |
---|
public int getNodeCount()
public Node getNode(int index)
index
- 節点のインデックス
public void addNode(Node node)
node
- 節点public int getElementCount()
public Element getElement(int index)
index
- 要素のインデックス
public void addElement(Element element)
element
- 要素public int getFaceCount()
public ElementBorder getFreeFace(int index)
index
- 要素表面のインデックス
public Node[] nodes(Nodes nodes)
nodes
- 節点集合
public void clear()
public void init()
public void getFreeFaces()
public void modelBounds()
public Cube3D getBounds()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |