A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

B

b - Variable in class org.reprap.geometry.polygons.AllSTLsToBuild.LineSegment
The ends of the line segment
b - Variable in class org.reprap.utilities.TableRow
 
b1 - Variable in class org.reprap.gui.botConsole.bedPanel
 
b2 - Variable in class org.reprap.gui.botConsole.bedPanel
 
BackFactor - Variable in class org.reprap.gui.Panel3D
 
background - Static variable in class org.reprap.utilities.RrGraphics
 
backStep(double) - Method in class org.reprap.geometry.polygons.RrPolygon
Backtrack a given distance, inserting a new point there and returning its index
backTrack(int, double, double, double, double, boolean[]) - Method in class org.reprap.geometry.polygons.RrPolygon
 
bBox - Variable in class org.reprap.geometry.LayerRules
The XY rectangle that bounds the build
BBox(Object, Transform3D) - Method in class org.reprap.geometry.polygons.AllSTLsToBuild
Unpack the Shape3D(s) from value and find their exclosing XYZ box
bbox - Variable in class org.reprap.gui.STLObject
 
BBoxPoints(Shape3D, Transform3D) - Method in class org.reprap.geometry.polygons.AllSTLsToBuild
Run through a Shape3D and find its enclosing XYZ box
bcf - Static variable in class org.reprap.gui.botConsole.BotConsoleFrame
 
bDatum - Variable in class org.reprap.gui.botConsole.bedPanel
 
bedPanel - Class in org.reprap.gui.botConsole
 
bedPanel() - Constructor for class org.reprap.gui.botConsole.bedPanel
Creates new form bedPanel
bedTemperatureTarget - Variable in class org.reprap.machines.GenericRepRap
The temperature to set the bed to
bedTempPanel - Variable in class org.reprap.gui.botConsole.XYZTabPanel
 
beingDestroyed - Variable in class org.reprap.geometry.LayerProducer
Flag to prevent cyclic graphs going round forever
beingDestroyed - Variable in class org.reprap.geometry.polygons.RrCSG
Flag to prevent cyclic graphs going round forever
beingDestroyed - Variable in class org.reprap.geometry.polygons.RrHalfPlane
Flag to prevent cyclic graphs going round forever
beingDestroyed - Variable in class org.reprap.geometry.polygons.RrLine
Flag to prevent cyclic graphs going round forever
beingDestroyed - Variable in class org.reprap.geometry.polygons.RrPolygon
Flag to prevent cyclic graphs going round forever
beingDestroyed - Variable in class org.reprap.geometry.polygons.RrPolygonList
Flag to prevent cyclic graphs going round forever
beingDestroyed - Variable in class org.reprap.geometry.polygons.RrRectangle
Flag to prevent cyclic graphs going round forever
beingDestroyed - Variable in class org.reprap.geometry.polygons.treeList
Flag to prevent cyclic graphs going round forever
beta - Variable in class org.reprap.devices.SNAPExtruder
Thermistor beta
betweenLayers(LayerRules) - Method in class org.reprap.machines.GenericRepRap
Deals with all the actions that need to be done between one layer and the next.
betweenLayers(int) - Method in class org.reprap.machines.Simulator
 
betweenLayers(LayerRules) - Method in interface org.reprap.Printer
Do whatever needs to be done between one layer and the next
bg - Variable in class org.reprap.utilities.RrGraphics
 
bgColour - Variable in class org.reprap.gui.Panel3D
 
bgroup - Variable in class org.reprap.gui.PreferencesValue.BooleanChoice
 
bigInterval() - Static method in class org.reprap.geometry.polygons.RrInterval
The biggest possible
bit0 - Static variable in class org.reprap.utilities.FilterGenerator
 
bit1 - Static variable in class org.reprap.utilities.FilterGenerator
 
bit2 - Static variable in class org.reprap.utilities.FilterGenerator
 
bit3 - Static variable in class org.reprap.utilities.FilterGenerator
 
bit4 - Static variable in class org.reprap.utilities.FilterGenerator
 
bit5 - Static variable in class org.reprap.utilities.FilterGenerator
 
bit6 - Static variable in class org.reprap.utilities.FilterGenerator
 
bit7 - Static variable in class org.reprap.utilities.FilterGenerator
 
bits - Variable in class org.reprap.geometry.polygons.BooleanGrid
The pixel map
black - Static variable in class org.reprap.devices.GenericExtruder
The colour black
black - Static variable in class org.reprap.gui.Panel3D
 
black - Static variable in class org.reprap.Preferences
 
bld - Variable in class org.reprap.geometry.Producer
The list of objects to be built
boolchoiceValue - Variable in class org.reprap.gui.PreferencesValue
 
BooleanExpression - Class in org.reprap.utilities
 
BooleanExpression(BooleanExpression[], int) - Constructor for class org.reprap.utilities.BooleanExpression
Make an expression from three or four atomic expressions in an array.
BooleanExpression(Variable[], int) - Constructor for class org.reprap.utilities.BooleanExpression
Make an expression from three or four variables in an array.
BooleanExpression(BooleanExpression, BooleanExpression, Bop) - Constructor for class org.reprap.utilities.BooleanExpression
Operand and two operators
BooleanExpression(BooleanExpression, Bop) - Constructor for class org.reprap.utilities.BooleanExpression
Monadic operator
BooleanExpression(Variable) - Constructor for class org.reprap.utilities.BooleanExpression
Variable leaf
BooleanGrid - Class in org.reprap.geometry.polygons
 
BooleanGrid(RrCSG, RrRectangle, Attributes) - Constructor for class org.reprap.geometry.polygons.BooleanGrid
Build the grid from a CSG expression
BooleanGrid(BooleanGrid) - Constructor for class org.reprap.geometry.polygons.BooleanGrid
Copy constructor N.B.
BooleanGrid(BooleanGrid, BooleanGrid.iRectangle) - Constructor for class org.reprap.geometry.polygons.BooleanGrid
Copy constructor with new rectangle N.B.
BooleanGrid() - Constructor for class org.reprap.geometry.polygons.BooleanGrid
The empty grid
BooleanGrid.DDA - Class in org.reprap.geometry.polygons
Straight-line DDA
BooleanGrid.DDA(BooleanGrid.iPoint, BooleanGrid.iPoint) - Constructor for class org.reprap.geometry.polygons.BooleanGrid.DDA
Set up the DDA between a start and an end point
BooleanGrid.iPoint - Class in org.reprap.geometry.polygons
Integer 2D point
BooleanGrid.iPoint(int, int) - Constructor for class org.reprap.geometry.polygons.BooleanGrid.iPoint
 
BooleanGrid.iPoint(BooleanGrid.iPoint) - Constructor for class org.reprap.geometry.polygons.BooleanGrid.iPoint
Copy constructor
BooleanGrid.iPoint(Rr2Point) - Constructor for class org.reprap.geometry.polygons.BooleanGrid.iPoint
Convert real-world point to integer
BooleanGrid.iPolygon - Class in org.reprap.geometry.polygons
Integer-point polygon
BooleanGrid.iPolygon(boolean) - Constructor for class org.reprap.geometry.polygons.BooleanGrid.iPolygon
 
BooleanGrid.iPolygon(BooleanGrid.iPolygon) - Constructor for class org.reprap.geometry.polygons.BooleanGrid.iPolygon
Deep copy
BooleanGrid.iPolygonList - Class in org.reprap.geometry.polygons
A list of polygons
BooleanGrid.iPolygonList() - Constructor for class org.reprap.geometry.polygons.BooleanGrid.iPolygonList
 
BooleanGrid.iRectangle - Class in org.reprap.geometry.polygons
Small class to hold rectangles represented by the sw point and the size.
BooleanGrid.iRectangle(BooleanGrid.iPoint, BooleanGrid.iPoint) - Constructor for class org.reprap.geometry.polygons.BooleanGrid.iRectangle
Construct from the corner points
BooleanGrid.iRectangle(BooleanGrid.iRectangle) - Constructor for class org.reprap.geometry.polygons.BooleanGrid.iRectangle
Copy constructor
BooleanGrid.iRectangle() - Constructor for class org.reprap.geometry.polygons.BooleanGrid.iRectangle
Useful to have a single-pixel at the origin
BooleanGrid.SnakeEnd - Class in org.reprap.geometry.polygons
Little class to hold the ends of hatching patterns.
BooleanGrid.SnakeEnd(BooleanGrid.iPolygon, int) - Constructor for class org.reprap.geometry.polygons.BooleanGrid.SnakeEnd
 
BooleanGridList - Class in org.reprap.geometry.polygons
Class to hold a list of BooleanGrids with associated atributes for each
BooleanGridList() - Constructor for class org.reprap.geometry.polygons.BooleanGridList
 
BooleanGridList(BooleanGridList) - Constructor for class org.reprap.geometry.polygons.BooleanGridList
Deep copy
Bop - Enum in org.reprap.utilities
Boolean operators and similar
Bop(String) - Constructor for enum org.reprap.utilities.Bop
 
borders() - Method in class org.reprap.geometry.polygons.BooleanGridList
Work out all the polygons forming a set of borders
BotConsoleFrame - Class in org.reprap.gui.botConsole
 
BotConsoleFrame() - Constructor for class org.reprap.gui.botConsole.BotConsoleFrame
Creates new form BotConsoleFrame
bottomLeftShift - Variable in class org.reprap.gui.STLObject.Offsets
 
bottomPoint(List<Integer>) - Method in class org.reprap.geometry.polygons.RrPolygon
find the bottom (-y) point of a polygon point list
BoundFactor - Variable in class org.reprap.gui.Panel3D
 
box() - Method in class org.reprap.geometry.polygons.BooleanGrid
The rectangle surrounding the set pixels in real coordinates.
box - Variable in class org.reprap.geometry.polygons.RrPolygon
The minimum enclosing X-Y box round the polygon
box - Variable in class org.reprap.geometry.polygons.RrPolygonList
 
boxes - Static variable in class org.reprap.utilities.RrGraphics
 
branchGroup(int) - Method in class org.reprap.gui.STLObject
 
bufferQueue(String) - Method in class org.reprap.comms.GCodeReaderAndWriter
Queue a command into the ring buffer.
bufferThread - Variable in class org.reprap.comms.GCodeReaderAndWriter
The transmission to the RepRap machine is handled by a separate thread.
buflen - Static variable in class org.reprap.comms.GCodeReaderAndWriter
 
buildCSG(List<RrCSG>) - Method in class org.reprap.geometry.polygons.treeList
Walk the tree building a CSG expression to represent all the polygons as one thing.
builder - Variable in class org.reprap.Main
 
buildingFromFile() - Method in class org.reprap.comms.GCodeReaderAndWriter
 
BURNING_TEMP - Variable in class org.reprap.gui.botConsole.GenericExtruderTabPanel
 
buttonGroup1 - Variable in class org.reprap.gui.botConsole.PrintTabFrame
 
buttonGroup1 - Variable in class org.reprap.gui.botConsole.XYZTabPanel
 
bv - Variable in class org.reprap.utilities.Variable
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z