jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics
クラス PFReducedPolygonList

java.lang.Object
  上位を拡張 jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFPolygonList
      上位を拡張 jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFReducedPolygonList
すべての実装されたインタフェース:
PFINode

public class PFReducedPolygonList
extends PFPolygonList

メモリ節約ポリゴンリストクラス


フィールドの概要
 
クラス jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFPolygonList から継承されたフィールド
backFaceAttribute, frontFaceAttribute, matrixAttribute, objectAttribute, objectID, rootFlag, temporaryFlag, visible
 
コンストラクタの概要
PFReducedPolygonList()
          コンストラクタ
 
メソッドの概要
 int getAllVertices()
          全頂点数を取得
 int getDuplicatedNormals()
          重複法線数を取得
 int getDuplicatedVertices()
          重複頂点数を取得
 float getNormalTolerance()
          同一法線判定トレランスを取得
 float getVertexTolerance()
          同一点判定トレランスを取得
 void setNormalTolerance(float tol)
          同一法線判定トレランスを設定
 void setVertexTolerance(float tol)
          同一点判定トレランスを設定
 
クラス jp.go.aist.dmrc.platform.beans.graphics.ThreeDGraphics.PFPolygonList から継承されたメソッド
addPolygon, addPolygons, addVertexList, checkValidity, getBackFaceAttribute, getFrontFaceAttribute, getGeometryCount, getMatrixAttribute, getNormalList, getObjectAttribute, getObjectID, getRootNode, getTemporaryFlag, getVertexList, getVisible, setBackFaceAttribute, setFrontFaceAttribute, setMatrixAttribute, setNormalList, setObjectAttribute, setObjectID, setRootNode, setTemporaryFlag, setVertexList, setVisible
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PFReducedPolygonList

public PFReducedPolygonList()
コンストラクタ

メソッドの詳細

getVertexTolerance

public float getVertexTolerance()
同一点判定トレランスを取得

戻り値:
同一点判定トレランス

setVertexTolerance

public void setVertexTolerance(float tol)
同一点判定トレランスを設定

パラメータ:
tol - 同一点判定トレランス

getNormalTolerance

public float getNormalTolerance()
同一法線判定トレランスを取得

戻り値:
同一法線判定トレランス

setNormalTolerance

public void setNormalTolerance(float tol)
同一法線判定トレランスを設定

パラメータ:
tol - 同一法線判定トレランス

getDuplicatedNormals

public int getDuplicatedNormals()
重複法線数を取得


getDuplicatedVertices

public int getDuplicatedVertices()
重複頂点数を取得


getAllVertices

public int getAllVertices()
全頂点数を取得