Public Member Functions | |
| Fiber (ThebaGUI f, byte id) | |
| Fiber (Point[] lumencenters, FiberSlice[] fiberwalls) | |
| void | readFibre (byte[][] voxels) |
| int | getColor () |
| void | setColor (int color) |
| short | getId () |
| void | setId (byte id) |
| Point[] | getPath () |
| void | setPath (Point[] path) |
| FiberSlice[] | getWalls () |
| int | getLength () |
| void | setLength (int length) |
Definition at line 8 of file Fiber.java.
| theba.core.Fiber.Fiber | ( | ThebaGUI | f, | |
| byte | id | |||
| ) |
Definition at line 20 of file Fiber.java.
References theba.core.gui.ThebaGUI.depth.
| theba.core.Fiber.Fiber | ( | Point[] | lumencenters, | |
| FiberSlice[] | fiberwalls | |||
| ) |
Definition at line 27 of file Fiber.java.
| int theba.core.Fiber.getColor | ( | ) |
Definition at line 36 of file Fiber.java.
| short theba.core.Fiber.getId | ( | ) |
Definition at line 44 of file Fiber.java.
| int theba.core.Fiber.getLength | ( | ) |
Definition at line 64 of file Fiber.java.
| Point [] theba.core.Fiber.getPath | ( | ) |
Definition at line 52 of file Fiber.java.
| FiberSlice [] theba.core.Fiber.getWalls | ( | ) |
Definition at line 60 of file Fiber.java.
| void theba.core.Fiber.readFibre | ( | byte | voxels[][] | ) |
Definition at line 32 of file Fiber.java.
| void theba.core.Fiber.setColor | ( | int | color | ) |
Definition at line 40 of file Fiber.java.
| void theba.core.Fiber.setId | ( | byte | id | ) |
Definition at line 48 of file Fiber.java.
| void theba.core.Fiber.setLength | ( | int | length | ) |
Definition at line 68 of file Fiber.java.
| void theba.core.Fiber.setPath | ( | Point[] | path | ) |
Definition at line 56 of file Fiber.java.
1.6.1