HE_Mesh2014  2.0.11
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
wblut.hemesh.HEC_IsoFunction Class Reference
+ Inheritance diagram for wblut.hemesh.HEC_IsoFunction:

Public Member Functions

 HEC_IsoFunction ()
 
HEC_IsoFunction setResolution (final int resx, final int resy, final int resz)
 
HEC_IsoFunction setSize (final double dx, final double dy, final double dz)
 
HEC_IsoFunction setFunction (final WB_ScalarParameter function, final double xi, final double yi, final double zi, final double dx, final double dy, final double dz)
 
HEC_IsoFunction setIsolevel (final double v)
 
HEC_IsoFunction setBoundary (final double v)
 
HEC_IsoFunction clearBoundary ()
 
HEC_IsoFunction setInvert (final boolean invert)
 
HEC_IsoFunction setCenter (final WB_Coord c)
 
- Public Member Functions inherited from wblut.hemesh.HEC_Creator
 HEC_Creator ()
 
HEC_Creator setCenter (final double x, final double y, final double z)
 
HEC_Creator setScale (final double s)
 
HEC_Creator setCenter (final WB_Coord c)
 
HEC_Creator setZAngle (final double a)
 
HEC_Creator setZAxis (final double x, final double y, final double z)
 
HEC_Creator setZAxis (final double p0x, final double p0y, final double p0z, final double p1x, final double p1y, final double p1z)
 
HEC_Creator setZAxis (final WB_Coord p)
 
HEC_Creator setZAxis (final WB_Coord p0, final WB_Coord p1)
 
HEC_Creator setToModelview (final PApplet home)
 
HEC_Creator setToWorldview ()
 
HEC_Creator setManifoldCheck (final boolean b)
 
HEC_Creator setOverride (final boolean b)
 
final HE_Mesh create ()
 
HE_Mesh apply (final HE_Mesh mesh)
 
HE_Mesh apply (final HE_Selection sel)
 
- Public Member Functions inherited from wblut.hemesh.HE_Machine
abstract HE_Mesh apply (HE_Mesh mesh)
 
abstract HE_Mesh apply (HE_Selection selection)
 

Protected Member Functions

HE_Mesh createBase ()
 
- Protected Member Functions inherited from wblut.hemesh.HEC_Creator
abstract HE_Mesh createBase ()
 

Private Member Functions

int index (final int i, final int j, final int k)
 
double value (final int i, final int j, final int k)
 
HE_Vertex xedge (final int i, final int j, final int k, final double val0, final double val1)
 
HE_Vertex yedge (final int i, final int j, final int k, final double val0, final double val1)
 
HE_Vertex zedge (final int i, final int j, final int k, final double val0, final double val1)
 
HE_Vertex interp (final double isolevel, final WB_Point p1, final WB_Point p2, final double valp1, final double valp2)
 
void polygonise ()
 
void getPolygons (final int i, final int j, final int k, final double[][][] values)
 

Private Attributes

double[][][] values
 
int resx
 
double cx
 
double dx
 
double hresx
 
double isolevel
 
double boundary
 
FastMap< Integer, HE_Vertexxedges
 
FastMap< Integer, HE_Vertexyedges
 
FastMap< Integer, HE_Vertexzedges
 
WB_ScalarParameter function
 
double fxi
 
final HE_Vertex[] vertlist
 
boolean invert
 

Additional Inherited Members

- Public Attributes inherited from wblut.hemesh.HEC_Creator
PApplet home
 
- Static Public Attributes inherited from wblut.hemesh.HE_Machine
static final WB_ProgressTracker tracker = WB_ProgressTracker.instance()
 
- Protected Attributes inherited from wblut.hemesh.HEC_Creator
WB_Point center
 
double zangle
 
WB_Vector zaxis
 
boolean override
 
boolean toModelview
 
WB_Vector Z
 
boolean manifoldCheck
 
double scale
 

Constructor & Destructor Documentation

wblut.hemesh.HEC_IsoFunction.HEC_IsoFunction ( )

Member Function Documentation

HEC_IsoFunction wblut.hemesh.HEC_IsoFunction.clearBoundary ( )
Returns
HE_Mesh wblut.hemesh.HEC_IsoFunction.createBase ( )
protected
void wblut.hemesh.HEC_IsoFunction.getPolygons ( final int  i,
final int  j,
final int  k,
final double  values[][][] 
)
private
Parameters
i
j
k
values
int wblut.hemesh.HEC_IsoFunction.index ( final int  i,
final int  j,
final int  k 
)
private
Parameters
i
j
k
Returns
HE_Vertex wblut.hemesh.HEC_IsoFunction.interp ( final double  isolevel,
final WB_Point  p1,
final WB_Point  p2,
final double  valp1,
final double  valp2 
)
private
Parameters
isolevel
p1
p2
valp1
valp2
Returns
void wblut.hemesh.HEC_IsoFunction.polygonise ( )
private
HEC_IsoFunction wblut.hemesh.HEC_IsoFunction.setBoundary ( final double  v)
Parameters
v
Returns
HEC_IsoFunction wblut.hemesh.HEC_IsoFunction.setCenter ( final WB_Coord  c)
HEC_IsoFunction wblut.hemesh.HEC_IsoFunction.setFunction ( final WB_ScalarParameter  function,
final double  xi,
final double  yi,
final double  zi,
final double  dx,
final double  dy,
final double  dz 
)
Parameters
function
xi
yi
zi
dx
dy
dz
Returns
HEC_IsoFunction wblut.hemesh.HEC_IsoFunction.setInvert ( final boolean  invert)
Parameters
invert
Returns
HEC_IsoFunction wblut.hemesh.HEC_IsoFunction.setIsolevel ( final double  v)
Parameters
v
Returns
HEC_IsoFunction wblut.hemesh.HEC_IsoFunction.setResolution ( final int  resx,
final int  resy,
final int  resz 
)
Parameters
resx
resy
resz
Returns
HEC_IsoFunction wblut.hemesh.HEC_IsoFunction.setSize ( final double  dx,
final double  dy,
final double  dz 
)
Parameters
dx
dy
dz
Returns
double wblut.hemesh.HEC_IsoFunction.value ( final int  i,
final int  j,
final int  k 
)
private
Parameters
i
j
k
Returns
HE_Vertex wblut.hemesh.HEC_IsoFunction.xedge ( final int  i,
final int  j,
final int  k,
final double  val0,
final double  val1 
)
private
Parameters
i
j
k
val0
val1
Returns
HE_Vertex wblut.hemesh.HEC_IsoFunction.yedge ( final int  i,
final int  j,
final int  k,
final double  val0,
final double  val1 
)
private
Parameters
i
j
k
val0
val1
Returns
HE_Vertex wblut.hemesh.HEC_IsoFunction.zedge ( final int  i,
final int  j,
final int  k,
final double  val0,
final double  val1 
)
private
Parameters
i
j
k
val0
val1
Returns

Member Data Documentation

double wblut.hemesh.HEC_IsoFunction.boundary
private
double wblut.hemesh.HEC_IsoFunction.cx
private
double wblut.hemesh.HEC_IsoFunction.dx
private
WB_ScalarParameter wblut.hemesh.HEC_IsoFunction.function
private
double wblut.hemesh.HEC_IsoFunction.fxi
private
double wblut.hemesh.HEC_IsoFunction.hresx
private
boolean wblut.hemesh.HEC_IsoFunction.invert
private
double wblut.hemesh.HEC_IsoFunction.isolevel
private
int wblut.hemesh.HEC_IsoFunction.resx
private
double [][][] wblut.hemesh.HEC_IsoFunction.values
private
final HE_Vertex [] wblut.hemesh.HEC_IsoFunction.vertlist
private
FastMap<Integer, HE_Vertex> wblut.hemesh.HEC_IsoFunction.xedges
private
FastMap<Integer, HE_Vertex> wblut.hemesh.HEC_IsoFunction.yedges
private
FastMap<Integer, HE_Vertex> wblut.hemesh.HEC_IsoFunction.zedges
private

The documentation for this class was generated from the following file: