Uses of Class
mgui.interfaces.shapes.VertexDataColumn
Package | Description |
---|---|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.datasources | |
mgui.interfaces.shapes.trees | |
mgui.interfaces.shapes.util | |
mgui.interfaces.shapes.volume | |
mgui.io.standard.gifti |
-
Uses of VertexDataColumn in mgui.interfaces.shapes
Fields in mgui.interfaces.shapes declared as VertexDataColumn Modifier and Type Field Description protected VertexDataColumn
InterfaceShape. last_column_added
protected VertexDataColumn
InterfaceShape. last_column_changed
protected VertexDataColumn
InterfaceShape. last_column_removed
protected VertexDataColumn
InterfaceShape. xml_current_column
Fields in mgui.interfaces.shapes with type parameters of type VertexDataColumn Modifier and Type Field Description protected java.util.HashMap<java.lang.String,VertexDataColumn>
InterfaceShape. vertex_data
Methods in mgui.interfaces.shapes that return VertexDataColumn Modifier and Type Method Description VertexDataColumn
InterfaceShape. getCurrentDataColumn()
Returns the current VertexDataColumn.VertexDataColumn
InterfaceShape. getLastColumnAdded()
VERTEX DATA STUFFVertexDataColumn
InterfaceShape. getLastColumnChanged()
VertexDataColumn
InterfaceShape. getLastColumnRemoved()
VertexDataColumn
InterfaceShape. getVertexDataColumn(java.lang.String name)
Returns the vertex data column associated withname
.VertexDataColumn
Shape2DInt. getVertexDataColumn(java.lang.String name)
Methods in mgui.interfaces.shapes that return types with arguments of type VertexDataColumn Modifier and Type Method Description java.util.ArrayList<VertexDataColumn>
InterfaceShape. getVertexDataColumns()
Returns a list of all vertex data columns.java.util.ArrayList<VertexDataColumn>
Shape2DInt. getVertexDataColumns()
Methods in mgui.interfaces.shapes with parameters of type VertexDataColumn Modifier and Type Method Description boolean
InterfaceShape. addVertexData(VertexDataColumn column)
Add a vertex-wise data column of typeDataBuffer.TYPE_DOUBLE
.boolean
Volume3DInt. addVertexData(VertexDataColumn column)
int
VertexDataColumn. compareTo(VertexDataColumn column)
boolean
VertexDataColumn. copyAttributes(VertexDataColumn source_column)
Copies the attributes ofsource_column
to this column.void
VertexDataColumn. setFromVertexDataColumn(VertexDataColumn column)
Set this data column to match the values, limits, and colour map ofcolumn
.Constructors in mgui.interfaces.shapes with parameters of type VertexDataColumn Constructor Description VertexDataColumnEvent(VertexDataColumn column, VertexDataColumnEvent.EventType type)
-
Uses of VertexDataColumn in mgui.interfaces.shapes.datasources
Fields in mgui.interfaces.shapes.datasources declared as VertexDataColumn Modifier and Type Field Description VertexDataColumn
DataSourceLinkOptions. column
Constructors in mgui.interfaces.shapes.datasources with parameters of type VertexDataColumn Constructor Description DataSourceLinkOptions(VertexDataColumn column)
DataSourceLinkOptions(VertexDataColumn column, java.lang.String name)
-
Uses of VertexDataColumn in mgui.interfaces.shapes.trees
Methods in mgui.interfaces.shapes.trees with parameters of type VertexDataColumn Modifier and Type Method Description protected InterfaceTreeNode
ShapeTreeNode. getVertexDataColumnNode(VertexDataColumn column)
-
Uses of VertexDataColumn in mgui.interfaces.shapes.util
Methods in mgui.interfaces.shapes.util with parameters of type VertexDataColumn Modifier and Type Method Description static Polygon2DInt
ShapeFunctions. getProjectedPolygon(Polygon3D polygon, Plane3D plane, float above_dist, float below_dist, VertexDataColumn v_column)
Returns a 2D polygon in section coordinates representing the projection ofpolygon
ontoplane
, within the specified clipping distances.static Polygon2DInt
ShapeFunctions. getProjectedPolygon_bak(Polygon3D polygon, Plane3D plane, float above_dist, float below_dist, VertexDataColumn v_column)
Returns a 2D polygon in section coordinates representing the projection ofpolygon
ontoplane
, within the specified clipping distances. -
Uses of VertexDataColumn in mgui.interfaces.shapes.volume
Subclasses of VertexDataColumn in mgui.interfaces.shapes.volume Modifier and Type Class Description class
GridVertexDataColumn
Vertex data column defined for aVolume3DInt
.Methods in mgui.interfaces.shapes.volume with parameters of type VertexDataColumn Modifier and Type Method Description void
GridVertexDataColumn. setFromVertexDataColumn(VertexDataColumn column)
-
Uses of VertexDataColumn in mgui.io.standard.gifti
Methods in mgui.io.standard.gifti with parameters of type VertexDataColumn Modifier and Type Method Description protected void
GiftiSurfaceWriter. writeAsciiColours(java.io.BufferedWriter writer, VertexDataColumn column, int decimals, boolean has_alpha)
Write coordinates as ASCII data to an XML writer; formats todecimals
decimal places.protected void
GiftiSurfaceWriter. writeBinaryColours(java.io.BufferedWriter writer, VertexDataColumn column, boolean compress, java.nio.ByteOrder b_order, boolean has_alpha)
protected void
GiftiSurfaceWriter. writeVertexColours(java.io.BufferedWriter writer, VertexDataColumn this_column, GiftiOutputOptions _options, boolean has_alpha)
protected void
GiftiSurfaceWriter. writeVertexData(java.io.BufferedWriter writer, VertexDataColumn this_column, GiftiOutputOptions _options)