TreeElementShapeFunction

TreeElementShapeFunction

Treeおよび関連関数のオプションで,部分木要素を描画するためのプリミティブを生成する関数を指定する.

詳細

  • TreeElementShapeFunctionを使うと木の根のノードの形状およびパターンにマッチする位置にある任意の部分木の形状を生成する関数が指定できる.
  • 次は,使用可能なオプション設定である.
  • Automatic形状関数に自動設定を使う
    None部分木要素は描画しない
    "name"名前付きの部分木要素形状関数
    func一般的な部分木要素形状関数
    Allfuncすべてのノードで部分木要素形状関数 func を使う
    TreeCases[pattern]funcデータが pattern と一致するノードで func を使う
    {pos1func1,pos2func2,}部分木要素形状関数 funciを位置 posiで使う
    {patt1func1,patt2func2,}パターン pattiにマッチする位置で funciを使う
  • 部分木要素のスタイル指定は,事実上,TreeElementStyleTreeElementStyleFunctionTreeElementShapeFunctionの順に適用され,後の指定が先の指定をオーバーライドする.
  • TreeElementShapeFunctionfuncfunc[{x,y},data,{w,h}]が与えるプリミティブで根ノードを描画するように指定する.ここで,{x,y}は中心, data は根のデータ,{w,h}は幅と高さである.
  • 部分木要素関数 func はレイアウトアルゴリズムで自動計算された境界ボックス{{x-w,x+w},{y-h,y+h}}内に部分木要素のプリミティブを描画しなければならない.

例題

すべて開くすべて閉じる

  (3)

個々のノードの形状を指定する:

ノードの形状のリストを指定する:

すべてのノードに同じ形状関数を使う:

スコープ  (5)

TreeElementShapeFunctionギャラリー  (4)

VertexShapeFunctionの組込みコレクションのリストを得る:

"Basic"コレクションの中のTreeElementShapeFunctionの組込み設定を使う:

簡単な基本的形状:

よく使われる基本的形状:

"Rounded"コレクションの中のTreeElementShapeFunctionの組込み設定を使う:

"Concave"コレクションの中のTreeElementShapeFunctionの組込み設定を使う:

位置指定  (1)

位置パターンを使って位置を指定する:

データパターンを使って位置を指定する:

特性と関係  (4)

部分木用sの形状は位置で指定できる:

部分木によって指定された形状はその祖先によって指定された形状よりも優先順位が高い:

部分木内の位置{i,j,}は相対位置{i,j,}にあるその部分木を参照する:

位置{1}における相対位置{2}は大域的な位置{1,2}を参照する:

一般に,パターン pattpatt にマッチする大域的な位置{i,j,}にある部分木に適用される:

パターンのリスト{patt1,patt2,}pattiにマッチする相対位置{i,j,}に適用される:

考えられる問題  (1)

Insetを使ってグラフィックスまたは画像を描画する:

TreeElementShapeはノードに使われたグラフィックスまたは画像を取る:

Wolfram Research (2022), TreeElementShapeFunction, Wolfram言語関数, https://reference.wolfram.com/language/ref/TreeElementShapeFunction.html.

テキスト

Wolfram Research (2022), TreeElementShapeFunction, Wolfram言語関数, https://reference.wolfram.com/language/ref/TreeElementShapeFunction.html.

CMS

Wolfram Language. 2022. "TreeElementShapeFunction." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/TreeElementShapeFunction.html.

APA

Wolfram Language. (2022). TreeElementShapeFunction. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TreeElementShapeFunction.html

BibTeX

@misc{reference.wolfram_2024_treeelementshapefunction, author="Wolfram Research", title="{TreeElementShapeFunction}", year="2022", howpublished="\url{https://reference.wolfram.com/language/ref/TreeElementShapeFunction.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_treeelementshapefunction, organization={Wolfram Research}, title={TreeElementShapeFunction}, year={2022}, url={https://reference.wolfram.com/language/ref/TreeElementShapeFunction.html}, note=[Accessed: 22-November-2024 ]}