case MED_EN::MED_INT32 :
{
((FIELD<int>*)myField)->read();
- FIELDTEMPLATE_I<int,FullInterlace> *myFieldIntI = new FIELDTEMPLATE_I<int,FullInterlace>((FIELD<int>*)myField);
+ FIELDTEMPLATE_I<int> *myFieldIntI = new FIELDTEMPLATE_I<int>((FIELD<int>*)myField);
myFieldIOR = myFieldIntI->_this();
// myFieldIntI->addInStudy(myStudy,myFieldIOR);
break;
case MED_EN::MED_REEL64:
{
((FIELD<double>*)myField)->read();
- FIELDTEMPLATE_I<double,FullInterlace> *myFieldDoubleI = new FIELDTEMPLATE_I<double,FullInterlace>((FIELD<double,FullInterlace>*)myField);
+ FIELDTEMPLATE_I<double> *myFieldDoubleI = new FIELDTEMPLATE_I<double>((FIELD<double>*)myField);
myFieldIOR = myFieldDoubleI->_this();
// myFieldDoubleI->addInStudy(myStudy,myFieldIOR);
break;
case MED_EN::MED_INT32:
{
((FIELD<int>*)myField)->read();
- FIELDTEMPLATE_I<int,FullInterlace> *myFieldIntI = new FIELDTEMPLATE_I<int,FullInterlace>((FIELD<int>*)myField);
+ FIELDTEMPLATE_I<int> *myFieldIntI = new FIELDTEMPLATE_I<int>((FIELD<int>*)myField);
SALOME_MED::FIELDINT_ptr myFieldIntIOR;
myFieldIntIOR = myFieldIntI->_this();
case MED_EN::MED_REEL64:
{
((FIELD<double>*)myField)->read();
- FIELDTEMPLATE_I<double,FullInterlace> *myFieldDoubleI = new FIELDTEMPLATE_I<double,FullInterlace>((FIELD<double>*)myField);
+ FIELDTEMPLATE_I<double> *myFieldDoubleI = new FIELDTEMPLATE_I<double>((FIELD<double>*)myField);
SALOME_MED::FIELDDOUBLE_ptr myFieldDoubleIOR;
myFieldDoubleIOR = myFieldDoubleI->_this();
ASSERT(SUPPORT_i::supportMap.find(sup)!=SUPPORT_i::supportMap.end());
const SUPPORT * myCppSupport=SUPPORT_i::supportMap[sup];
::FIELD<double>*f=_mesh->getVolume( myCppSupport);
- FIELDTEMPLATE_I<double,FullInterlace> *medf = new FIELDTEMPLATE_I<double,FullInterlace>(f);
+ FIELDTEMPLATE_I<double> *medf = new FIELDTEMPLATE_I<double>(f);
return medf->_this();
}
catch (MEDEXCEPTION &ex)
ASSERT(SUPPORT_i::supportMap.find(sup)!=SUPPORT_i::supportMap.end());
const SUPPORT * myCppSupport=SUPPORT_i::supportMap[sup];
::FIELD<double>*f=_mesh->getArea( myCppSupport);
- FIELDTEMPLATE_I<double,FullInterlace> *medf = new FIELDTEMPLATE_I<double,FullInterlace>(f);
+ FIELDTEMPLATE_I<double> *medf = new FIELDTEMPLATE_I<double>(f);
return medf->_this();
}
catch (MEDEXCEPTION &ex)
ASSERT(SUPPORT_i::supportMap.find(sup)!=SUPPORT_i::supportMap.end());
const SUPPORT * myCppSupport=SUPPORT_i::supportMap[sup];
::FIELD<double>*f=_mesh->getLength( myCppSupport);
- FIELDTEMPLATE_I<double,FullInterlace> *medf = new FIELDTEMPLATE_I<double,FullInterlace>(f);
+ FIELDTEMPLATE_I<double> *medf = new FIELDTEMPLATE_I<double>(f);
return medf->_this();
}
catch (MEDEXCEPTION &ex)
ASSERT(SUPPORT_i::supportMap.find(sup)!=SUPPORT_i::supportMap.end());
const SUPPORT * myCppSupport=SUPPORT_i::supportMap[sup];
::FIELD<double>*f=_mesh->getNormal( myCppSupport);
- FIELDTEMPLATE_I<double,FullInterlace> *medf = new FIELDTEMPLATE_I<double,FullInterlace>(f);
+ FIELDTEMPLATE_I<double> *medf = new FIELDTEMPLATE_I<double>(f);
return medf->_this();
}
catch (MEDEXCEPTION &ex)
ASSERT(SUPPORT_i::supportMap.find(sup)!=SUPPORT_i::supportMap.end());
const SUPPORT * myCppSupport=SUPPORT_i::supportMap[sup];
::FIELD<double>*f=_mesh->getBarycenter( myCppSupport);
- FIELDTEMPLATE_I<double,FullInterlace> *medf = new FIELDTEMPLATE_I<double,FullInterlace>(f);
+ FIELDTEMPLATE_I<double> *medf = new FIELDTEMPLATE_I<double>(f);
return medf->_this();
}
catch (MEDEXCEPTION &ex)