Version 1.2 (June 2013)
 All Classes Namespaces Files Functions Variables Pages
Classes | Public Member Functions | Public Attributes | List of all members
simulator.geometry.GridElementFloat Class Reference

Implements a reference to a grid element. More...

Classes

class  TValueComparator
 Sorts the grid elements according to the T value.
 

Public Member Functions

 GridElementFloat (double[] values, int index)
 
double getValue ()
 Return the double value in the array of doubles for the specified index. More...
 

Public Attributes

int _index
 

Detailed Description

Implements a reference to a grid element.

Implements a reference to a grid element

Author
Joao Xavier (xavie.nosp@m.rj@m.nosp@m.skcc..nosp@m.org), Memorial Sloan-Kettering Cancer Center (NY, USA)

Constructor & Destructor Documentation

simulator.geometry.GridElementFloat.GridElementFloat ( double[]  values,
int  index 
)

Initialize a new grid element

Parameters
valuesArray of doubles to set the grid to
indexInteger index to set the index to

Member Function Documentation

double simulator.geometry.GridElementFloat.getValue ( )

Return the double value in the array of doubles for the specified index.

Return the double value in the array of doubles for the specified index

Returns
Double value stored in the array

Member Data Documentation

int simulator.geometry.GridElementFloat._index

Index to a location on a grid which relates to this element


The documentation for this class was generated from the following file: