23#ifndef _MICELLEXTRACTIJK_H
24#define _MICELLEXTRACTIJK_H
37#include <Inventor/STL/vector>
78 triplet(
size_t x,
size_t y,
size_t z):i(x),j(
y),k(z) {}
85 {
return (t1.
i==t2.
i && t1.
j==t2.
j && t1.
k==t2.
k);}
88 {
return (t1.
i<t2.
i || (t1.
i==t2.
i && (t1.
j<t2.
j || (t1.
j==t2.
j && t1.
k<t2.
k)))); }
#define MESHVIZXLM_EXTR_API
static bool operator<(const SoRefCounter *ptr, const SoAutoRef &ref)
int operator==(const className &f) const
Returns TRUE if otherField is of the same type and has the same value as this field.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Generic data set interfa...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Extracted unstructured s...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Interface class defining...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Generic data set interfa...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract tessellator int...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Curvilinear volume mesh ...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Rectilinear volume mesh ...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Regular volume mesh abst...