| Package | Description |
|---|---|
| com.io7m.smfj.bytebuffer |
Functions for packing mesh data into Java ByteBuffers.
|
| 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.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<SMFParserEventsBodyType> |
SMFByteBufferPackedMeshes.onHeaderParsed(SMFHeader in_header) |
| Modifier and Type | Method and Description |
|---|---|
void |
SMFBBodySectionParserType.parse(SMFHeader header,
SMFParserEventsBodyType events,
SMFBDataStreamReaderType reader)
Parse the section.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SMFBv1SectionParserVerticesNonInterleaved.parse(SMFHeader header,
SMFParserEventsBodyType events,
SMFBDataStreamReaderType reader) |
void |
SMFBv1SectionParserTriangles.parse(SMFHeader header,
SMFParserEventsBodyType events,
SMFBDataStreamReaderType reader) |
void |
SMFBv1SectionParserMetadata.parse(SMFHeader header,
SMFParserEventsBodyType events,
SMFBDataStreamReaderType reader) |
| Modifier and Type | Method and Description |
|---|---|
SMFTParsingStatus |
SMFTBodySectionParserType.parse(SMFParserEventsBodyType receiver,
javaslang.collection.List<String> line)
Parse the section, delivering events to
receiver. |
| Modifier and Type | Method and Description |
|---|---|
SMFTParsingStatus |
SMFTV1BodySectionParserVerticesNonInterleaved.parse(SMFParserEventsBodyType receiver,
javaslang.collection.List<String> line_start) |
SMFTParsingStatus |
SMFTV1BodySectionParserTriangles.parse(SMFParserEventsBodyType receiver,
javaslang.collection.List<String> line_start) |
SMFTParsingStatus |
SMFTV1BodySectionParserMetadata.parse(SMFParserEventsBodyType receiver,
javaslang.collection.List<String> line_start) |
| Modifier and Type | Class and Description |
|---|---|
class |
SMFFCopier
The default implementation of the
SMFFCopierType. |
| Modifier and Type | Method and Description |
|---|---|
Optional<SMFParserEventsBodyType> |
SMFFCopier.onHeaderParsed(SMFHeader header) |
| Modifier and Type | Method and Description |
|---|---|
Optional<SMFParserEventsBodyType> |
SMFParserEventsHeaderType.onHeaderParsed(SMFHeader header)
Parsing of the header was successful.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SMFMemoryMeshProducer
The default implementation of the
SMFMemoryMeshProducerType
interface. |
| Modifier and Type | Method and Description |
|---|---|
Optional<SMFParserEventsBodyType> |
SMFMemoryMeshProducer.onHeaderParsed(SMFHeader in_header) |
Copyright © 2017 <code@io7m.com> http://io7m.com