78 virtual void mesh1(CDart* ADart,
int ASx,
79 const CTransformationMatrix* AMeshMatrix = NULL,
80 bool AMeshWithMerges =
true,
81 bool AMeshWithAdjacentSews =
true,
82 bool AMeshAssociatedCells =
false,
83 int ADirectInfoAlpha0 = -1,
int ADirectInfoAssoc = -1);
104 int AInitialMeshDim = 0);
146 virtual void mesh2(CDart* ADart,
148 const CTransformationMatrix * AMeshMatrix = NULL,
149 bool AMeshWithMerges =
true,
150 bool AMeshWithAdjacentSews =
true,
151 bool AMeshAssociatedCells =
false,
152 bool AGetAssociatedEmbeddings =
false,
153 int AInitialMeshDim = 0,
int AFinalMeshDim = 2,
154 int ADirectInfoAlpha0 = -1,
int ADirectInfoAssoc = -1);
178 int ASx,
int ASy,
int ASz,
179 int AInitialMeshDim = 0);
231 virtual void mesh3(CDart* ADart,
232 int ASx,
int ASy,
int ASz,
233 const CTransformationMatrix * AMeshMatrix = NULL,
234 bool AMeshWithMerges =
true,
235 bool AMeshWithAdjacentSews =
true,
236 bool AMeshAssociatedCells =
false,
237 int AInitialMeshDim = 0,
int AFinalMeshDim = 3,
238 int ADirectInfoAlpha0 = -1,
int ADirectInfoAssoc = -1);