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 VertexDataColumnInterfaceShape. last_column_addedprotected VertexDataColumnInterfaceShape. last_column_changedprotected VertexDataColumnInterfaceShape. last_column_removedprotected VertexDataColumnInterfaceShape. xml_current_columnFields 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_dataMethods in mgui.interfaces.shapes that return VertexDataColumn Modifier and Type Method Description VertexDataColumnInterfaceShape. getCurrentDataColumn()Returns the current VertexDataColumn.VertexDataColumnInterfaceShape. getLastColumnAdded()VERTEX DATA STUFFVertexDataColumnInterfaceShape. getLastColumnChanged()VertexDataColumnInterfaceShape. getLastColumnRemoved()VertexDataColumnInterfaceShape. getVertexDataColumn(java.lang.String name)Returns the vertex data column associated withname.VertexDataColumnShape2DInt. 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 booleanInterfaceShape. addVertexData(VertexDataColumn column)Add a vertex-wise data column of typeDataBuffer.TYPE_DOUBLE.booleanVolume3DInt. addVertexData(VertexDataColumn column)intVertexDataColumn. compareTo(VertexDataColumn column)booleanVertexDataColumn. copyAttributes(VertexDataColumn source_column)Copies the attributes ofsource_columnto this column.voidVertexDataColumn. 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 VertexDataColumnDataSourceLinkOptions. columnConstructors 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 InterfaceTreeNodeShapeTreeNode. 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 Polygon2DIntShapeFunctions. getProjectedPolygon(Polygon3D polygon, Plane3D plane, float above_dist, float below_dist, VertexDataColumn v_column)Returns a 2D polygon in section coordinates representing the projection ofpolygonontoplane, within the specified clipping distances.static Polygon2DIntShapeFunctions. 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 ofpolygonontoplane, 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 classGridVertexDataColumnVertex data column defined for aVolume3DInt.Methods in mgui.interfaces.shapes.volume with parameters of type VertexDataColumn Modifier and Type Method Description voidGridVertexDataColumn. 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 voidGiftiSurfaceWriter. writeAsciiColours(java.io.BufferedWriter writer, VertexDataColumn column, int decimals, boolean has_alpha)Write coordinates as ASCII data to an XML writer; formats todecimalsdecimal places.protected voidGiftiSurfaceWriter. writeBinaryColours(java.io.BufferedWriter writer, VertexDataColumn column, boolean compress, java.nio.ByteOrder b_order, boolean has_alpha)protected voidGiftiSurfaceWriter. writeVertexColours(java.io.BufferedWriter writer, VertexDataColumn this_column, GiftiOutputOptions _options, boolean has_alpha)protected voidGiftiSurfaceWriter. writeVertexData(java.io.BufferedWriter writer, VertexDataColumn this_column, GiftiOutputOptions _options)