53 virtual void mesh1(CDart* ADart,
int ASx,
54 const CTransformationMatrix * AMeshMatrix,
55 bool AMeshWithMerges =
true,
56 bool AMeshWithAdjacentSews =
true,
57 bool AMeshAssociatedCells =
false,
58 int ADirectInfoAlpha0 = -1,
int ADirectInfoAssoc = -1);
90 virtual void mesh2(CDart* ADart,
92 const CTransformationMatrix * AMeshMatrix,
93 bool AMeshWithMerges =
true,
94 bool AMeshWithAdjacentSews =
true,
95 bool AMeshAssociatedCells =
false,
96 bool AGetAssociatedEmbeddings =
false,
97 int AInitialMeshDim = 0,
int AFinalMeshDim = 2,
98 int ADirectInfoAlpha0 = -1,
int ADirectInfoAssoc = -1);
131 virtual void mesh3(CDart* ADart,
132 int ASx,
int ASy,
int ASz,
133 const CTransformationMatrix * AMeshMatrix,
134 bool AMeshWithMerges =
true,
135 bool AMeshWithAdjacentSews =
true,
136 bool AMeshAssociatedCells =
false,
137 int AInitialMeshDim = 0,
int AFinalMeshDim = 3,
138 int ADirectInfoAlpha0 = -1,
int ADirectInfoAssoc = -1);