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 InterfaceQueryObjectQueryResult. objectFields in mgui.interfaces.queries with type parameters of type InterfaceQueryObject Modifier and Type Field Description protected java.util.HashMap<InterfaceQueryObject,QueryResult>InterfaceQuery. resultsprotected java.util.ArrayList<InterfaceQueryObject>InterfaceQuery. sorted_objectsMethods in mgui.interfaces.queries that return InterfaceQueryObject Modifier and Type Method Description InterfaceQueryObjectQueryResult. 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 booleanInterfaceQuery. canQuery(InterfaceQueryObject object)Determines whether this query instance can query the givenInterfaceQueryObject.abstract voidInterfaceQuery. 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 classBoolPolygon2DIntclassBox3DIntclassCircle2DIntclassEllipse2DIntInterface for aEllipse2Dshape.classImage2DIntDisplays an image inside a Rect2D shape.classImage3DIntDraws a rectangular planar image in R3.classInterfaceShapeAbstract base class for all shape interfaces (ShapeInts).classIntPolygon2DIntclassLine2DIntclassLPolygon2DIntLight 2D polygon with no attributes (attributes are assignable)classLPolygon3DIntclassMesh2DIntA 2D representation of aMesh3DIntobject.classMesh3DIntInterface for a Mesh3D shape.classPlane3DIntclassPoint2DIntclassPointSet2DIntShape interface for a set of 2D vertices.classPointSet3DIntShape interface for a set of 3D points.classPolygon2DIntInterface for a 2D polygon.classPolygon3DIntInterface for a 3D polygon object.classPolygonSet3DIntInterface for a set of 3D polygons.classRect2DIntRepresents a 2D rectangle.classRect3DIntclassSectionSet2DIntProvides a 2D representation of a 3D section set, where it intersects a particular plane.classSectionSet3DIntRepresents a set of parallel sections, based upon a reference plane (thisShape), and a spacing value.classShape2DIntBase class for all interfaces to 2D geometrical shapes.classShape2DSelectionSetclassShape3DIntBase class for allShape3Dinterface objects.classShapeSet2DIntRepresents a set ofShape2DIntobjects.classShapeSet3DIntRepresents a set ofShape3DIntobjects.classTensorVolume3DIntclassTestTextureIntclassText2DIntclassText2DIntMouseCoordsclassVector2DIntclassVector3DIntclassVectorSet3DIntclassVolume2DInt2D sectional representation of a Volume3DInt.classVolume3DIntClass acting as interface to a volume shape, as defined by the Grid3D geometry class.classVolumeSet3DIntA set ofVolume3DIntobjects which render as an overlay image.classX3DScene3DInt -
Uses of InterfaceQueryObject in mgui.interfaces.shapes.dynamic
Classes in mgui.interfaces.shapes.dynamic that implement InterfaceQueryObject Modifier and Type Class Description classVolume4DIntVolume 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 classGraph2DIntGraph shape represented in R2.classGraph3DIntRepresents 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 classCorticalHemisphereSet3DIntclassCorticalSurfaceSet3DIntRepresentation 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 interfaceInterfaceShapeQueryObjectDefines a query object forInterfaceShapeinstances.Classes in mgui.interfaces.shapes.queries that implement InterfaceQueryObject Modifier and Type Class Description classQueryShapeVertexRepresents 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 booleanInterfaceShapeQuery. canQuery(InterfaceQueryObject obj)voidInterfaceShapeQuery. query(InterfaceQueryObject object) -
Uses of InterfaceQueryObject in mgui.morph.sections
Classes in mgui.morph.sections that implement InterfaceQueryObject Modifier and Type Class Description classMorphSections3DIntClass representing a set of intermediate sections (subsections), such that each subsection holds an iterative morphing representation from some source shape to some target shape.classRadialRep2DInt