25 #ifndef MESH_INTERFACE_HH
26 #define MESH_INTERFACE_HH
31 class CTransformationMatrix;
41 CMesh(CGMapVertex* AMap);
79 const CTransformationMatrix* AMeshMatrix = NULL,
80 bool AMeshWithMerges =
true,
81 bool AMeshWithAdjacentSews =
true,
82 bool AMeshAssociatedCells =
false,
83 int ADirectInfoAlpha0 = -1,
int ADirectInfoAssoc = -1);
113 int ASx = 1,
int ASy = 1,
114 const CTransformationMatrix* AMeshMatrix = NULL,
115 bool AMeshWithMerges =
true,
116 bool AMeshWithAdjacentSews =
true,
117 bool AMeshAssociatedCells =
false,
118 int AInitialMeshDim = 0,
int AFinalMeshDim = 2,
119 int ADirectInfoAlpha0 = -1,
120 int ADirectInfoAssoc = -1);
151 int ASx = 1,
int ASy = 1,
int ASz = 1,
152 const CTransformationMatrix* AMeshMatrix = NULL,
153 bool AMeshWithMerges =
true,
154 bool AMeshWithAdjacentSews =
true,
155 bool AMeshAssociatedCells =
false,
156 int AInitialMeshDim = 0,
int AFinalMeshDim = 3,
157 int ADirectInfoAlpha0 = -1,
int ADirectInfoAssoc = -1);
165 #endif // MESH_INTERFACE_HH