Home
last modified time | relevance | path

Searched refs:Iso3D (Results 1 – 5 of 5) sorted by relevance

/dports/math/mathmod/mathmod-11.1/pariso/isosurface/
H A DIso3D.h100 class Iso3D : public ParisoObject
107 Iso3D(uint nbThreads=8,
112 ~Iso3D() override;
H A DIso3D.cpp84 void Iso3D::run() in run()
92 void Iso3D::emitErrorSignal() in emitErrorSignal()
96 void Iso3D::emitUpdateMessageSignal() in emitUpdateMessageSignal()
100 void Iso3D::BuildIso() in BuildIso()
211 ErrorMessage Iso3D::IsoMorph() in IsoMorph()
340 Iso3D::Iso3D( uint nbThreads, in Iso3D() function in Iso3D
791 void Iso3D::SaveIsoGLMap(uint indx) in SaveIsoGLMap()
1385 void Iso3D::IsoBuild ( in IsoBuild()
2171 Iso3D::~Iso3D() in ~Iso3D()
2175 uint Iso3D::SetMiniMmeshStruct() in SetMiniMmeshStruct()
[all …]
/dports/math/mathmod/mathmod-11.1/
H A DMathMod.pro10 pariso/isosurface/Iso3D.h \
36 pariso/isosurface/Iso3D.cpp \
/dports/math/mathmod/mathmod-11.1/ui_modules/
H A Dmathmod.h60 Iso3D *IsoObjet;
H A Dmathmod.cpp185 IsoObjet = new Iso3D(nbthreads, initisoGrid, FactX, FactY, FactZ); in memoryallocation()