| Package | Description |
|---|---|
| com.io7m.smfj.processing.main |
Main filter implementations.
|
| Modifier and Type | Method and Description |
|---|---|
SMFMemoryMeshFilterCheckConfiguration |
SMFMemoryMeshFilterCheckConfiguration.Builder.build()
Builds a new
SMFMemoryMeshFilterCheckConfiguration. |
static SMFMemoryMeshFilterCheckConfiguration |
SMFMemoryMeshFilterCheckConfiguration.copyOf(SMFMemoryMeshFilterCheckConfigurationType instance)
Creates an immutable copy of a
SMFMemoryMeshFilterCheckConfigurationType value. |
static SMFMemoryMeshFilterCheckConfiguration |
SMFMemoryMeshFilterCheckConfiguration.of(SMFAttributeName name,
Optional<SMFComponentType> componentType,
OptionalInt componentCount,
OptionalInt componentSize)
Construct a new immutable
SMFMemoryMeshFilterCheckConfiguration instance. |
SMFMemoryMeshFilterCheckConfiguration |
SMFMemoryMeshFilterCheckConfiguration.withComponentCount(int value)
Copy the current immutable object by setting a present value for the optional
componentCount attribute. |
SMFMemoryMeshFilterCheckConfiguration |
SMFMemoryMeshFilterCheckConfiguration.withComponentCount(OptionalInt optional)
Copy the current immutable object by setting an optional value for the
componentCount attribute. |
SMFMemoryMeshFilterCheckConfiguration |
SMFMemoryMeshFilterCheckConfiguration.withComponentSize(int value)
Copy the current immutable object by setting a present value for the optional
componentSize attribute. |
SMFMemoryMeshFilterCheckConfiguration |
SMFMemoryMeshFilterCheckConfiguration.withComponentSize(OptionalInt optional)
Copy the current immutable object by setting an optional value for the
componentSize attribute. |
SMFMemoryMeshFilterCheckConfiguration |
SMFMemoryMeshFilterCheckConfiguration.withComponentType(Optional<? extends SMFComponentType> optional)
Copy the current immutable object by setting an optional value for the
componentType attribute. |
SMFMemoryMeshFilterCheckConfiguration |
SMFMemoryMeshFilterCheckConfiguration.withComponentType(SMFComponentType value)
Copy the current immutable object by setting a present value for the optional
componentType attribute. |
SMFMemoryMeshFilterCheckConfiguration |
SMFMemoryMeshFilterCheckConfiguration.withName(SMFAttributeName value)
Copy the current immutable object by setting a value for the
name attribute. |
| Modifier and Type | Method and Description |
|---|---|
static SMFMemoryMeshFilterType |
SMFMemoryMeshFilterCheck.create(SMFMemoryMeshFilterCheckConfiguration in_config)
Create a new filter.
|
Copyright © 2017 <code@io7m.com> http://io7m.com