HE_Mesh2014
2.0.11
|
Public Member Functions | |
WB_Frame () | |
WB_Frame (final WB_Coordinate[] points, final WB_IndexedSegment[] connections) | |
WB_Frame (final WB_Coordinate[] points, final Collection< WB_IndexedSegment > connections) | |
void | add (final WB_Coordinate[] points, final Collection< WB_IndexedSegment > connections) |
void | add (final WB_Frame frame) |
WB_Frame (final Collection<?extends WB_Coordinate > points, final Collection< WB_IndexedSegment > connections) | |
WB_Frame (final WB_Coordinate[] points, final int[][] connections) | |
WB_Frame (final Collection<?extends WB_Coordinate > points, final int[][] connections) | |
WB_Frame (final double[][] points, final int[][] connections) | |
WB_Frame (final float[][] points, final int[][] connections) | |
WB_Frame (final int[][] points, final int[][] connections) | |
WB_Frame (final WB_Coordinate[] points) | |
WB_Frame (final Collection<?extends WB_Coordinate > points) | |
WB_Frame (final double[][] points) | |
WB_Frame (final float[][] points) | |
WB_Frame (final int[][] points) | |
int | addNode (final double x, final double y, final double z, final double v) |
int | addNode (final WB_Coordinate pos, final double v) |
void | removeNode (final WB_FrameNode node) |
int | addNodes (final Collection< WB_Coordinate > pos) |
boolean | addStrut (final int i, final int j) |
void | removeStrut (final WB_FrameStrut strut) |
ArrayList< WB_FrameStrut > | getStruts () |
ArrayList< WB_Segment > | getSegments () |
ArrayList< WB_IndexedSegment > | getIndexedSegments () |
int | getNumberOfStruts () |
ArrayList< WB_FrameNode > | getNodes () |
ArrayList< WB_Point > | getPoints () |
WB_Point[] | getPointsAsArray () |
int | getNumberOfNodes () |
WB_FrameNode | getNode (final int i) |
WB_FrameStrut | getStrut (final int i) |
double | getDistanceToFrame (final WB_Coordinate p) |
int | getClosestNodeOnFrame (final WB_Coordinate p) |
WB_Point | getClosestPointOnFrame (final WB_Coordinate p) |
double | getDistanceToFrame (final double x, final double y, final double z) |
WB_Point | getClosestPointOnFrame (final double x, final double y, final double z) |
WB_Frame | smoothBiNodes () |
WB_Frame | smoothNodes () |
WB_Frame | refine (final double threshold) |
List< WB_Point > | toPointCloud (final int n, final double r, final double d, final int l, final double rr, final double dr) |
Protected Attributes | |
FastTable< WB_FrameStrut > | struts |
FastTable< WB_FrameNode > | nodes |
Static Private Attributes | |
static WB_GeometryFactory | gf = WB_GeometryFactory.instance() |
wblut.geom.WB_Frame.WB_Frame | ( | ) |
wblut.geom.WB_Frame.WB_Frame | ( | final WB_Coordinate[] | points, |
final WB_IndexedSegment[] | connections | ||
) |
points | |
connections |
wblut.geom.WB_Frame.WB_Frame | ( | final WB_Coordinate[] | points, |
final Collection< WB_IndexedSegment > | connections | ||
) |
points | |
connections |
wblut.geom.WB_Frame.WB_Frame | ( | final Collection<?extends WB_Coordinate > | points, |
final Collection< WB_IndexedSegment > | connections | ||
) |
points | |
connections |
wblut.geom.WB_Frame.WB_Frame | ( | final WB_Coordinate[] | points, |
final int | connections[][] | ||
) |
points | |
connections |
wblut.geom.WB_Frame.WB_Frame | ( | final Collection<?extends WB_Coordinate > | points, |
final int | connections[][] | ||
) |
points | |
connections |
wblut.geom.WB_Frame.WB_Frame | ( | final double | points[][], |
final int | connections[][] | ||
) |
points | |
connections |
wblut.geom.WB_Frame.WB_Frame | ( | final float | points[][], |
final int | connections[][] | ||
) |
points | |
connections |
wblut.geom.WB_Frame.WB_Frame | ( | final int | points[][], |
final int | connections[][] | ||
) |
points | |
connections |
wblut.geom.WB_Frame.WB_Frame | ( | final WB_Coordinate[] | points | ) |
points |
wblut.geom.WB_Frame.WB_Frame | ( | final Collection<?extends WB_Coordinate > | points | ) |
points |
wblut.geom.WB_Frame.WB_Frame | ( | final double | points[][] | ) |
points |
wblut.geom.WB_Frame.WB_Frame | ( | final float | points[][] | ) |
points |
wblut.geom.WB_Frame.WB_Frame | ( | final int | points[][] | ) |
points |
void wblut.geom.WB_Frame.add | ( | final WB_Coordinate[] | points, |
final Collection< WB_IndexedSegment > | connections | ||
) |
points | |
connections |
void wblut.geom.WB_Frame.add | ( | final WB_Frame | frame | ) |
frame |
int wblut.geom.WB_Frame.addNode | ( | final double | x, |
final double | y, | ||
final double | z, | ||
final double | v | ||
) |
x | |
y | |
z | |
v |
int wblut.geom.WB_Frame.addNode | ( | final WB_Coordinate | pos, |
final double | v | ||
) |
pos | |
v |
int wblut.geom.WB_Frame.addNodes | ( | final Collection< WB_Coordinate > | pos | ) |
pos |
boolean wblut.geom.WB_Frame.addStrut | ( | final int | i, |
final int | j | ||
) |
i | |
j |
int wblut.geom.WB_Frame.getClosestNodeOnFrame | ( | final WB_Coordinate | p | ) |
p |
WB_Point wblut.geom.WB_Frame.getClosestPointOnFrame | ( | final WB_Coordinate | p | ) |
p |
WB_Point wblut.geom.WB_Frame.getClosestPointOnFrame | ( | final double | x, |
final double | y, | ||
final double | z | ||
) |
x | |
y | |
z |
double wblut.geom.WB_Frame.getDistanceToFrame | ( | final WB_Coordinate | p | ) |
p |
double wblut.geom.WB_Frame.getDistanceToFrame | ( | final double | x, |
final double | y, | ||
final double | z | ||
) |
x | |
y | |
z |
ArrayList<WB_IndexedSegment> wblut.geom.WB_Frame.getIndexedSegments | ( | ) |
WB_FrameNode wblut.geom.WB_Frame.getNode | ( | final int | i | ) |
i |
ArrayList<WB_FrameNode> wblut.geom.WB_Frame.getNodes | ( | ) |
int wblut.geom.WB_Frame.getNumberOfNodes | ( | ) |
int wblut.geom.WB_Frame.getNumberOfStruts | ( | ) |
ArrayList<WB_Point> wblut.geom.WB_Frame.getPoints | ( | ) |
WB_Point [] wblut.geom.WB_Frame.getPointsAsArray | ( | ) |
ArrayList<WB_Segment> wblut.geom.WB_Frame.getSegments | ( | ) |
WB_FrameStrut wblut.geom.WB_Frame.getStrut | ( | final int | i | ) |
i |
ArrayList<WB_FrameStrut> wblut.geom.WB_Frame.getStruts | ( | ) |
WB_Frame wblut.geom.WB_Frame.refine | ( | final double | threshold | ) |
threshold |
void wblut.geom.WB_Frame.removeNode | ( | final WB_FrameNode | node | ) |
node |
void wblut.geom.WB_Frame.removeStrut | ( | final WB_FrameStrut | strut | ) |
strut |
WB_Frame wblut.geom.WB_Frame.smoothBiNodes | ( | ) |
WB_Frame wblut.geom.WB_Frame.smoothNodes | ( | ) |
List<WB_Point> wblut.geom.WB_Frame.toPointCloud | ( | final int | n, |
final double | r, | ||
final double | d, | ||
final int | l, | ||
final double | rr, | ||
final double | dr | ||
) |
n | |
r | |
d | |
l | |
rr | |
dr |
|
staticprivate |
|
protected |
|
protected |