| Package | Description |
|---|---|
| com.io7m.smfj.format.binary |
Parser API.
|
| com.io7m.smfj.format.binary.v1 |
Parser implementation for the 1.* format.
|
| com.io7m.smfj.format.obj |
Wavefront OBJ importer.
|
| com.io7m.smfj.format.text |
Parser API.
|
| com.io7m.smfj.format.text.v1 |
Parser implementation for the 1.* text encoding.
|
| com.io7m.smfj.parser.api |
Parser API.
|
| com.io7m.smfj.processing.api |
Functions and types for processing and filtering meshes.
|
| Modifier and Type | Method and Description |
|---|---|
SMFParserSequentialType |
SMFFormatBinary.parserCreateSequential(SMFParserEventsType in_events,
URI in_uri,
InputStream in_stream) |
| Modifier and Type | Class and Description |
|---|---|
class |
SMFBv1Parser
A parser for version 1.* files.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SMFOBJImporterType
The type of Wavefront OBJ importers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMFOBJImporter
The default implementation of the
SMFOBJImporterType interface. |
| Modifier and Type | Method and Description |
|---|---|
SMFParserSequentialType |
SMFFormatOBJ.parserCreateSequential(SMFParserEventsType events,
URI uri,
InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
SMFParserSequentialType |
SMFFormatText.parserCreateSequential(SMFParserEventsType in_events,
URI in_uri,
InputStream in_stream) |
| Modifier and Type | Class and Description |
|---|---|
class |
SMFTV1Parser
A parser for the 1.* format.
|
| Modifier and Type | Method and Description |
|---|---|
SMFParserSequentialType |
SMFParserProviderType.parserCreateSequential(SMFParserEventsType events,
URI uri,
InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
static SMFParserSequentialType |
SMFMemoryMeshParser.createSequential(SMFMemoryMesh mesh,
SMFParserEventsType events)
Create a new sequential access parser from the given mesh.
|
Copyright © 2017 <code@io7m.com> http://io7m.com