Documentation
¶
Overview ¶
Package voxels converts voxels to STL.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Slicer ¶
type Slicer interface { NumMaterials() int MaterialName(materialNum int) string // 1-based MBB() (min, max [3]float32) // in millimeters // PrepareRenderX() error // RenderXSlices(materialNum int, sp irmf.XSliceProcessor, order irmf.Order) error // PrepareRenderY() error // RenderYSlices(materialNum int, sp irmf.YSliceProcessor, order irmf.Order) error PrepareRenderZ() error RenderZSlices(materialNum int, sp irmf.ZSliceProcessor, order irmf.Order) error NumXSlices() int NumYSlices() int NumZSlices() int }
Slicer represents a slicer that provides slices of voxels for multiple materials (from an IRMF model).
Click to show internal directories.
Click to hide internal directories.