public final class SMFParserEventsDataTrianglesIgnoringReceiver extends Object implements SMFParserEventsDataTrianglesType
SMFParserEventsDataTrianglesType
interface that delegates warnings and errors but ignores data.| Constructor and Description |
|---|
SMFParserEventsDataTrianglesIgnoringReceiver(SMFParserEventsErrorType in_receiver)
Construct a receiver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onDataTriangle(long v0,
long v1,
long v2)
A triangle has been parsed.
|
void |
onDataTrianglesFinish()
Parsing of triangles has completed.
|
void |
onError(SMFErrorType e)
An error has occurred.
|
void |
onWarning(SMFWarningType w)
An error has occurred of a severity low enough that it should just be
considered a warning.
|
public SMFParserEventsDataTrianglesIgnoringReceiver(SMFParserEventsErrorType in_receiver)
in_receiver - The error/warning receiverpublic void onWarning(SMFWarningType w)
SMFParserEventsErrorTypeonWarning in interface SMFParserEventsErrorTypew - The warningpublic void onError(SMFErrorType e)
SMFParserEventsErrorTypeonError in interface SMFParserEventsErrorTypee - The errorpublic void onDataTriangle(long v0,
long v1,
long v2)
SMFParserEventsDataTrianglesTypeonDataTriangle in interface SMFParserEventsDataTrianglesTypev0 - The index of the first vertexv1 - The index of the second vertexv2 - The index of the third vertexpublic void onDataTrianglesFinish()
SMFParserEventsDataTrianglesTypeonDataTrianglesFinish in interface SMFParserEventsDataTrianglesTypeCopyright © 2017 <code@io7m.com> http://io7m.com