| Package | Description |
|---|---|
| com.io7m.smfj.bytebuffer |
Functions for packing mesh data into Java ByteBuffers.
|
| 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.parser.api |
Parser API.
|
| com.io7m.smfj.processing.api |
Functions and types for processing and filtering meshes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMFByteBufferPackedMeshes
Functions for loading and packing meshes.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SMFParserEventsHeaderType> |
SMFByteBufferPackedMeshes.onVersionReceived(SMFFormatVersion version) |
| Constructor and Description |
|---|
SMFBv1Parser(SMFFormatVersion in_version,
SMFBDataStreamReaderType in_reader,
SMFParserEventsHeaderType in_events_header)
Construct a parser.
|
| Modifier and Type | Method and Description |
|---|---|
SMFTParsingStatus |
SMFTHeaderCommandParserType.parse(SMFParserEventsHeaderType receiver,
javaslang.collection.List<String> line)
Parse the section, delivering events to
receiver. |
| Modifier and Type | Method and Description |
|---|---|
SMFTParsingStatus |
SMFTV1HeaderCommandVertices.parse(SMFParserEventsHeaderType receiver,
javaslang.collection.List<String> line) |
SMFTParsingStatus |
SMFTV1HeaderCommandTriangles.parse(SMFParserEventsHeaderType receiver,
javaslang.collection.List<String> line) |
SMFTParsingStatus |
SMFTV1HeaderCommandSchema.parse(SMFParserEventsHeaderType receiver,
javaslang.collection.List<String> line) |
SMFTParsingStatus |
SMFTV1HeaderCommandCoordinates.parse(SMFParserEventsHeaderType receiver,
javaslang.collection.List<String> line) |
SMFTParsingStatus |
SMFTV1HeaderCommandAttribute.parse(SMFParserEventsHeaderType receiver,
javaslang.collection.List<String> line) |
| Modifier and Type | Class and Description |
|---|---|
class |
SMFFCopier
The default implementation of the
SMFFCopierType. |
| Modifier and Type | Method and Description |
|---|---|
Optional<SMFParserEventsHeaderType> |
SMFFCopier.onVersionReceived(SMFFormatVersion in_version) |
| Modifier and Type | Method and Description |
|---|---|
Optional<SMFParserEventsHeaderType> |
SMFParserEventsType.onVersionReceived(SMFFormatVersion version)
The file format version has been successfully parsed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMFMemoryMeshProducer
The default implementation of the
SMFMemoryMeshProducerType
interface. |
| Modifier and Type | Method and Description |
|---|---|
Optional<SMFParserEventsHeaderType> |
SMFMemoryMeshProducer.onVersionReceived(SMFFormatVersion version) |
Copyright © 2017 <code@io7m.com> http://io7m.com