Home
last modified time | relevance | path

Searched refs:fLinearDensity (Results 1 – 3 of 3) sorted by relevance

/dports/science/iboview/ibo-view.20150427/src/IboView/
H A DIvIsoSurface.h48 double fLinearDensity; member
60 : IsoType(IsoType_), fIsoValue(fIsoValue_), fLinearDensity(fLinearDensity_), Flags(Flags_), in IsoType()
H A DIvIsoSurface.cpp195 double fLinearDensity; member
213 nPts[i] = 1 + (unsigned)(fLengthOrig / fLinearDensity); in FixAxisDensity()
216 double f = nPts[i] * fLinearDensity / fLengthOrig; in FixAxisDensity()
242 static void MakeOrbitalBox(FOrbitalBox &Box, FOrbital const &Orb, double fLinearDensity, FMemorySta… in MakeOrbitalBox() argument
244 Box.fLinearDensity = fLinearDensity; in MakeOrbitalBox()
517 fBufferSize = 0.1 * (fMax-fMin) + 2*Box.fLinearDensity; in FindIsoSettings()
537 …"!Tracing Orbital %1 [density: (%2/A)^3]", pOrbital->GetDesc(), fmtf(Options.fLinearDensity,0,1))); in MakeIsoSurface()
552 fLinearDensity = 1./(ToAng*Options.fLinearDensity); in MakeIsoSurface() local
556 MakeOrbitalBox(ob, *pOrbital, fLinearDensity, Mem); in MakeIsoSurface()
H A DIvView3D.cpp231 IsoSurfOpt.fLinearDensity = v->m_IsoResolution; in MakeIsoSurfaceSettings()