Package one.empty3.gui
Class MeshEditorBean.ReplaceMatrix
- java.lang.Object
-
- one.empty3.gui.MeshEditorBean.ReplaceMatrix
-
- Enclosing class:
- MeshEditorBean
public static class MeshEditorBean.ReplaceMatrix extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StructureMatrix<Point3D>
in
protected StructureMatrix<Point3D>
outs
-
Constructor Summary
Constructors Constructor Description ReplaceMatrix(StructureMatrix<Point3D> origin, Representable r)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StructureMatrix<Point3D>
getIn()
StructureMatrix<Point3D>
getOuts()
Representable
getRepresentable()
void
setIn(StructureMatrix<Point3D> in)
void
setOuts(StructureMatrix<Point3D> outs)
void
setRepresentable(Representable representable)
java.lang.String
toString()
boolean
updateIjp(Point3D p, int i, int j)
-
-
-
Field Detail
-
in
protected StructureMatrix<Point3D> in
-
outs
protected StructureMatrix<Point3D> outs
-
-
Constructor Detail
-
ReplaceMatrix
public ReplaceMatrix(StructureMatrix<Point3D> origin, Representable r)
-
-
Method Detail
-
updateIjp
public boolean updateIjp(Point3D p, int i, int j)
-
getRepresentable
public Representable getRepresentable()
-
setRepresentable
public void setRepresentable(Representable representable)
-
getIn
public StructureMatrix<Point3D> getIn()
-
setIn
public void setIn(StructureMatrix<Point3D> in)
-
getOuts
public StructureMatrix<Point3D> getOuts()
-
setOuts
public void setOuts(StructureMatrix<Point3D> outs)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-