92 const ThatClass* operator->()
const {
return this; }
121 BaseClass operator()() {
return (*
this); }
126 Arcane::Integer s = elist.size();
132 for( Arcane::Integer i=0; i<s; ++i ){
133 v[i] =
new value_type(
this,configList(),elist[i]);
141 Arcane::Integer s = count();
144 for( Arcane::Integer i=0; i<s; ++i ){
152 const value_type& operator[](Arcane::Integer i)
const
153 {
return *(BaseClass::operator[](i)); }
155 {
return *(BaseClass::operator[](i)); }
156 Arcane::Integer count()
const
157 {
return BaseClass::size(); }
158 Arcane::Integer size()
const
159 {
return BaseClass::size(); }
173 , variable(_configList(),
174 "variable", _element())
208 "filename", _element(),
214 "partitioner", _element(),
215 "DefaultPartitioner",
220 "nb-ghost-layer", _element(),
226 "ghost-layer-builder-version", _element(),
232 "face-numbering-version", _element(),
238 "non-manifold-mesh", _element(),
244 "generator", _element(),
252 "specific-reader", _element(),
260 "subdivider", _element(),
261 "ArcaneBasicMeshSubdivider",
267 , initialization(_configList(),
268 "initialization", _element())
282 Arcane::Int32 getNbGhostLayer() {
return nbGhostLayer(); }
285 Arcane::Int32 getGhostLayerBuilderVersion() {
return ghostLayerBuilderVersion(); }
286 Arcane::ICaseFunction* getGhostLayerBuilderVersionFunction() {
return ghostLayerBuilderVersion.function(); }
287 Arcane::IStandardFunction* getGhostLayerBuilderVersionStandardFunction() {
return ghostLayerBuilderVersion.standardFunction(); }
288 Arcane::Int32 getFaceNumberingVersion() {
return faceNumberingVersion(); }
291 bool getNonManifoldMesh() {
return nonManifoldMesh(); }
301 bool hasGenerator()
const
302 {
return generator.isPresent(); }
303 bool hasFilename()
const
304 {
return filename.isPresent(); }
305 bool hasFaceNumberingVersion()
const
306 {
return faceNumberingVersion.isPresent(); }
307 bool hasSpecificReader()
const
308 {
return specificReader.isPresent(); }
309 bool hasSubdivider()
const
310 {
return subdivider.isPresent(); }
317 return m_case_options.get();
322 return m_case_options->configList();
327 m_case_options->setCaseModule(m);
332 m_case_options->setCaseServiceInfo(si);
338 m_case_options->addAlternativeNodeName(lang,name);
364 CaseOptionInit initialization;
Description et contenu d'un fichier.