| Package | Description |
|---|---|
| com.io7m.smfj.processing.api |
Functions and types for processing and filtering meshes.
|
| Modifier and Type | Method and Description |
|---|---|
SMFFilterCommandModule |
SMFFilterCommandModule.Builder.build()
Builds a new
SMFFilterCommandModule. |
static SMFFilterCommandModule |
SMFFilterCommandModule.copyOf(SMFFilterCommandModuleType instance)
Creates an immutable copy of a
SMFFilterCommandModuleType value. |
static SMFFilterCommandModule |
SMFFilterCommandModule.of(String name,
javaslang.collection.SortedMap<String,SMFFilterCommandParserType> parsers)
Construct a new immutable
SMFFilterCommandModule instance. |
SMFFilterCommandModule |
SMFFilterCommandModule.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
SMFFilterCommandModule |
SMFFilterCommandModule.withParsers(javaslang.collection.SortedMap<String,SMFFilterCommandParserType> value)
Copy the current immutable object by setting a value for the
parsers attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com