VTKFIG
0.20.20181114
Easy VTK based in situ visualization
Main Page
Related Pages
Namespaces
Classes
Files
Examples
vtkfig
BuildColorBar
BuildLookupTable
BuildLookupTable
Delaunay2D
Delaunay3D
NSpin
PrintArray
PrintPoints
ReceiveRGBTable
RGBTable
SendRGBTable
size_t vtkfig::NSpin
(
)
Examples:
examples/example-custom.cxx
,
examples/example-custom1.cxx
,
examples/example-multifig.cxx
,
examples/example-rectcontour2d.cxx
,
examples/example-rectcontour3d.cxx
,
examples/example-rectquiver2d.cxx
,
examples/example-simplexcontour2d.cxx
,
examples/example-simplexcontour3d.cxx
,
examples/example-simplexquiver2d.cxx
, and
examples/example-xyplot.cxx
.
Definition at line
13
of file
vtkfigTools.cxx
.
14
{
15
char
*spinstr=getenv(
"VTKFIG_NSPIN"
);
16
if
(spinstr==
nullptr
)
17
return
std::numeric_limits<size_t>::max();
18
else
19
return
atoi(spinstr);
20
}
Generated on Wed Nov 14 2018 21:15:48 for VTKFIG by
1.8.11