- write(BoundarySource3D, String, File) - Method in class org.apache.commons.geometry.examples.io.threed.AbstractModelIOHandler
-
Write the model to the file using the specified file type.
- write(BoundarySource3D, String, OutputStream) - Method in class org.apache.commons.geometry.examples.io.threed.AbstractModelIOHandler
-
Write the model to the given output stream, using the specified model type.
- write(BoundarySource3D, File) - Static method in class org.apache.commons.geometry.examples.io.threed.ModelIO
-
Write the model to the file.
- write(BoundarySource3D, String, File) - Static method in class org.apache.commons.geometry.examples.io.threed.ModelIO
-
Write the model to the file using the specified file type.
- write(BoundarySource3D, String, OutputStream) - Static method in class org.apache.commons.geometry.examples.io.threed.ModelIO
-
Write the model to the output stream using the specific file type.
- write(BoundarySource3D, String, File) - Method in interface org.apache.commons.geometry.examples.io.threed.ModelIOHandler
-
Write the model to the file using the specified file type.
- write(BoundarySource3D, String, OutputStream) - Method in interface org.apache.commons.geometry.examples.io.threed.ModelIOHandler
-
Write the model to the given output stream, using the specified model type.
- write(BoundarySource3D, File) - Method in class org.apache.commons.geometry.examples.io.threed.ModelIOHandlerRegistry
-
Write the model to the file.
- write(BoundarySource3D, String, File) - Method in class org.apache.commons.geometry.examples.io.threed.ModelIOHandlerRegistry
-
Write the model to the file using the specified file type.
- write(BoundarySource3D, String, OutputStream) - Method in class org.apache.commons.geometry.examples.io.threed.ModelIOHandlerRegistry
-
Write the model to the given output stream, using the specified model type.
- writeBoundaries(BoundarySource3D) - Method in class org.apache.commons.geometry.examples.io.threed.obj.OBJWriter
-
Write the boundaries present in the given boundary source.
- writeComment(String) - Method in class org.apache.commons.geometry.examples.io.threed.obj.OBJWriter
-
Write an OBJ comment with the given value.
- writeFace(int...) - Method in class org.apache.commons.geometry.examples.io.threed.obj.OBJWriter
-
Write a face with the given vertex indices, specified in the OBJ 1-based
convention.
- writeGroupName(String) - Method in class org.apache.commons.geometry.examples.io.threed.obj.OBJWriter
-
Write a group name to the output.
- writeInternal(BoundarySource3D, String, OutputStream) - Method in class org.apache.commons.geometry.examples.io.threed.AbstractModelIOHandler
-
Internal class used to write a model.
- writeInternal(BoundarySource3D, String, OutputStream) - Method in class org.apache.commons.geometry.examples.io.threed.obj.OBJModelIOHandler
-
Internal class used to write a model.
- writeMesh(Mesh<?>) - Method in class org.apache.commons.geometry.examples.io.threed.obj.OBJWriter
-
Write a mesh to the output.
- writeObjectName(String) - Method in class org.apache.commons.geometry.examples.io.threed.obj.OBJWriter
-
Write an object name to the output.
- writeVertex(Vector3D) - Method in class org.apache.commons.geometry.examples.io.threed.obj.OBJWriter
-
Write a vertex to the output.