giles wrote:
>
> Is there a reason the constructor for the StripifierStats is not
> public. Means that programs using the Stripifier cannot get stats back
> about how well it did. This would be useful information for someone
> using this package.
If you construct the Stripifier with the COLLECT_STATS flag, it will
collect stats on your strips which will be stored in the StripifierStats
class. To get the StripiferStats object, call the getStripifierStats()
method on the Stripifier. You can then use the StripifierStats methods
to get the information you want or call toString to get a String with
all the stats that you can then print out. StripifierStats are
cumulative over all calls to stripify(). To clear the data in the
StripifierStats, call the clearData() method. Check out the docs for
Stripifier and StripifierStats for more information.
andrea
>
> Also, I notice that the source for this is not included in the utils
> distribution. Is it possible to get these and the other
> classes(NormalGenerator, Stripifier) that are not provided?
> --
> Alan Hudson
> President: Yumetech, Inc. http://www.yumetech.com/
> Web3D Open Source Chair http://www.web3d.org/TaskGroups/source/
>
> ===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff JAVA3D-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".