Esempio n. 1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="other"></param>
 public MeshVertexVectorField(MeshField other)
     : base(other)
 {
 }
 /// <summary>
 ///
 /// </summary>
 /// <param name="other"></param>
 public MeshVertexScalarField(MeshField other)
     : base(other)
 {
 }
Esempio n. 3
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="other"></param>
 public MeshField(MeshField other)
 {
     _mesh      = other._mesh;
     _queryMesh = other._queryMesh;
 }
Esempio n. 4
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="other"></param>
 public MeshScalarField(MeshField other)
     : base(other)
 {
 }