public class StripifierStats extends Object
Modifier and Type | Method and Description |
---|---|
void |
clearData()
Clears the statistical data
|
double |
getAvgNumVertsPerTri()
Returns the average number of vertices per triangle in the stripified
data
|
double |
getAvgStripLength()
Return the average length of the strips created by the stripifier
|
int |
getMaxStripLength()
Returns the length in triangles of the longest strip
created by the stripifier.
|
int |
getMinStripLength()
Returns the length in triangles of the shortest strip
created by the stripifier.
|
int |
getNumOrigTris()
Returns the number of triangles in the original, un-stripified data.
|
int |
getNumOrigVerts()
Returns the number of vertices in the original, un-stripified data
|
int |
getNumStrips()
Returns the number of strips created by the stripifier.
|
int |
getNumVerts()
Returns the number of vertices in the stripified data.
|
int[] |
getStripLengthCounts()
Returns an array of length 14 that contains the number of strips of
a given length created by the stripifier.
|
long |
getTotalTime()
Returns the total time spent in the stripify() method
|
int |
getTotalTris()
Returns the number of triangles in the stripified data.
|
String |
toString()
Returns a formated String that can be used to print out
the Stripifier stats.
|
public int getNumOrigTris()
public int getNumOrigVerts()
public int getNumStrips()
public int getNumVerts()
public int getTotalTris()
public int getMinStripLength()
public int getMaxStripLength()
public double getAvgStripLength()
public double getAvgNumVertsPerTri()
public long getTotalTime()
public int[] getStripLengthCounts()
public String toString()
public void clearData()
Copyright © 2016–2022 SciJava. All rights reserved.