| 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.text |
Parser API.
|
| com.io7m.smfj.format.text.v1 |
Parser implementation for the 1.* text encoding.
|
| com.io7m.smfj.frontend |
Processing tasks for frontends.
|
| com.io7m.smfj.processing.api |
Functions and types for processing and filtering meshes.
|
| com.io7m.smfj.serializer.api |
Serializer API.
|
| Modifier and Type | Method and Description |
|---|---|
SMFSerializerType |
SMFFormatBinary.serializerCreate(SMFFormatVersion version,
URI uri,
OutputStream stream) |
| Modifier and Type | Class and Description |
|---|---|
class |
SMFBv1Serializer
A serializer for the 1.* format.
|
| Modifier and Type | Method and Description |
|---|---|
SMFSerializerType |
SMFFormatText.serializerCreate(SMFFormatVersion version,
URI uri,
OutputStream stream) |
| Modifier and Type | Class and Description |
|---|---|
class |
SMFTV1Serializer
A serializer.
|
| Modifier and Type | Method and Description |
|---|---|
static SMFFCopierType |
SMFFCopier.create(SMFSerializerType in_serializer)
Create a new copier.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SMFMemoryMeshSerializer.serialize(SMFMemoryMesh mesh,
SMFSerializerType s)
Serialize the given mesh to the given serializer.
|
| Modifier and Type | Method and Description |
|---|---|
SMFSerializerType |
SMFSerializerProviderType.serializerCreate(SMFFormatVersion version,
URI uri,
OutputStream stream) |
Copyright © 2017 <code@io7m.com> http://io7m.com