public interface SMFSchemaType
| Modifier and Type | Method and Description |
|---|---|
default SMFSchemaAllowExtraAttributes |
allowExtraAttributes() |
default void |
checkPreconditions()
Check preconditions for the type.
|
javaslang.collection.SortedMap<SMFAttributeName,SMFSchemaAttribute> |
optionalAttributes()
A schema may define optional attributes.
|
javaslang.collection.SortedMap<SMFAttributeName,SMFSchemaAttribute> |
requiredAttributes()
A schema may define required attributes.
|
Optional<SMFCoordinateSystem> |
requiredCoordinateSystem() |
default SMFSchemaRequireTriangles |
requireTriangles() |
default SMFSchemaRequireVertices |
requireVertices() |
SMFSchemaIdentifier |
schemaIdentifier() |
SMFSchemaIdentifier schemaIdentifier()
javaslang.collection.SortedMap<SMFAttributeName,SMFSchemaAttribute> requiredAttributes()
javaslang.collection.SortedMap<SMFAttributeName,SMFSchemaAttribute> optionalAttributes()
Optional<SMFCoordinateSystem> requiredCoordinateSystem()
default SMFSchemaAllowExtraAttributes allowExtraAttributes()
SMFSchemaAllowExtraAttributes.SMF_EXTRA_ATTRIBUTES_ALLOWED
if the mesh is allowed to contain attributes that are not given in requiredAttributes()default SMFSchemaRequireTriangles requireTriangles()
SMFSchemaRequireTriangles.SMF_TRIANGLES_REQUIRED if a
non-zero triangle count is requireddefault SMFSchemaRequireVertices requireVertices()
SMFSchemaRequireVertices.SMF_VERTICES_REQUIRED if a
non-zero vertex count is requireddefault void checkPreconditions()
Copyright © 2017 <code@io7m.com> http://io7m.com