Uses of Interface
mgui.interfaces.queries.InterfaceQueryObject
Package | Description |
---|---|
mgui.interfaces.queries |
Provides querying functionality for interface objects.
|
mgui.interfaces.shapes |
This package provides interfaces for user interaction with shapes and shape models.
|
mgui.interfaces.shapes.dynamic | |
mgui.interfaces.shapes.graphs | |
mgui.interfaces.shapes.neuro | |
mgui.interfaces.shapes.queries | |
mgui.morph.sections |
-
Uses of InterfaceQueryObject in mgui.interfaces.queries
Fields in mgui.interfaces.queries declared as InterfaceQueryObject Modifier and Type Field Description protected InterfaceQueryObject
QueryResult. object
Fields in mgui.interfaces.queries with type parameters of type InterfaceQueryObject Modifier and Type Field Description protected java.util.HashMap<InterfaceQueryObject,QueryResult>
InterfaceQuery. results
protected java.util.ArrayList<InterfaceQueryObject>
InterfaceQuery. sorted_objects
Methods in mgui.interfaces.queries that return InterfaceQueryObject Modifier and Type Method Description InterfaceQueryObject
QueryResult. getObject()
Returns the queriable object associated with this resultMethods in mgui.interfaces.queries that return types with arguments of type InterfaceQueryObject Modifier and Type Method Description java.util.ArrayList<InterfaceQueryObject>
InterfaceQuery. getObjects()
Returns a list of the objects for which this query has results, in the order they were added.Methods in mgui.interfaces.queries with parameters of type InterfaceQueryObject Modifier and Type Method Description abstract boolean
InterfaceQuery. canQuery(InterfaceQueryObject object)
Determines whether this query instance can query the givenInterfaceQueryObject
.abstract void
InterfaceQuery. query(InterfaceQueryObject object)
Performs a query on the specified query object.Constructors in mgui.interfaces.queries with parameters of type InterfaceQueryObject Constructor Description QueryResult(InterfaceQueryObject object)
-
Uses of InterfaceQueryObject in mgui.interfaces.shapes
Classes in mgui.interfaces.shapes that implement InterfaceQueryObject Modifier and Type Class Description class
BoolPolygon2DInt
class
Box3DInt
class
Circle2DInt
class
Ellipse2DInt
Interface for aEllipse2D
shape.class
Image2DInt
Displays an image inside a Rect2D shape.class
Image3DInt
Draws a rectangular planar image in R3.class
InterfaceShape
Abstract base class for all shape interfaces (ShapeInts).class
IntPolygon2DInt
class
Line2DInt
class
LPolygon2DInt
Light 2D polygon with no attributes (attributes are assignable)class
LPolygon3DInt
class
Mesh2DInt
A 2D representation of aMesh3DInt
object.class
Mesh3DInt
Interface for a Mesh3D shape.class
Plane3DInt
class
Point2DInt
class
PointSet2DInt
Shape interface for a set of 2D vertices.class
PointSet3DInt
Shape interface for a set of 3D points.class
Polygon2DInt
Interface for a 2D polygon.class
Polygon3DInt
Interface for a 3D polygon object.class
PolygonSet3DInt
Interface for a set of 3D polygons.class
Rect2DInt
Represents a 2D rectangle.class
Rect3DInt
class
SectionSet2DInt
Provides a 2D representation of a 3D section set, where it intersects a particular plane.class
SectionSet3DInt
Represents a set of parallel sections, based upon a reference plane (thisShape), and a spacing value.class
Shape2DInt
Base class for all interfaces to 2D geometrical shapes.class
Shape2DSelectionSet
class
Shape3DInt
Base class for allShape3D
interface objects.class
ShapeSet2DInt
Represents a set ofShape2DInt
objects.class
ShapeSet3DInt
Represents a set ofShape3DInt
objects.class
TensorVolume3DInt
class
TestTextureInt
class
Text2DInt
class
Text2DIntMouseCoords
class
Vector2DInt
class
Vector3DInt
class
VectorSet3DInt
class
Volume2DInt
2D sectional representation of a Volume3DInt.class
Volume3DInt
Class acting as interface to a volume shape, as defined by the Grid3D geometry class.class
VolumeSet3DInt
A set ofVolume3DInt
objects which render as an overlay image.class
X3DScene3DInt
-
Uses of InterfaceQueryObject in mgui.interfaces.shapes.dynamic
Classes in mgui.interfaces.shapes.dynamic that implement InterfaceQueryObject Modifier and Type Class Description class
Volume4DInt
Volume with 3 space and 1 time dimension. -
Uses of InterfaceQueryObject in mgui.interfaces.shapes.graphs
Classes in mgui.interfaces.shapes.graphs that implement InterfaceQueryObject Modifier and Type Class Description class
Graph2DInt
Graph shape represented in R2.class
Graph3DInt
Represents a graph as a 3D shape. -
Uses of InterfaceQueryObject in mgui.interfaces.shapes.neuro
Classes in mgui.interfaces.shapes.neuro that implement InterfaceQueryObject Modifier and Type Class Description class
CorticalHemisphereSet3DInt
class
CorticalSurfaceSet3DInt
Representation of a set of cortical surfaces, including grey matter (GM) interfaces with white matter (WM) and cerebrospinal fluid (CSF). -
Uses of InterfaceQueryObject in mgui.interfaces.shapes.queries
Subinterfaces of InterfaceQueryObject in mgui.interfaces.shapes.queries Modifier and Type Interface Description interface
InterfaceShapeQueryObject
Defines a query object forInterfaceShape
instances.Classes in mgui.interfaces.shapes.queries that implement InterfaceQueryObject Modifier and Type Class Description class
QueryShapeVertex
Represents a specific vertex in a shape, for vertex-wise queries.Methods in mgui.interfaces.shapes.queries with parameters of type InterfaceQueryObject Modifier and Type Method Description boolean
InterfaceShapeQuery. canQuery(InterfaceQueryObject obj)
void
InterfaceShapeQuery. query(InterfaceQueryObject object)
-
Uses of InterfaceQueryObject in mgui.morph.sections
Classes in mgui.morph.sections that implement InterfaceQueryObject Modifier and Type Class Description class
MorphSections3DInt
Class representing a set of intermediate sections (subsections), such that each subsection holds an iterative morphing representation from some source shape to some target shape.class
RadialRep2DInt