A B C D E F G I K L M N O P Q R S T U V W 

G

generateNew2DChecker(String, int[]) - Method in class gkdtree.FileOctree
Generates a 2d checker data-set.
generateNew2DFile(String, String, int[]) - Method in class gkdtree.FileOctree
Generates a new data-set from a png image.
generateNewShort(String, int[], boolean) - Method in class gkdtree.FileOctree
Generates a random data-set.
get_current_camera() - Method in class world.Scene
 
get_debug_dir() - Method in class io.KeyMapping
 
get_direction() - Method in class world.CameraFPS
 
get_drawingStructure() - Method in class gkdtree.GKDTree
Returns quads at the cut values of the kd-tree.
get_drawingStructureColor() - Method in class gkdtree.GKDTree
 
get_drawingStructureUV() - Method in class gkdtree.GKDTree
Returns uv-coordinates since they are required in the current rendering process.
get_Input_State() - Method in class io.Input
 
get_Leaves() - Method in class gkdtree.GKDTree
Returns a position array of all leaf nodes.
get_LeavesColor() - Method in class gkdtree.GKDTree
 
get_number_of_values() - Method in class gkdtree.FileNode
 
get_position() - Method in class world.CameraFPS
 
get_projMatrix() - Method in class world.CameraFPS
 
get_scene_object() - Method in class world.Scene
 
get_seclection_position() - Method in class io.KeyMapping
 
get_vertex_data() - Method in class world.Scene
 
get_viewMatrix() - Method in class world.CameraFPS
 
get_viewMatrix4x3() - Method in class world.CameraFPS
 
getAbsoluteSubregion(Boundary) - Method in class gkdtree.Boundary
For a given boundary, calculate the absolute offset of a boundary contained within this boundary.
getArrayList(Float[], Boundary, Boundary) - Static method in class gkdtree.PointList
 
getArrayList(Short[], Boundary, Boundary) - Static method in class gkdtree.PointList
Converts array to list.
getBoundary() - Method in class gkdtree.FileOctree
Returns the size of the data.
getBoundaryOfElement(int) - Method in class gkdtree.FileOctree
Returns the boundary of a certain node.
getCurrentImgeIndex() - Method in class io.UiFileList
 
getDimensionality() - Method in class gkdtree.Boundary
 
getFilename() - Method in class io.UiFileList
 
getFilenameIndex(String) - Method in class io.UiFileList
 
getFilterParams() - Method in class main.Window
 
getFilterParams() - Method in class rendertools.RendererMain
 
getFPS() - Method in class rendertools.Timer
 
getHalfSplit() - Method in class gkdtree.Boundary
Returns the midpoint of the bounardy with the highest extent.
getInverseRotation() - Method in class world.Camera_old
 
getInverseRotation_with_aux() - Method in class world.Camera_old
 
getInverseTranslation() - Method in class world.Camera_old
 
getInverseTranslation_with_aux() - Method in class world.Camera_old
 
getKDDrawing() - Method in class gkdtree.FilterMain
 
getKDDrawingColor() - Method in class gkdtree.FilterMain
 
getKDDrawingUV() - Method in class gkdtree.FilterMain
 
getLimit() - Method in class gkdtree.FileOctree
Returns the maximum of the value-range
getLinearArray(ArrayList<Float>, Boundary) - Static method in class gkdtree.PointList
Returns the values for an n-dimensional data with 1 value per grid point.
getLinearArrayShort(ArrayList<Float>, Boundary) - Static method in class gkdtree.PointList
Same as getLinearArray() for Short.
getLower() - Method in class gkdtree.Boundary
 
getMinimalSubregion(Boundary) - Method in class gkdtree.Boundary
Returns the minimal sub-region of two boundaries.
getMinMax(float[], int, int, boolean) - Static method in class rendertools.Extremum
 
getMode() - Method in class io.UiFileList
 
getNextPointList() - Method in class gkdtree.FileOctree
Returns the float values of the image/volume as an ArrayList Points - e.g.
getNumberOfElements() - Method in class gkdtree.Boundary
A multidimensional boundary has a number of n*m*k*... elements.
getOffset(int) - Method in class rendertools.Textures
 
getPoints(int) - Method in class gkdtree.FileOctree
Returns an array of points for rendering.
getPoints() - Method in class gkdtree.FilterMain
 
getPointsOctree(int, int[]) - Method in class gkdtree.FileOctree
Returns an area selection of the octree as a list of points.
getPointsOctree2D(int, int[]) - Method in class gkdtree.FileOctree
Most recent implementation to get a list of points from a 2D image.
getRotation() - Method in class world.Camera_old
 
getRotation_with_aux() - Method in class world.Camera_old
 
getSingleFile() - Method in class gkdtree.FileNode
Reads a single file.
getSize() - Method in class gkdtree.Boundary
 
getSize(Textures) - Method in class io.UiFileList
 
getSize() - Method in class loader.ObjectLoader
 
getSize(int) - Method in class rendertools.Textures
 
getTextCoords() - Method in class loader.ObjectLoader
 
getTextCoords() - Method in class world.VertexData
 
getTranslation() - Method in class world.Camera_old
 
getTreeLeaves() - Method in class gkdtree.FilterMain
 
getTreeLeavesColor() - Method in class gkdtree.FilterMain
 
getType() - Method in class world.SceneObject
 
getTypingRString() - Method in class io.KeyMapping
 
getTypingSString() - Method in class io.KeyMapping
 
getUiFileList() - Method in class rendertools.RendererMain
 
getUpper() - Method in class gkdtree.Boundary
Calculates the upper boundary from internally stored lower and size.
getValue(int) - Method in class gkdtree.NDimensionalData
 
getValue(int[]) - Method in class gkdtree.NDimensionalData
 
getValues(int) - Method in class gkdtree.FileOctree
Gets the short values of a certain leaf node.
getVertColors() - Method in class world.VertexData
 
getVertices() - Method in class loader.ObjectLoader
 
getVertices() - Method in class world.VertexData
 
getVerticesSize() - Method in class world.VertexData
 
getVerticesSizeForRaycast() - Method in class world.VertexData
 
GKDInnerNode - Class in gkdtree
Inner nodes of the kd-tree.
GKDInnerNode(int, float, float, float) - Constructor for class gkdtree.GKDInnerNode
 
GKDLeafNode - Class in gkdtree
Leaf nodes of the kd-tree.
GKDLeafNode(float[]) - Constructor for class gkdtree.GKDLeafNode
 
GKDNode - Class in gkdtree
General node of the kd-tree.
GKDNode() - Constructor for class gkdtree.GKDNode
 
GKDNode.Result - Class in gkdtree
 
GKDNode.Result(GKDLeafNode, float) - Constructor for class gkdtree.GKDNode.Result
 
gkdtree - package gkdtree
The basic files required for the implementation of the Gaussian kd-tree.
GKDTree - Class in gkdtree
Implementation of the Gaussian kd-tree.
GKDTree(String, int, FileOctree, float) - Constructor for class gkdtree.GKDTree
 
A B C D E F G I K L M N O P Q R S T U V W