HE_Mesh  6.0.1
wblut.geom.WB_Network.Connection Class Reference

Public Member Functions

 Connection (final Node s, final Node e, final int id)
 
 Connection (final Node s, final Node e, final int id, final double r)
 
 Connection (final Node s, final Node e, final int id, final double rs, final double re)
 
Node start ()
 
Node end ()
 
int getStartIndex ()
 
int getEndIndex ()
 
int getIndex ()
 
WB_Vector toVector ()
 
WB_Vector toNormVector ()
 
double getSqLength ()
 
double getLength ()
 
double getRadiusStart ()
 
double getRadiusEnd ()
 
void setRadiusStart (final double r)
 
void setRadiusEnd (final double r)
 
double getOffsetStart ()
 
double getOffsetEnd ()
 
void setOffsetStart (final double o)
 
void setOffsetEnd (final double o)
 
WB_Point getCenter ()
 
WB_Segment toSegment ()
 
WB_Plane toPlane ()
 

Private Attributes

final Node start
 
final Node end
 
final int index
 
double radiuss
 
double radiuse
 
double offsets
 
double offsete
 

Constructor & Destructor Documentation

wblut.geom.WB_Network.Connection.Connection ( final Node  s,
final Node  e,
final int  id 
)
Parameters
s
e
id
wblut.geom.WB_Network.Connection.Connection ( final Node  s,
final Node  e,
final int  id,
final double  r 
)
Parameters
s
e
id
r
wblut.geom.WB_Network.Connection.Connection ( final Node  s,
final Node  e,
final int  id,
final double  rs,
final double  re 
)
Parameters
s
e
id
rs
re

Member Function Documentation

Node wblut.geom.WB_Network.Connection.end ( )
Returns
int wblut.geom.WB_Network.Connection.getEndIndex ( )
int wblut.geom.WB_Network.Connection.getIndex ( )
double wblut.geom.WB_Network.Connection.getLength ( )
double wblut.geom.WB_Network.Connection.getOffsetEnd ( )
double wblut.geom.WB_Network.Connection.getOffsetStart ( )
double wblut.geom.WB_Network.Connection.getRadiusEnd ( )
double wblut.geom.WB_Network.Connection.getRadiusStart ( )
double wblut.geom.WB_Network.Connection.getSqLength ( )
int wblut.geom.WB_Network.Connection.getStartIndex ( )
void wblut.geom.WB_Network.Connection.setOffsetEnd ( final double  o)
Parameters
o
void wblut.geom.WB_Network.Connection.setOffsetStart ( final double  o)
Parameters
o
void wblut.geom.WB_Network.Connection.setRadiusEnd ( final double  r)
Parameters
r
void wblut.geom.WB_Network.Connection.setRadiusStart ( final double  r)
Parameters
r
Node wblut.geom.WB_Network.Connection.start ( )
Returns
WB_Plane wblut.geom.WB_Network.Connection.toPlane ( )
WB_Segment wblut.geom.WB_Network.Connection.toSegment ( )
Returns

Member Data Documentation

final Node wblut.geom.WB_Network.Connection.end
private
final int wblut.geom.WB_Network.Connection.index
private
double wblut.geom.WB_Network.Connection.offsete
private
double wblut.geom.WB_Network.Connection.offsets
private
double wblut.geom.WB_Network.Connection.radiuse
private
double wblut.geom.WB_Network.Connection.radiuss
private
final Node wblut.geom.WB_Network.Connection.start
private

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