ソリッドモデル位相要素用基底クラス [詳細]
fk_Topologyに対する継承グラフ
fk_Topologyのコラボレーション図Public メソッド | |
| fk_Topology (void) | |
| コンストラクタ [詳細] | |
| virtual | ~fk_Topology () |
| デストラクタ [詳細] | |
| int | getID (void) const |
| ID取得関数 [詳細] | |
| fk_TopologyType | getType (void) const |
| 位相タイプ取得関数 [詳細] | |
Public メソッド inherited from fk_Attribute | |
| fk_Attribute (void) | |
| コンストラクタ [詳細] | |
| virtual | ~fk_Attribute () |
| デストラクタ [詳細] | |
| bool | setAttrII (const int key, const int value) |
| キーが int 型、値が int 型である属性設定関数 [詳細] | |
| bool | setAttrID (const int key, const double value) |
| キーが int 型、値が double 型である属性設定関数 [詳細] | |
| bool | setAttrIS (const int key, const std::string value) |
| キーが int 型、値が string 型である属性設定関数 [詳細] | |
| bool | setAttrSI (const std::string key, const int value) |
| キーが string 型、値が int 型である属性設定関数 [詳細] | |
| bool | setAttrSD (const std::string key, const double value) |
| キーが string 型、値が double 型である属性設定関数 [詳細] | |
| bool | setAttrSS (const std::string key, const std::string value) |
| キーが string 型、値が string 型である属性設定関数 [詳細] | |
| int | getAttrII (const int key) const |
| キーが int 型、値が int 型である属性参照関数 [詳細] | |
| double | getAttrID (const int key) const |
| キーが int 型、値が double 型である属性参照関数 [詳細] | |
| std::string | getAttrIS (const int key) const |
| キーが int 型、値が string 型である属性参照関数 [詳細] | |
| int | getAttrSI (const std::string key) const |
| キーが string 型、値が int 型である属性参照関数 [詳細] | |
| double | getAttrSD (const std::string key) const |
| キーが string 型、値が double 型である属性参照関数 [詳細] | |
| std::string | getAttrSS (const std::string key) const |
| キーが string 型、値が string 型である属性参照関数 [詳細] | |
| bool | existAttrII (const int key) const |
| キーが int 型、値が int 型である属性存在参照関数 [詳細] | |
| bool | existAttrID (const int key) const |
| キーが int 型、値が double 型である属性存在参照関数 [詳細] | |
| bool | existAttrIS (const int key) const |
| キーが int 型、値が string 型である属性存在参照関数 [詳細] | |
| bool | existAttrSI (const std::string key) const |
| キーが string 型、値が int 型である属性存在参照関数 [詳細] | |
| bool | existAttrSD (const std::string key) const |
| キーが string 型、値が double 型である属性存在参照関数 [詳細] | |
| bool | existAttrSS (const std::string key) const |
| キーが string 型、値が string 型である属性存在参照関数 [詳細] | |
| bool | deleteAttrII (const int key) |
| キーが int 型、値が int 型である属性消去関数 [詳細] | |
| bool | deleteAttrID (const int key) |
| キーが int 型、値が double 型である属性消去関数 [詳細] | |
| bool | deleteAttrIS (const int key) |
| キーが int 型、値が string 型である属性消去関数 [詳細] | |
| bool | deleteAttrSI (const std::string key) |
| キーが string 型、値が int 型である属性消去関数 [詳細] | |
| bool | deleteAttrSD (const std::string key) |
| キーが string 型、値が double 型である属性消去関数 [詳細] | |
| bool | deleteAttrSS (const std::string key) |
| キーが string 型、値が string 型である属性消去関数 [詳細] | |
Public メソッド inherited from fk_BaseObject | |
| fk_BaseObject (fk_ObjectType type=FK_BASEOBJECT) | |
| コンストラクタ [詳細] | |
| fk_ObjectType | getObjectType (void) const |
| タイプ取得関数 [詳細] | |
ソリッドモデル位相要素用基底クラス
このクラスは、 fk_Solid における位相要素の共通部分に関する機能を提供します。 FK におけるソリッドモデルの構造については、 ユーザーズマニュアルの「形状に対する高度な操作」の章を参照して下さい。
| fk_Topology::fk_Topology | ( | void | ) |
コンストラクタ
|
virtual |
デストラクタ
| int fk_Topology::getID | ( | void | ) | const |
ID取得関数
| fk_TopologyType fk_Topology::getType | ( | void | ) | const |
位相タイプ取得関数
位相タイプを返します。返り値は以下のいずれかとなります。
| FK_VERTEX_TYPE | 頂点を表します。 |
| FK_HALF_TYPE | 半稜線を表します。 |
| FK_EDGE_TYPE | 稜線を表します。 |
| FK_LOOP_TYPE | ループを表します。 |
| FK_INDEXFACE_TYPE | インデックスフェースセットを表します。 |
| FK_UNDEFINED_TYPE | 未定義な位相要素を表します。 |
1.8.5