| Package | Description |
|---|---|
| com.io7m.smfj.processing.api |
Functions and types for processing and filtering meshes.
|
| Modifier and Type | Method and Description |
|---|---|
SMFAttributeArrayFloating1.Builder |
SMFAttributeArrayFloating1.Builder.addAllValues(Iterable<Double> element) |
SMFAttributeArrayFloating1.Builder |
SMFAttributeArrayFloating1.Builder.addValues(Double element) |
static SMFAttributeArrayFloating1.Builder |
SMFAttributeArrayFloating1.builder()
Creates a builder for
SMFAttributeArrayFloating1. |
SMFAttributeArrayFloating1.Builder |
SMFAttributeArrayFloating1.Builder.from(SMFAttributeArrayFloating1Type instance)
Fill a builder with attribute values from the provided
SMFAttributeArrayFloating1Type instance. |
SMFAttributeArrayFloating1.Builder |
SMFAttributeArrayFloating1.Builder.setIterableValues(Iterable<Double> elements) |
SMFAttributeArrayFloating1.Builder |
SMFAttributeArrayFloating1.Builder.setValues(javaslang.collection.Vector<Double> elements) |
Copyright © 2017 <code@io7m.com> http://io7m.com