クラス CBlockMeshDict.face

  • 含まれているクラス:
    CBlockMeshDict

    private class CBlockMeshDict.face
    extends java.lang.Object
    boundary情報内face
    • フィールドの概要

      フィールド 
      修飾子とタイプ フィールド 説明
      (package private) int p0
      vertices へのポインタ(idx)
      (package private) int p1  
      (package private) int p2  
      (package private) int p3  
      (package private) java.lang.String prefix
      出力時にコメントをつけて出力する。
    • コンストラクタの概要

      コンストラクタ 
      コンストラクタ 説明
      face​(int p0, int p1, int p2, int p3)  
    • メソッドの概要

      すべてのメソッド インスタンス・メソッド concreteメソッド 
      修飾子とタイプ メソッド 説明
      (package private) void print()
      print
      • クラスから継承されたメソッド java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • フィールドの詳細

      • p0

        int p0
        vertices へのポインタ(idx)
      • p1

        int p1
      • p2

        int p2
      • p3

        int p3
      • prefix

        java.lang.String prefix
        出力時にコメントをつけて出力する。
    • コンストラクタの詳細

      • face

        public face​(int p0,
                    int p1,
                    int p2,
                    int p3)
        パラメータ:
        p0 - 頂点0
        p1 - 頂点1
        p2 - 頂点2
        p3 - 頂点3
    • メソッドの詳細

      • print

        void print()
        print