- c - Variable in class edu.unh.sdb.datasource.ThreadedSliceCache.SliceCacheIOThread
-
- cacheBlockBounds - Variable in class edu.unh.sdb.datasource.BlockCache
-
- cacheBlockDimensions - Variable in class edu.unh.sdb.datasource.BlockCache
-
- CacheDataBlock - Class in edu.unh.sdb.datasource
-
A CacheDataBlock is a CompositeBlock that is used internally by the CacheDataSource.
- CacheDataSource - Class in edu.unh.sdb.datasource
-
This is the abstract base class for all datasources that provide caching service for
an underlying datasource.
- CacheDataSource(String, DataSource, ISBounds) - Constructor for class edu.unh.sdb.datasource.CacheDataSource
-
Create a CacheDataSource with a Cache associated with the argument datasource.
- CacheMaker - Class in edu.unh.sdb.datasource
-
- CacheMaker() - Constructor for class edu.unh.sdb.datasource.CacheMaker
-
- cachePartitioning - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- cacheRefTime - Variable in class edu.unh.sdb.datasource.SparseDataSource
-
- calculateIntersectionPoints(Plane) - Method in class edu.unh.sdb.datasource.Volume
-
- calculateNumElems(int, ISBounds) - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- calculateRotation(Vector3d, Vector3d, Vector3d, Vector3d) - Static method in class edu.unh.sdb.datasource.SliceUtil
-
Calculate the rotation to get from 'srcZero' and 'srcOne' to
'destZero' and 'destOne' .
- calculateRotation(Vector3d, Vector3d, Matrix4d) - Static method in class edu.unh.sdb.datasource.SliceUtil
-
- calculateRotation(Vector3d, Vector3d, AxisAngle4d) - Static method in class edu.unh.sdb.datasource.SliceUtil
-
Calculate the rotation to get from 'src' to 'dest' and store that in
'axisAngle'
- calculateRotationHeadingPitchBank() - Method in class edu.unh.sdb.common.EulerAngles
-
- calculateSliceTranslation() - Method in class edu.unh.sdb.datasource.Slice
-
Calculates the translation for the 2D projection of intersection polygon
such that the 2D polygon is stationary as the polygon move through the volume.
- cATTRIBUTEPROJECTIONID - Static variable in class edu.unh.sdb.mdb.Table
-
- cCOMPONENTBOUNDSID - Static variable in class edu.unh.sdb.mdb.Table
-
- cCOMPONENTDSID - Static variable in class edu.unh.sdb.mdb.Table
-
- cCOMPOSITEBOUNDSID - Static variable in class edu.unh.sdb.mdb.Table
-
- cCOMPOSITEDSID - Static variable in class edu.unh.sdb.mdb.Table
-
- Cell - Class in edu.unh.sdb.datasource
-
- Cell() - Constructor for class edu.unh.sdb.datasource.Cell
-
Constructor without argument
- Cell(CellID) - Constructor for class edu.unh.sdb.datasource.Cell
-
Constructor takes a single CellID
- Cell(CellID, int) - Constructor for class edu.unh.sdb.datasource.Cell
-
Constructor takes a CellID and the dimensionality
- cell - Variable in class edu.unh.sdb.datasource.CellIterator
-
- Cell - Class in edu.unh.sdb.lattice
-
The Cell class groups several sample points into a cell.
- Cell(Point[], Datum[]) - Constructor for class edu.unh.sdb.lattice.Cell
-
- Cell(int, int, int) - Constructor for class edu.unh.sdb.lattice.Cell
-
- CellBlock - Class in edu.unh.sdb.datasource
-
- CellBlock() - Constructor for class edu.unh.sdb.datasource.CellBlock
-
Construct a CellBlock without arguments
- CellBlock(ISBounds, AxisOrdering, RecordDescriptor) - Constructor for class edu.unh.sdb.datasource.CellBlock
-
Construct a CellBlock with the given bounds, axis axisOrdering and
RecordDescriptor.
- CellBlock(ISBounds, RecordDescriptor) - Constructor for class edu.unh.sdb.datasource.CellBlock
-
Construct a CellBlock with the given bounds and number of attributes
- CellBlock(DataBlock) - Constructor for class edu.unh.sdb.datasource.CellBlock
-
Construct a CellBlock with a given point DataBlock
- CellBlockIterator - Class in edu.unh.sdb.datasource
-
- CellBlockIterator() - Constructor for class edu.unh.sdb.datasource.CellBlockIterator
-
construction with an uniform cell block
- CellBoundsIterator - Class in edu.unh.sdb.datasource
-
CellBoundsIterator creates ISBounds with length 2 in all dimensions, and an overlap of -1.
- CellBoundsIterator(ISBounds) - Constructor for class edu.unh.sdb.datasource.CellBoundsIterator
-
- CellBoundsIterator(ISBounds, AxisOrdering) - Constructor for class edu.unh.sdb.datasource.CellBoundsIterator
-
- CellDataCollection - Class in edu.unh.sdb.datasource
-
- CellDataCollection() - Constructor for class edu.unh.sdb.datasource.CellDataCollection
-
- CellDataSource - Class in edu.unh.sdb.datasource
-
- CellDataSource() - Constructor for class edu.unh.sdb.datasource.CellDataSource
-
Constructor without arguments
- CellDataSource(RecordDescriptor, ISBounds) - Constructor for class edu.unh.sdb.datasource.CellDataSource
-
Constructor with RecordDescriptor and ISBounds
- CellDataSource(DataSource) - Constructor for class edu.unh.sdb.datasource.CellDataSource
-
Constructor sets all data members to copies of the
corresponding members from the argument DataSource.
- CellGroup - Class in edu.unh.sdb.lattice
-
- CellGroup(GBounds) - Constructor for class edu.unh.sdb.lattice.CellGroup
-
- CellGroupGrid - Class in edu.unh.sdb.lattice
-
- CellGroupGrid() - Constructor for class edu.unh.sdb.lattice.CellGroupGrid
-
- CellGroupGrid(Partitioning, AxisOrdering) - Constructor for class edu.unh.sdb.lattice.CellGroupGrid
-
- cellID - Variable in class edu.unh.sdb.datasource.Cell
-
- CellID - Class in edu.unh.sdb.datasource
-
- CellID() - Constructor for class edu.unh.sdb.datasource.CellID
-
Constructor without argument
- CellID(IndexSpaceID) - Constructor for class edu.unh.sdb.datasource.CellID
-
Constructor takes a single IndexSpaceID that represents the position
of a cell in a cell space.
- CellID - Class in edu.unh.sdb.lattice
-
- CellID(IndexSpaceID, int) - Constructor for class edu.unh.sdb.lattice.CellID
-
- CellID(Datum, int) - Constructor for class edu.unh.sdb.lattice.CellID
-
- CellIndexable - Interface in edu.unh.sdb.datasource
-
An interface for classes that can be thought of as a cell space.
- cellIndices - Variable in class edu.unh.sdb.lattice.InCoreArrayCellGroup
-
- CellIterator - Class in edu.unh.sdb.datasource
-
- CellIterator() - Constructor for class edu.unh.sdb.datasource.CellIterator
-
Constructor without argument
- cellList - Variable in class edu.unh.sdb.lattice.WriteableInCoreArrayCellGroup
-
- cellSource - Variable in class edu.unh.sdb.datasource.ARRSNode
-
- changeResolution(int) - Method in class edu.unh.sdb.datasource.MRDataSource
-
boolean changeResolution( int changeCode )
changeCode = 0 implies go to resolution level zero
otherwise new resolution level = old level + changeCode
changeCode < 0 implies make resolution finer by abs( changeCode ) levels
changeCode > 0 implies make resolution coarser by changeCode levels
- Char - Static variable in class edu.unh.sdb.common.StorageType
-
- check(ComponentInfo[]) - Method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
Check the array of ComponentInfo for AJDS.
- check(ComponentInfo[]) - Method in class edu.unh.sdb.datasource.BlockedDataSource
-
Check the validity of the given ComponentInfo array
- check(ComponentInfo[]) - Method in class edu.unh.sdb.datasource.BlockManager
-
- check(ComponentInfo[]) - Method in class edu.unh.sdb.datasource.CompositeDataSource
-
Check the array of componentInfo
- check(ComponentInfo[]) - Method in class edu.unh.sdb.datasource.OverlapBlockedDataSource
-
Check the validity of the given ComponentInfo array
- checkActivated() - Method in class edu.unh.sdb.datasource.DataSource
-
Check if the DataSource has been activated before trying to access data.
- checkCoarser(int) - Method in class edu.unh.sdb.datasource.MRDataSource
-
void checkCoarser( int level )
Try to open next coarser data representation.
- checkComponentID() - Method in class edu.unh.sdb.common.FieldIDMapper
-
Check whether the numbers in this.componentFields are distinct.
- checkCompositeID() - Method in class edu.unh.sdb.common.FieldIDMapper
-
Check whether the numbers in this.compositeFields are distinct.
- checkSize(ISBounds) - Method in class edu.unh.sdb.datasource.BlockListCache
-
- checkTopology() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
check Topology's Geometry, if it is omitted, set it to the lattice's Geometry
- ChomboDataSource - Class in edu.unh.sdb.datasource
-
- ChomboDataSource(String) - Constructor for class edu.unh.sdb.datasource.ChomboDataSource
-
- ChomboDataSource(String, String) - Constructor for class edu.unh.sdb.datasource.ChomboDataSource
-
- ChomboDataSource(String, FDLDescriptor) - Constructor for class edu.unh.sdb.datasource.ChomboDataSource
-
- chomboDesiredAttribute - Variable in class edu.unh.sdb.datasource.FDLDescriptor
-
- ChomboErrors - Class in edu.unh.sdb.datasource
-
ChomboErrors:
This is a class containing constant integer values referencing the various
errors that may occur in the ChomboReader.
- ChomboErrors() - Constructor for class edu.unh.sdb.datasource.ChomboErrors
-
- ChomboRemoteClient - Class in edu.unh.sdb.datasource
-
- ChomboRemoteClient(String, RecordDescriptor, ISBounds, String, String) - Constructor for class edu.unh.sdb.datasource.ChomboRemoteClient
-
- ChomboRemoteClient(String, RecordDescriptor, ISBounds, AxisOrdering, String, String) - Constructor for class edu.unh.sdb.datasource.ChomboRemoteClient
-
- chooseBytesPerValue() - Method in class edu.unh.sdb.datasource.DSPartitionedStencil
-
determine how many bytes to use per offset when representing the
stencil as an array of bytes.
- chooseProjectionAxis(float[]) - Static method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Return the axis along which the iterator will project the plane.
- chunkDimensions - Variable in class edu.unh.sdb.datasource.FDLDescriptor
-
Denotes the chunk (partition) dimensions for ChunkedDataSource
- ChunkedDataSource - Class in edu.unh.sdb.datasource
-
This class performs chunking I/O operations.
- ChunkedDataSource(String, FDLDescriptor) - Constructor for class edu.unh.sdb.datasource.ChunkedDataSource
-
Create a ChunkedDataSource from an fdl;
In this case, the partitioning specifications are determined by
the size of each partition, not the size of the partitioning space.
- ChunkedDataSource(String, ISBounds, ISBounds, String, AxisOrdering, RecordDescriptor) - Constructor for class edu.unh.sdb.datasource.ChunkedDataSource
-
Creates a ChunkedDataSource object from 'fileName',
how many chunks are on each direction are specified by 'partitioningBounds',
the dimensions and placement of the volume given by 'spaceBounds',
axis ordering 'order' and records described by 'recordDesc'.
- chunkingPartitioning - Variable in class edu.unh.sdb.datasource.ChunkedDataSource
-
- classifyVoxel(DataBlock, IndexSpaceID, DataBlock, IndexSpaceID, TransferFunction.Feature) - Method in class edu.unh.sdb.datasource.TransferFunction
-
- classifyVoxels(DataBlock, ISBounds, DataBlock, TransferFunction.Feature) - Method in class edu.unh.sdb.datasource.TransferFunction
-
- clear() - Method in class edu.unh.sdb.common.Metadata
-
Clears this Metadata object of all properties.
- clear() - Method in class edu.unh.sdb.datasource.DataBlockCollection
-
- clear() - Method in class edu.unh.sdb.datasource.DSArrayStencil
-
Clear this stencil of all elements.
- clear() - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Clear this stencil of all elements.
- clear() - Method in class edu.unh.sdb.datasource.DSListStencil
-
Clear this stencil of all elements.
- clear() - Method in class edu.unh.sdb.datasource.DSPartitionedStencil
-
Clear this stencil of all elements.
- clearCache() - Method in class edu.unh.sdb.datasource.DataSource
-
Attempts to clear the filesystem cache executing a shell script at $HOME/bin/trc.
- clearCache() - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
Clear the filesystem cache on the server.
- clearCache() - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
Clear the filesystem cache on the server.
- clearLeafList() - Method in class edu.unh.sdb.datasource.ARRSTree
-
Clear the list of leaf cell blocks
- clientAlarmSocket - Static variable in class edu.unh.sdb.datasource.GraniteRemoteClient
-
- clientAlarmSocket - Static variable in class edu.unh.sdb.datasource.RemoteUDPClient
-
- clientAlarmSocket - Static variable in class edu.unh.sdb.datasource.RemoteUDTClient
-
- clientControlPort - Static variable in class edu.unh.sdb.common.Globals
-
- clientControlPort - Static variable in class edu.unh.sdb.datasource.RemoteUDPClient
-
- clientControlPort - Static variable in class edu.unh.sdb.datasource.RemoteUDTClient
-
- clientDataPort - Static variable in class edu.unh.sdb.common.Globals
-
- clientDataPort - Static variable in class edu.unh.sdb.datasource.RemoteUDPClient
-
- clientDataPort - Static variable in class edu.unh.sdb.datasource.RemoteUDTClient
-
- clientSocket - Static variable in class edu.unh.sdb.datasource.RemoteUDPClient
-
- clientSocket - Static variable in class edu.unh.sdb.datasource.RemoteUDTClient
-
- ClientToServerControlInfo(String) - Static method in class edu.unh.sdb.datasource.RemoteUDPClient
-
TCP Control Traffic to Server about missing packets.
- ClientToServerControlInfo(String) - Static method in class edu.unh.sdb.datasource.RemoteUDTClient
-
TCP Control Traffic to Server about missing packets.
- ClientToServerStencilPartitionList(byte[], int) - Static method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
TCP Control Traffic to Server about Stencil's partition list.
- ClientToServerStencilPartitionList(byte[], int) - Static method in class edu.unh.sdb.datasource.RemoteUDTClient
-
TCP Control Traffic to Server about Stencil's partition list.
- clone() - Method in class edu.unh.sdb.common.AttributeDescriptor
-
Return a copy of the AttributeDescriptor as an Object.
- clone() - Method in class edu.unh.sdb.common.Bounds
-
Return a copy of this Bounds object
- clone() - Method in class edu.unh.sdb.common.ByteDatum
-
Return a copy of this datum.
- clone() - Method in class edu.unh.sdb.common.Datum
-
Return a copy of this datum.
- clone() - Method in class edu.unh.sdb.common.DoubleDatum
-
Return a copy of this datum.
- clone() - Method in class edu.unh.sdb.common.FieldIDMapper
-
Return a copy of this FieldIDMapper object
- clone() - Method in class edu.unh.sdb.common.FloatDatum
-
Return a copy of this datum.
- clone() - Method in class edu.unh.sdb.common.IntDatum
-
Return a copy of this datum.
- clone() - Method in class edu.unh.sdb.common.Metadata
-
- clone() - Method in class edu.unh.sdb.common.MetadataCollection
-
- clone() - Method in class edu.unh.sdb.common.MixedDatum
-
Return a copy of this datum.
- clone() - Method in class edu.unh.sdb.common.RecordDescriptor
-
Make a copy of this RecordDescriptor.
- clone() - Method in class edu.unh.sdb.common.ShortDatum
-
Return a copy of this datum.
- clone() - Method in class edu.unh.sdb.common.SpaceID
-
- clone() - Method in class edu.unh.sdb.datasource.AxisOrdering
-
Returns a copy of this AxisOrdering.
- clone() - Method in class edu.unh.sdb.datasource.BDISBoundsIterator
-
Return a copy of this BDISBoundsIterator
- clone() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Create a clone of this object
- clone() - Method in class edu.unh.sdb.datasource.IntegerIndexSpaceID
-
Return a copy of this IndexSpaceID.
- clone() - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a copy of this ISBounds object
- clone() - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
Return a copy of this ISBoundsIterator
- clone() - Method in class edu.unh.sdb.datasource.ISIterator
-
Return a copy of this ISIterator
- clone() - Method in class edu.unh.sdb.datasource.PackedIndexSpaceID
-
Return a copy of this IndexSpaceID.
- clone() - Method in class edu.unh.sdb.datasource.RegularPartitionISID
-
Return a copy of this RegularPartitionISID.
- clone() - Method in class edu.unh.sdb.lattice.GBounds
-
Return a copy of this GBounds object
- clone() - Method in class edu.unh.sdb.lattice.GBoundsGapIterator
-
Return a copy of this GBoundsGapIterator
- clone() - Method in class edu.unh.sdb.lattice.GBoundsIterator
-
Return a copy of this GBoundsIterator
- clone() - Method in class edu.unh.sdb.lattice.GIterator
-
Return a copy of this GIterator
- clone() - Method in class edu.unh.sdb.lattice.Point
-
Return a copy of this point.
- close() - Method in class edu.unh.sdb.datasource.DataSink
-
- closeWelcomeSocket() - Static method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Close welcomeSocket for Control Information.
- CNSock - Static variable in class edu.unh.sdb.common.Globals
-
- coarser() - Method in class edu.unh.sdb.datasource.MRDataSource
-
boolean coarser( )
Move to next coarser data representation.
- combine(FieldIDMapper, FieldIDMapper) - Method in class edu.unh.sdb.common.FieldIDMapper
-
Put two FieldIDMappers together.
- component - Variable in class edu.unh.sdb.datasource.ComponentInfo
-
- COMPONENT - Static variable in class edu.unh.sdb.mdb.Table
-
define table name
- componentBounds - Variable in class edu.unh.sdb.datasource.DataSourceBuilder
-
the bounds for each component
- componentFieldPositions - Variable in class edu.unh.sdb.datasource.DataSourceBuilder
-
the component field positions for mapping from component to composite
- componentFields - Variable in class edu.unh.sdb.common.FieldIDMapper
-
The field numbers from a component DataSource.
- componentIndices - Variable in class edu.unh.sdb.datasource.DataSourceBuilder
-
the designated component Datasource indices into DataSourceList
- ComponentInfo - Class in edu.unh.sdb.datasource
-
This class records information about a component DataSource of a
AttributeJoinDataSource or BlockedDataSource.
- ComponentInfo(Indexable, FieldIDMapper, ISIDMapper) - Constructor for class edu.unh.sdb.datasource.ComponentInfo
-
Construct a ComponentInfo from DataCollection, FieldIDMapper
and ISIDMapper.
- componentInfos - Variable in class edu.unh.sdb.datasource.CompositeDataSource
-
Information for every component.
- componentMaps - Variable in class edu.unh.sdb.datasource.DataSourceBuilder
-
- components - Variable in class edu.unh.sdb.datasource.BlockManager
-
- CompositeBlock - Class in edu.unh.sdb.datasource
-
- CompositeBlock(ISBounds, RecordDescriptor) - Constructor for class edu.unh.sdb.datasource.CompositeBlock
-
Construct a datablock with the given bounds and RecordDescriptor.
- CompositeBlock(ISBounds, RecordDescriptor, boolean) - Constructor for class edu.unh.sdb.datasource.CompositeBlock
-
Construct a datablock with the given bounds and RecordDescriptor.
- CompositeBlock(ISBounds, RecordDescriptor, RecordSpec) - Constructor for class edu.unh.sdb.datasource.CompositeBlock
-
Construct a datablock with the given bounds and RecordDescriptor.
- CompositeBlock(ISBounds, RecordDescriptor, FieldIDMapper) - Constructor for class edu.unh.sdb.datasource.CompositeBlock
-
Construct a datablock with the given bounds and RecordDescriptor.
- compositeBounds - Variable in class edu.unh.sdb.datasource.DataSourceBuilder
-
denotes extent of Index Space for the pending datasource
- CompositeDataSource - Class in edu.unh.sdb.datasource
-
This class is a parent class for AttributeJoinDataSoure and
BlockedDataSource.
- CompositeDataSource(String, ComponentInfo[]) - Constructor for class edu.unh.sdb.datasource.CompositeDataSource
-
Create a CompositeDataSource defined by the ComponentInfo array.
- compositeFieldNames - Variable in class edu.unh.sdb.datasource.DataSourceBuilder
-
rdb added a single composite name vector; could have holes in it
- compositeFieldPositions - Variable in class edu.unh.sdb.datasource.DataSourceBuilder
-
the composite field positions for mapping from component to composite
- compositeFields - Variable in class edu.unh.sdb.common.FieldIDMapper
-
The one-to-one corresponding field numbers from the composite
DataSource.
- computeBestBlockShape(AxisOrdering, int[], int, long) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- computeCacheArrayDimensions(float[], int[], int[], int[], int, int, boolean) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- computeCacheBlockDimensions(int, int[], float[], int[], int) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- computeCoords(long, int[], int[]) - Method in class edu.unh.sdb.datasource.AxisOrdering
-
Deprecated.
in favor of the version with long axisWeights
- computeCoords(long, int[], long[]) - Method in class edu.unh.sdb.datasource.AxisOrdering
-
Compute the coordinates corresponding to the offset using the given axisWeights.
- computeDimensions(int[], int[], float[], float[], int[], int[], int, int, int, long, boolean) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- computeMaxScaleFactor(int, int[]) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- computeOffset(IndexSpaceID, long[]) - Static method in class edu.unh.sdb.datasource.AxisOrdering
-
Map the IndexSpaceID to a single integer that serves as
as an offset into the physical file or network source.
- computeOffset(int[], long[]) - Static method in class edu.unh.sdb.datasource.AxisOrdering
-
Map the coordinates array to a single integer that serves as
as an offset into the physical file or network source.
- computeOffset(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DataCollection
-
Maps an n-dimensional IndexSpaceID to a 1d offset.
- computeOffset(int[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Maps an n-dimensional array of coordinates to a 1d offset
- computeOffset(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DataSink
-
Map the IndexSpaceID to a single integer that serves as
as an Datum offset into the physical file or network source.
- computeOffset(int[]) - Method in class edu.unh.sdb.datasource.DataSink
-
Maps an n-dimensional array of coordinates to an Datum offset in file
or array.
- computeOffset2(IndexSpaceID) - Method in class edu.unh.sdb.lattice.CellGroupGrid
-
Map the IndexSpaceID to a single integer that serves as
as an offset into the physical file or network source.
- computeRequiredMemory(int[], int[], int) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- configPath - Variable in class edu.unh.sdb.common.Configuration
-
- Configuration - Class in edu.unh.sdb.common
-
- Configuration() - Constructor for class edu.unh.sdb.common.Configuration
-
- connectionSocket - Static variable in class edu.unh.sdb.datasource.GraniteRemoteClient
-
- connectionSocket - Static variable in class edu.unh.sdb.datasource.RemoteUDPClient
-
- connectionSocket - Static variable in class edu.unh.sdb.datasource.RemoteUDTClient
-
- containedBy(ISBounds) - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
Returns true if this IndexSpaceID is contained by the
ISBounds parameter, or false otherwise.
- containedBy(ISBounds) - Method in class edu.unh.sdb.datasource.ISIterator
-
Returns true if this IndexSpaceID is contained by the
ISBounds parameter, or false otherwise.
- containedBy(GBounds) - Method in class edu.unh.sdb.lattice.GIterator
-
Returns true if this Point is contained by the
GBounds parameter, or false otherwise.
- containedBy(GBounds) - Method in class edu.unh.sdb.lattice.Point
-
Returns true if this Point is contained by the
ISBounds parameter, or false otherwise.
- containedBy(GBounds) - Method in class edu.unh.sdb.lattice.TriangleCell
-
Returns true if this TriangleCell is contained by the GBounds argument, false otherwise.
- containingOffset(IndexSpaceID) - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
Map the index space id onto the partitioning space and return the 1D
offset of the containing partition.
- contains(String) - Method in class edu.unh.sdb.common.MetadataCollection
-
Returns true if this collection contains a Metadata object with the given
name.
- contains(IndexSpaceID) - Method in class edu.unh.sdb.datasource.ComponentInfo
-
If this component contains the given IndexSpaceID, returns true
- contains(ISBounds) - Method in class edu.unh.sdb.datasource.ISBounds
-
Returns true if this Bounds completely contains the argument bounds.
- contains(IndexSpaceID) - Method in class edu.unh.sdb.datasource.ISBounds
-
Returns true if this Bounds contains the coordinates contained in the integer array.
- contains(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Returns true if this Bounds contains the coordinates contained in the integer array.
- contains(IndexSpaceID) - Method in class edu.unh.sdb.datasource.ISIDMapper
-
Check if the given IndexSpaceID is contained by this component
- contains(GBounds) - Method in class edu.unh.sdb.lattice.GBounds
-
Returns true if this Bounds completely contains the argument bounds.
- contains(Point) - Method in class edu.unh.sdb.lattice.GBounds
-
Returns true if this Bounds contains the argument Point.
- contains(float[]) - Method in class edu.unh.sdb.lattice.GBounds
-
Returns true if this Bounds contains the coordinates contained in the integer array.
- containsExcludeUpper(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Returns true if this Bounds contains the coordinates represented in the integer array.
- containsExcludeUpper(IndexSpaceID) - Method in class edu.unh.sdb.datasource.ISBounds
-
Returns true if this Bounds contains the coordinates represented in the IndexSpaceID.
- containsKey(String) - Method in class edu.unh.sdb.common.Metadata
-
Returns true if contains a property for the given key.
- convert(Datum, byte[], int) - Method in class edu.unh.sdb.datasource.TransferFunction
-
- convert(Values, byte[]) - Method in class edu.unh.sdb.datasource.TransferFunction
-
- coordinateFileName - Variable in class edu.unh.sdb.lattice.FDLGroup
-
- coords - Variable in class edu.unh.sdb.lattice.Cell
-
- coords - Variable in class edu.unh.sdb.lattice.InCoreArrayCellGroup
-
- coords - Variable in class edu.unh.sdb.lattice.InCoreArrayCellGroupGrid
-
- coordsRS - Variable in class edu.unh.sdb.lattice.FileCellGroup
-
- copy() - Method in class edu.unh.sdb.common.AttributeDescriptor
-
Clones the object and returns a reference to a cloned AttributeDescriptor.
- copy() - Method in class edu.unh.sdb.common.RecordDescriptor
-
Make a copy of this RecordDescriptor.
- copy() - Method in class edu.unh.sdb.datasource.ARRSClippedCopyLeafNode
-
copy method creates references to all components, not copies.
- copy() - Method in class edu.unh.sdb.datasource.ARRSCopyLeafNode
-
copy method creates references to all components, not copies.
- copy() - Method in class edu.unh.sdb.datasource.ARRSNode
-
Abstract clone method
- copy() - Method in class edu.unh.sdb.datasource.AxisOrdering
-
Returns a copy of this AxisOrdering.
- copy() - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a copy of this ISBounds object
- copy(ISBounds) - Method in class edu.unh.sdb.datasource.ISBounds
-
Deprecated.
Use set( ISBounds )
- copy() - Method in class edu.unh.sdb.datasource.ISIterator
-
Deprecated.
- copy() - Method in class edu.unh.sdb.datasource.KDNode
-
copy method creates references to all components, not copies.
- copy() - Method in class edu.unh.sdb.datasource.NTreeNode
-
copy method creates references to all components, not copies.
- copy() - Method in class edu.unh.sdb.lattice.GBounds
-
Return a copy of this GBounds object
- copyAndMove(ISBounds, int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Deprecated.
Use setAndMove( ISBounds, int[] )
- copyAndMove(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Create a copy of this bounds moved by the relative amount specified
by the argument.
- copyAndMoveCenterTo(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Create a copy of this bounds moved the center to
the specified location.
- copyAndMoveCenterTo(IndexSpaceID) - Method in class edu.unh.sdb.datasource.ISBounds
-
Create a copy of this bounds moved the center to
the specified location.
- copyAndMoveTo(ISBounds, int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Deprecated.
Use setAndMoveTo( ISBounds, int[] )
- copyAndMoveTo(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Create a copy of this bounds moved the lower left corner to
the specified location.
- copyAndMoveToOrigin(ISBounds) - Static method in class edu.unh.sdb.datasource.ISBounds
-
Deprecated.
Use bounds.copyToOrigin( )
- copyAndMoveToOrigin(GBounds) - Static method in class edu.unh.sdb.lattice.GBounds
-
Returns a new GBounds of the same shape as the argument
bounds, but moved to the origin.
- copyBestID(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DataSource
-
/** Make a copy of the argument using a chosen subclass
of IndexSpaceID.
- copyBounds() - Method in class edu.unh.sdb.datasource.BDISBoundsIterator
-
Return a simple ISBounds corresponding to the current value of this
iterator.
- copyBounds() - Method in class edu.unh.sdb.datasource.DataCollection
-
Returns a copy of the bounds of the Index Space for this DataSource.
- copyBounds() - Method in interface edu.unh.sdb.datasource.Indexable
-
- copyBounds() - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
Return a simple ISBounds corresponding to the current value of this
iterator.
- copyBounds() - Method in class edu.unh.sdb.lattice.GBounds
-
Return a copy of this GBounds object.
- copyBounds() - Method in class edu.unh.sdb.lattice.GBoundsGapIterator
-
Return a simple GBounds corresponding to the current value of this iterator.
- copyBounds() - Method in class edu.unh.sdb.lattice.GBoundsIterator
-
Return a simple GBounds corresponding to the current value of this iterator.
- copyData(int, int, int[], int[]) - Method in class edu.unh.sdb.datasource.BasicBlock
-
- copyData(int, int, int[]) - Method in class edu.unh.sdb.datasource.BasicBlock
-
- copyData(int, int, int) - Method in class edu.unh.sdb.datasource.BasicBlock
-
- copyExpandBy(int) - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a new ISBounds that has upper and lower coordinates that are
moved outward by the specified distance.
- copyExpandByFactor(int) - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a new ISBounds that has upper and lower coordinates that have been
expanded by a given multiple.
- copyID() - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
Makes a copy of an IndexSpaceID object that is guaranteed
not to copy iterator information in the case that the
object is actually an iterator.
- copyID() - Method in class edu.unh.sdb.datasource.IntegerIndexSpaceID
-
Return a copy of this IndexSpaceID.
- copyID() - Method in class edu.unh.sdb.datasource.ISIterator
-
Return an IntegerIndexSpaceID corresponding to the current position.
- copyID() - Method in class edu.unh.sdb.datasource.PackedIndexSpaceID
-
Return a copy of this IndexSpaceID.
- copyID() - Method in class edu.unh.sdb.lattice.GIterator
-
Return a Point corresponding to the current position.
- copyIncreasedBy(int) - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a new ISBounds that has upper coordinates that are increased
by the specified amount from the upper coordinates of this ISBounds.
- copyLower(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Deprecated.
Use setLower( int [] )
- copyLower() - Method in class edu.unh.sdb.datasource.ISBounds
-
Return an IndexSpaceID representing the lower bounds.
- copyLowerArray() - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a reference to the integer array
representing the lower bounds.
- copyLowerArray(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Copy the lower bound coordinates into the
array argument.
- copyReducedBy(int) - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a new ISBounds that has upper coordinates that are reduced
by the specified amount from the upper coordinates of this ISBounds.
- copyScaled(double[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a new ISBounds with dimensions that have been scaled by the
the argument array.
- copyScaled(float[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a new ISBounds with dimensions that have been scaled by the
the argument array.
- copyScaled(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a new ISBounds with dimensions that have been scaled by the
the argument array.
- copyShrinkBy(int) - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a new ISBounds that has upper and lower coordinates that are
moved inward by the specified distance.
- copyShrinkByFactor(int) - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a new ISBounds that has upper and lower coordinates that have been
reduced by a given multiple.
- copyTo(ByteDatum) - Method in class edu.unh.sdb.common.ByteDatum
-
Copy the values of this ByteDatum object into the argument datum.
- copyTo(Datum) - Method in class edu.unh.sdb.common.ByteDatum
-
Copy the values of this ByteDatum object into the argument datum.
- copyTo(Datum) - Method in class edu.unh.sdb.common.Datum
-
Copy the values of this Datum object into the argument datum.
- copyTo(DoubleDatum) - Method in class edu.unh.sdb.common.DoubleDatum
-
Copy the values of this DoubleDatum object into the argument datum.
- copyTo(Datum) - Method in class edu.unh.sdb.common.DoubleDatum
-
Copy the values of this DoubleDatum object into the argument datum.
- copyTo(FloatDatum) - Method in class edu.unh.sdb.common.FloatDatum
-
Copy the values of this FloatDatum object into the argument datum.
- copyTo(Datum) - Method in class edu.unh.sdb.common.FloatDatum
-
Copy the values of this FloatDatum object into the argument datum.
- copyTo(IntDatum) - Method in class edu.unh.sdb.common.IntDatum
-
Copy the values of this IntDatum object into the argument datum.
- copyTo(Datum) - Method in class edu.unh.sdb.common.IntDatum
-
Copy the values of this IntDatum object into the argument datum.
- copyTo(MixedDatum) - Method in class edu.unh.sdb.common.MixedDatum
-
Copy the values of this MixedDatum object into the argument datum.
- copyTo(Datum) - Method in class edu.unh.sdb.common.MixedDatum
-
Copy the values of this MixedDatum object into the argument datum.
- copyTo(ShortDatum) - Method in class edu.unh.sdb.common.ShortDatum
-
Copy the values of this ShortDatum object into the argument datum.
- copyTo(Datum) - Method in class edu.unh.sdb.common.ShortDatum
-
Copy the values of this ShortDatum object into the argument datum.
- copyTo(IndexSpaceID) - Method in class edu.unh.sdb.datasource.ISBounds
-
create a new ISBounds from this one with lower bounds at specified
IndexSpace position and upper bounds defined by the size of this ISBounds.
- copyTo(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
create a new ISBounds from this one with lower bounds at specified
position and upper bounds defined by the size of this ISBounds.
- copyToOrigin() - Method in class edu.unh.sdb.datasource.ISBounds
-
create a new ISBounds from this one with lower bounds at the origin, and
upper bounds defined by the size of this ISBounds.
- copyUpper(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Deprecated.
Use setUpper( int [] )
"this" is returned for convenience of use.
- copyUpper() - Method in class edu.unh.sdb.datasource.ISBounds
-
Return an IndexSpaceID representing the upper bounds.
- copyUpperArray() - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a copy of the integer array
representing the upper bounds.
- copyUpperArray(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Copy the upper bound coordinates into the
array argument.
- count - Variable in class edu.unh.sdb.common.RecordDescriptor.TypeCount
-
- count() - Static method in class edu.unh.sdb.datasource.AppMonitor
-
- create(double) - Static method in class edu.unh.sdb.common.Datum
-
Create a single attribute Datum composed of 1 double.
- create(double[]) - Static method in class edu.unh.sdb.common.Datum
-
Create a multi attribute Datum composed of double attributes.
- create(float) - Static method in class edu.unh.sdb.common.Datum
-
Create a single attribute Datum composed of 1 float.
- create(float[]) - Static method in class edu.unh.sdb.common.Datum
-
Create a multi attribute Datum composed of double attributes.
- create(int) - Static method in class edu.unh.sdb.common.Datum
-
Create a single attribute Datum composed of 1 int.
- create(int[]) - Static method in class edu.unh.sdb.common.Datum
-
Create a multi attribute Datum composed of int attributes.
- create(short) - Static method in class edu.unh.sdb.common.Datum
-
Create a single attribute Datum composed of 1 short.
- create(short[]) - Static method in class edu.unh.sdb.common.Datum
-
Create a multi attribute Datum composed of short attributes.
- create(byte) - Static method in class edu.unh.sdb.common.Datum
-
Create a single attribute Datum composed of 1 byte.
- create(byte[]) - Static method in class edu.unh.sdb.common.Datum
-
Create a multi attribute Datum composed of byte attributes.
- create(RecordDescriptor) - Static method in class edu.unh.sdb.common.Datum
-
Create a multi attribute Datum composed of mixed type attributes.
- create(RecordDescriptor, RecordSpec) - Static method in class edu.unh.sdb.common.Datum
-
Create a multi attribute Datum composed of mixed type attributes.
- create(Vector3d) - Method in class edu.unh.sdb.common.EulerAngles
-
- create(double, double, double) - Method in class edu.unh.sdb.common.EulerAngles
-
- create(FieldIDMapper) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Makes a new RecordDescriptor object from "this" RecordDescriptor
and the FieldIDMapper.
- create(RecordSpec) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Makes a new RecordDescriptor object from "this" RecordDescriptor
and the RecordSpec.
- create(String, String) - Static method in class edu.unh.sdb.datasource.DataSource
-
Creates and returns a DataSource.
- create(String, String, String) - Static method in class edu.unh.sdb.datasource.DataSource
-
Creates and returns a RemoteBFDS where the fileServerURL argument identifies
the location of the DataSource
- create(String, FDLDescriptor) - Static method in class edu.unh.sdb.datasource.DataSource
-
Creates and returns a PhysicalDataSource, given an FDLDescriptor that has
already been initialized from an FDL file and an arbitrary name for
the datasource.
- create(String) - Static method in class edu.unh.sdb.datasource.FDLDescriptor
-
Factory method pattern to create.
- createAtOrigin(IndexSpaceID) - Static method in class edu.unh.sdb.datasource.ISBounds
-
create a new ISBounds with lower bounds at the origin, and
upper bounds with the specified IndexSpaceID.
- createAtOrigin(int[]) - Static method in class edu.unh.sdb.datasource.ISBounds
-
Create a new ISBounds with lower bounds at the origin, and
upper bounds with coordinates corresponding
to the integer array argument.
- createAttrDescriptorArray(String) - Static method in class edu.unh.sdb.common.RecordDescriptor
-
Create an array of AttributeDescriptors whose types are identified
by the individual characters in the argument String.
- createAttrDescriptorArray(char, int) - Static method in class edu.unh.sdb.common.RecordDescriptor
-
Create an array of AttributeDescriptors whose types are identified
by a single char argument indicating type and an attr count.
- createCacheDS(DataSource, ISIterator, long) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- createCacheDS(DataSource, ISBounds, AxisOrdering, long) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- createCacheDS(DataSource, ISBoundsIterator, long) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- createCacheDS(ChunkedDataSource, ISIterator, long) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- createCacheDS(ObliquePlaneIteratorInterface, long) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- createCacheDS(ObliquePlaneIteratorInterface, long, boolean) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- createCacheDS(ObliquePlaneIteratorInterface, int[], long) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
Create a MultiBlockCache for the given ObliquePlaneIterator using cache blocks
of the specified dimensions.
- createCacheDS(ObliquePlaneIteratorInterface, int[], long, boolean) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
Create a MultiBlockCache for the given ObliquePlaneIterator using cache blocks
of the specified dimensions.
- createCentered(ISBounds, IndexSpaceID) - Static method in class edu.unh.sdb.datasource.ISBounds
-
Create a new ISBounds with its center at the ISID specified
by the second argument and whose dimensions are the same as
the dimensions of the 1st argument.
- createCentered(IndexSpaceID, IndexSpaceID) - Static method in class edu.unh.sdb.datasource.ISBounds
-
Create a new ISBounds with its center at the ISID specified
by the second argument and whose dimensions are the same as
the dimensions of the 1st argument.
- createCentered(int[], int[]) - Static method in class edu.unh.sdb.datasource.ISBounds
-
Create a new ISBounds with its center at the ISID specified
by the second argument and whose dimensions are given by the 1st argument.
- createComponentInfos(DataSource[], FieldIDMapper[], ISBounds[], ISBounds) - Static method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
Creates an array of ComponentInfo from the given information for
each component.
- createComponentMap(FieldIDMapper, FieldIDMapper) - Static method in class edu.unh.sdb.common.FieldIDMapper
-
Constructs a FieldIDMapper by composing two related FieldIDMappers.
- createCrossMap(FieldIDMapper, FieldIDMapper) - Static method in class edu.unh.sdb.common.FieldIDMapper
-
Constructs a FieldIDMapper by composing two related FieldIDMappers.
- createDataBlock(ISBounds) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Creates a DataBlock that would be efficient to use for this RecordDescriptor.
- createDataBlock(ISBounds, RecordSpec) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Creates a DataBlock that would be efficient to use for a subset of this
RecordDescriptor, based on the RecordSpec.
- createDataBlock(ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Creates a DataBlock that would be efficient to use for a subset of this
RecordDescriptor, based on the FieldIDMapper.
- createDataBlock(ISBounds) - Method in class edu.unh.sdb.datasource.DataCollection
-
create a DataBlock matching RecordDescriptor.
- createDataBlock(ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.DataCollection
-
create a DataBlock matching RecordDescriptor, adjusted by RecordSpec.
- createDataBlock(ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DataCollection
-
create a DataBlock matching RecordDescr adjusted by FieldIDMapper.
- createDatum() - Method in class edu.unh.sdb.common.RecordDescriptor
-
Returns a Datum of an appropriate type.
- createDatum(RecordSpec) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Returns a Datum of an appropriate type as constrained by RecordSpec.
- createDatum(FieldIDMapper) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Returns a Datum of an appropriate type.
- createDatum(Datum) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Returns a Datum of an appropriate type, initialized to the values
of the passed in argument Datum.
- createDatum(Datum, RecordSpec) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Returns a Datum of an appropriate type, initialized to the values
of the passed in argument Datum.
- createDatum(Datum, FieldIDMapper) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Returns a Datum of an appropriate type, initialized to the values
of the passed in argument Datum.
- createDatum() - Method in class edu.unh.sdb.datasource.DataCollection
-
create a Datum matching RecordDescriptor.
- createDatum(RecordSpec) - Method in class edu.unh.sdb.datasource.DataCollection
-
create a Datum matching RecordDescriptor, adjusted by RecordSpec.
- createDatum(FieldIDMapper) - Method in class edu.unh.sdb.datasource.DataCollection
-
create a Datum matching RecordDescriptor, adjusted by FieldIDMapper.
- createDatum(Datum) - Method in class edu.unh.sdb.datasource.DataCollection
-
create a Datum matching RecordDescriptor, initialized to Datum value.
- createDatum(Datum, RecordSpec) - Method in class edu.unh.sdb.datasource.DataCollection
-
create a Datum matching RecordDescriptor, based or RecordSpec, init to Datum.
- createDatum(Datum, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DataCollection
-
create a Datum matching RecordDescriptor, based on FieldIDMapper, init to Datum.
- createDatum() - Method in class edu.unh.sdb.datasource.TransferFunction
-
- createDB(String) - Method in class edu.unh.sdb.mdb.DBIF
-
- createDefault(DataSource) - Static method in class edu.unh.sdb.datasource.TransferFunction
-
- createPrefetchIterator(ISBounds, ISBounds, IndexSpaceID) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- createRemote(String, FDLDescriptor, String) - Static method in class edu.unh.sdb.datasource.DataSource
-
Creates and returns a RemoteBFDS where the fileServerURL argument identifies
the location of the DataSource
- createRemote(String, String, String) - Static method in class edu.unh.sdb.datasource.DataSource
-
Creates and returns a RemoteBFDS where the fileServerURL argument identifies
the location of the DataSource
- createRemoteClient(String, FDLDescriptor, String) - Static method in class edu.unh.sdb.datasource.DataSource
-
- createRemoteClient(String, String, String) - Static method in class edu.unh.sdb.datasource.DataSource
-
- createRemoteDataSource(String, String, String) - Static method in class edu.unh.sdb.datasource.DataSource
-
- createRemoteDataSource(String, FDLDescriptor, String) - Static method in class edu.unh.sdb.datasource.DataSource
-
- createRemoteDataSourceUDP(FDLDescriptor, String, String) - Static method in class edu.unh.sdb.datasource.DataSource
-
- createRemoteUDP(String, FDLDescriptor, String) - Static method in class edu.unh.sdb.datasource.DataSource
-
- createRemoteUDP(String, String, String) - Static method in class edu.unh.sdb.datasource.DataSource
-
- createTable() - Method in class edu.unh.sdb.mdb.DBIF
-
create tables
- createThreadedCacheDS(DataSource, ISIterator, long) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- createThreadedCacheDS(DataSource, ISBoundsIterator, long) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- createThreadedSliceCacheDS(DataSource, ISIterator, long) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- createThreadedSliceCacheDS(DataSource, ISBounds, int, long) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- createThreadedSliceCacheDS(DataSource, ISBoundsIterator, long) - Static method in class edu.unh.sdb.datasource.CacheMaker
-
- createValues(int) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Create a Values object of the appropriate type and size for this RecordDescriptor
numEntries is the number of data points, so if there are multiple attributes
there needs to be space for all of them
- ctrlMsg - Variable in class edu.unh.sdb.datasource.GraniteRemoteClient
-
- curLevel() - Method in class edu.unh.sdb.datasource.MRDataSource
-
int curLevel()
- currentOffset - Variable in class edu.unh.sdb.datasource.OneDDataSink
-
- currentPoint - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- currentStep - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- curWhich() - Method in class edu.unh.sdb.datasource.MRDataSource
-
int curWhich()
- data() - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Return a reference to the actual array containing the data.
- data() - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Return a reference to the actual array containing the data.
- data - Variable in class edu.unh.sdb.datasource.Cell
-
- data() - Method in class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
Return a reference to the actual array containing the data.
- data - Variable in class edu.unh.sdb.lattice.Cell
-
- data - Variable in class edu.unh.sdb.lattice.FileArrayCellGroup
-
- data - Variable in class edu.unh.sdb.lattice.InCoreArrayCellGroup
-
- data - Variable in class edu.unh.sdb.lattice.InCoreArrayCellGroupGrid
-
- DataArray - Class in edu.unh.sdb.common
-
- DataArray(int[]) - Constructor for class edu.unh.sdb.common.DataArray
-
- DataArray(int[], AxisOrdering) - Constructor for class edu.unh.sdb.common.DataArray
-
- DataBlock - Class in edu.unh.sdb.datasource
-
An abstract parent class for datablocks--used to transport blocks of data around the system
- DataBlock() - Constructor for class edu.unh.sdb.datasource.DataBlock
-
Empty Constructor
- DataBlock(ISBounds, AxisOrdering, RecordDescriptor) - Constructor for class edu.unh.sdb.datasource.DataBlock
-
Deprecated.
Use DataBlock( ISBounds, RecordDescriptor, AxisOrdering )
- DataBlock(ISBounds, RecordDescriptor, AxisOrdering) - Constructor for class edu.unh.sdb.datasource.DataBlock
-
Construct a datablock with the given bounds, axis axisOrdering and RecordDescriptor.
- DataBlock(ISBounds, RecordDescriptor) - Constructor for class edu.unh.sdb.datasource.DataBlock
-
Construct a datablock with the given bounds and number of attributes.
- DataBlock(DataBlock) - Constructor for class edu.unh.sdb.datasource.DataBlock
-
Construct a DataBlock from the given DataBlock.
- DataBlockCollection - Class in edu.unh.sdb.datasource
-
Represents a list of DataBlocks.
- DataBlockCollection(int, RecordDescriptor) - Constructor for class edu.unh.sdb.datasource.DataBlockCollection
-
- DataBlockProxy - Class in edu.unh.sdb.datasource
-
- DataBlockProxy() - Constructor for class edu.unh.sdb.datasource.DataBlockProxy
-
- DataBlockProxy(ISBounds, RecordDescriptor, AxisOrdering) - Constructor for class edu.unh.sdb.datasource.DataBlockProxy
-
- DataBlockProxy(ISBounds, RecordDescriptor) - Constructor for class edu.unh.sdb.datasource.DataBlockProxy
-
- dataBytesUsed - Variable in class edu.unh.sdb.datasource.DSArrayStencil
-
- dataBytesUsed - Variable in class edu.unh.sdb.datasource.DSBlockStencil
-
- DataCollection - Class in edu.unh.sdb.datasource
-
- DataCollection() - Constructor for class edu.unh.sdb.datasource.DataCollection
-
For now, prevent construction without knowledge of bounds, exc by children
- DataCollection(ISBounds, RecordDescriptor) - Constructor for class edu.unh.sdb.datasource.DataCollection
-
Create a DataCollection with given bounds and record descriptor.
- DataCollection(ISBounds, RecordDescriptor, AxisOrdering) - Constructor for class edu.unh.sdb.datasource.DataCollection
-
Create a DataCollection with given bounds, record descriptor, and axisordering
- dataFile - Variable in class edu.unh.sdb.datasource.TextFileDataSource
-
- dataFileName - Variable in class edu.unh.sdb.lattice.FDLGroup
-
- dataFileName(String, IndexSpaceID) - Static method in class edu.unh.sdb.lattice.FileCellGroupGrid
-
- dataFileName(String, IndexSpaceID) - Static method in class edu.unh.sdb.lattice.FileSplitterCellGroupGrid
-
- dataFileType - Variable in class edu.unh.sdb.datasource.FDLDescriptor
-
Declares the file type
- dataFileURL - Variable in class edu.unh.sdb.datasource.FDLDescriptor
-
Declares the file name (URL) where the data is located
- dataOrder - Variable in class edu.unh.sdb.datasource.DataCollection
-
Defines the preferred data order -- either by attribute or by point.
- dataRS - Variable in class edu.unh.sdb.lattice.FileCellGroup
-
- DataSink - Class in edu.unh.sdb.datasource
-
- DataSink(String, RecordDescriptor, ISBounds) - Constructor for class edu.unh.sdb.datasource.DataSink
-
- DataSink(String, RecordDescriptor) - Constructor for class edu.unh.sdb.datasource.DataSink
-
- DataSource - Class in edu.unh.sdb.datasource
-
The DataSource class provides a provides a view of the data in which
each datum has a unique location within an N-dimensional index space.
- DataSource(String) - Constructor for class edu.unh.sdb.datasource.DataSource
-
Default constructor.
- DataSource(String, RecordDescriptor, ISBounds) - Constructor for class edu.unh.sdb.datasource.DataSource
-
Constructor sets the bounds and recordDesc members to
the provided values.
- DataSource(String, ISBounds) - Constructor for class edu.unh.sdb.datasource.DataSource
-
Constructor sets the bounds member to
the provided value and the recordDesc member to
a single float attribute.
- DataSource(DataSource) - Constructor for class edu.unh.sdb.datasource.DataSource
-
Constructor sets all data members to copies of the
corresponding members from the argument DataSource.
- DATASOURCE - Static variable in class edu.unh.sdb.mdb.Table
-
define table name
- DataSourceBuilder - Class in edu.unh.sdb.datasource
-
Manufactures Logical DataSource objects such AttributeJoin and Blocked
DataSources.
- DataSourceBuilder(DataSourceCollection, String) - Constructor for class edu.unh.sdb.datasource.DataSourceBuilder
-
Default Constructor
- DataSourceCollection - Class in edu.unh.sdb.datasource
-
The DataSourceCollection class provides for a list of datasources
with customary list functionality.
- DataSourceCollection() - Constructor for class edu.unh.sdb.datasource.DataSourceCollection
-
- datasources - Variable in class edu.unh.sdb.datasource.DSRecordSpec
-
- DataSourceServer - Class in edu.unh.sdb.datasource
-
- dataTokens - Variable in class edu.unh.sdb.datasource.TextFileDataSource
-
- Datum - Class in edu.unh.sdb.common
-
Represents multiple data values (attributes) for a single point in the index space.
- Datum() - Constructor for class edu.unh.sdb.common.Datum
-
Default constructor does nothing.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.AliasDataSource
-
Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.AliasDataSource
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.AliasDataSource
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.ARBlock
-
Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.ARBlock
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.ARBlock
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Given an IndexSpaceID, return the corresponding datum.
- datum(Datum, int[]) - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Given an array of coordinates, copy the corresponding datum
into the first parameter.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Given an IndexSpaceID, return the corresponding datum with attributes
specified in the RecordSpec.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
Overrides from DataSource.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
This datum method returns values of a subset of all the
attributes.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
Return the Datum by reference
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
Deprecated.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
Reads a subset of the DataSource attributes specified by
the RecordSpec argument to the Datum argument defined by
IndexSpaceID did.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.AttributeOrderBFDS
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.AttributeOrderBFDS
-
Load the data at the given index into the provided datum.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.AttributeOrderBFDS
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.AttributeOrderBFDS
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.AttributeOrderBFDS
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Given an IndexSpaceID, return the corresponding datum.( this only works for float implementation )
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Given IndexSpaceID, load the corresponding datum into the datum argument.
- datum(Datum, int[]) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Given an array of coordinates, load the corresponding datum into the datum
argument.
- datum(ShortDatum, int[]) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Given an array of coordinates, load the corresponding datum into the datum
argument.
- datum(ByteDatum, int[]) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Given an array of coordinates, load the corresponding datum into the datum
argument.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Given an IndexSpaceID, return the corresponding datum with attributes
specified in the RecordSpec.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.BlockedDataSource
-
Return by reference the Datum corresponding to the given IndexSpaceID.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.BlockedDataSource
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.BlockedDataSource
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.BlockManager
-
Pass by reference datum method.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.BlockManager
-
Pass by reference datum method.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.BlockManager
-
Pass by reference datum method.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.BlockManager
-
Deprecated.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.BlockManager
-
Deprecated.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.CacheDataSource
-
Load the data at the given index into the provided datum.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.CacheDataSource
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.CacheDataSource
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.ChunkedDataSource
-
load the data from the data source into the argument datum
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.ChunkedDataSource
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Given an IndexSpaceID, return the corresponding datum.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Given IndexSpaceID, load the corresponding datum into the datum argument.
- datum(Datum, int[]) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Given an array of coordinates, load the corresponding datum into the datum
argument.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Given an IndexSpaceID, return the corresponding datum with attributes
specified in the RecordSpec.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.DataBlockProxy
-
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DataBlockProxy
-
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DataCollection
-
Given an IndexSpaceID, return the corresponding datum.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.DataCollection
-
Given an IndexSpaceID, return the corresponding datum with attributes
specified in the RecordSpec.
- datum(IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DataCollection
-
Given an IndexSpaceID, return the corresponding datum with attributes
specified in the FieldIDMapper.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.DataCollection
-
Given an IndexSpaceID, copy the values of the Datum at that position to the
argument Datum.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DataCollection
-
Given an IndexSpaceID and FieldIDMapper, copy the values of the Datum at
that position to the argument Datum.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.DataCollection
-
Given an IndexSpaceID and RecordSpec, copy the values of the Datum at
that position to the argument Datum.
- datum(Datum, int[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Copy the Datum argument into the position indicated by the values in
the int coordArray interpreted as an IndexSpaceID.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
Given an IndexSpaceID, return the corresponding datum.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
Given an array of coordinates, load the corresponding datum into the datum
argument.
- datum(Datum, int[]) - Method in class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
Given an array of coordinates, load the corresponding datum into the datum
argument.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
Given an IndexSpaceID, return the corresponding datum with attributes
specified in the RecordSpec.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.DSThreadedPartitionedStencilIterator
-
Given an IndexSpaceID, copy the values of the Datum at that position to the
argument Datum.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DSThreadedPartitionedStencilIterator
-
Given an IndexSpaceID and FieldIDMapper, copy the values of the Datum at
that position to the argument Datum.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.DynamicChunking
-
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DynamicChunking
-
not implemented
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.ForeignReferenceDataSource
-
Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.ForeignReferenceDataSource
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.ForeignReferenceDataSource
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(IndexSpaceID) - Method in interface edu.unh.sdb.datasource.Indexable
-
- datum(IndexSpaceID, RecordSpec) - Method in interface edu.unh.sdb.datasource.Indexable
-
- datum(Datum, IndexSpaceID) - Method in interface edu.unh.sdb.datasource.Indexable
-
Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in interface edu.unh.sdb.datasource.Indexable
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in interface edu.unh.sdb.datasource.Indexable
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.MRDataSource
-
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.MRDataSource
-
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.MultiBlockCacheDataSource
-
Load the data at the given index into the provided datum.
- datum - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Given an IndexSpaceID, return the corresponding datum.
- datum(Datum, int[]) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Given an array of coordinates, copy the corresponding datum
into the first parameter.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Given an IndexSpaceID, return the corresponding datum with attributes
specified in the RecordSpec.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.OverlapBlockedDataSource
-
Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.OverlapBlockedDataSource
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.OverlapBlockedDataSource
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.PointOrderBFDS
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.PointOrderBFDS
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.PointOrderBFDS
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.PointOrderBFDS
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.RayCellIterator
-
Given an IndexSpaceID, return the corresponding datum.
- datum(Datum, int[]) - Method in class edu.unh.sdb.datasource.RayCellIterator
-
Given an array of coordinates, copy the corresponding datum
into the first parameter.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.RayCellIterator
-
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.RayCellIterator
-
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.RayCellIterator
-
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.RayCellIterator
-
Given an IndexSpaceID, return the corresponding datum with attributes
specified in the RecordSpec.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
PBR: Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
PBR: Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
PBR: Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.RemoteBFDS
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.RemoteBFDS
-
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.RemoteBFDS
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.RemoteBFDS
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.RemoteBFDS
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding IndexSpaceID coordinates.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.SparseDataSource
-
Given an IndexSpaceID and FieldIDMapper, copy the values of the Datum at
that position to the argument Datum.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.SparseDataSource
-
Given an IndexSpaceID and FieldIDMapper, copy the values of the Datum at
that position to the argument Datum.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.StatsDataSource
-
Given an IndexSpaceID and FieldIDMapper, copy the values of the Datum at
that position to the argument Datum.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.TextFileDataSource
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.TextFileDataSource
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.TextFileDataSource
-
Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.TextFileDataSource
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.TextFileDataSource
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Given an IndexSpaceID, return the corresponding datum.
- datum(Datum, int[]) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Given an array of coordinates, copy the corresponding datum
into the first parameter.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Given an IndexSpaceID, return the corresponding datum with attributes
specified in the RecordSpec.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(Datum, int[]) - Method in class edu.unh.sdb.datasource.VRDataBlock
-
Given an array of coordinates, copy the correspoinding datum int
the first parameter
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.VRDataBlock
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.VRDataBlock
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.VRDataBlock
-
Return by reference the Datum correspoinding to the given ndexSpaceID.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.VRDataBlock
-
PBR: Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.VRDataBlock
-
PBR: Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.VRDataSource
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.VRDataSource
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.VRDataSource
-
Return the Datum corresponding to the given IndexSpaceID.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.VRDataSource
-
PBR: Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.VRDataSource
-
PBR: Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.VRIndexable
-
Return by reference the Datum corresponding to the given
IndexSpaceID.
- datum(Datum, IndexSpaceID, FieldIDMapper) - Method in class edu.unh.sdb.datasource.VRIndexable
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding FieldIDMapper.
- datum(Datum, IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.VRIndexable
-
Get the Datum and fill its values in the passed Datum at positions
specified by the corresponding RecordSpec.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.datasource.VRIndexable
-
Return the Datum corresponding to the given IndexSpaceID and
current resolution level, using the ISIDMapper.
- datum(IndexSpaceID, RecordSpec) - Method in class edu.unh.sdb.datasource.VRIndexable
-
Return the attribute projected Datum corresponding to the given
IndexSpaceID and current resolution level, using the ISIDMapper.
- datum(int) - Method in class edu.unh.sdb.lattice.Cell
-
- datum(Point) - Method in class edu.unh.sdb.lattice.Lattice
-
- datum(Point) - Method in class edu.unh.sdb.lattice.MRLattice
-
- datum(IndexSpaceID) - Method in class edu.unh.sdb.lattice.RectilinearTopology
-
return a datum corresponding to the IndexSpaceID argument.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.lattice.Topology
-
return a datum corresponding to the IndexSpaceID argument.
- datum(IndexSpaceID) - Method in class edu.unh.sdb.lattice.UnstructuredTopology
-
return a datum corresponding to the IndexSpaceID argument.
- DatumBlock - Class in edu.unh.sdb.datasource
-
Deprecated.
- DatumBlock(Datum[], ISBounds, AxisOrdering, RecordDescriptor) - Constructor for class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
Construct a datablock with the given data, ISBounds, axis axisOrdering and RecordDescriptor.
- DatumBlock(Datum[], ISBounds, RecordDescriptor) - Constructor for class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
Construct a datablock with the given data and ISBounds.
- DatumBlock(ISBounds, RecordDescriptor) - Constructor for class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
Construct a datablock with the given bounds and number of attributes.
- datumCoords - Variable in class edu.unh.sdb.datasource.ThreadedSliceCache
-
- datumCoords1 - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- datumSize - Variable in class edu.unh.sdb.datasource.DataSink
-
- dbCache - Variable in class edu.unh.sdb.datasource.SparseDataSource
-
- DBIF - Class in edu.unh.sdb.mdb
-
- DBIF() - Constructor for class edu.unh.sdb.mdb.DBIF
-
default constructor
- DBIF(URL) - Constructor for class edu.unh.sdb.mdb.DBIF
-
constructor, set up database conection
- DBIFList - Static variable in class edu.unh.sdb.mdb.DBIF
-
- DBMAPPING - Static variable in class edu.unh.sdb.mdb.Table
-
define table name
- dbName - Variable in class edu.unh.sdb.datasource.AliasDataSource
-
- dbName - Variable in class edu.unh.sdb.datasource.ForeignReferenceDataSource
-
- dbName - Variable in class edu.unh.sdb.mdb.URL
-
- dBOUNDSID - Static variable in class edu.unh.sdb.mdb.Table
-
define the table fields
- dbType - Variable in class edu.unh.sdb.mdb.URL
-
- dbUrl - Variable in class edu.unh.sdb.mdb.DBIF
-
- DCBoundsIterator - Class in edu.unh.sdb.datasource
-
- DCBoundsIterator(DataCollection, ISBounds, int[], int[], AxisOrdering) - Constructor for class edu.unh.sdb.datasource.DCBoundsIterator
-
- DCBoundsIterator(DataCollection, ISBounds, int[], int[]) - Constructor for class edu.unh.sdb.datasource.DCBoundsIterator
-
- DCBoundsIterator(DataCollection, ISBounds, int[]) - Constructor for class edu.unh.sdb.datasource.DCBoundsIterator
-
- DCBoundsIterator(DataCollection, ISBounds, ISBounds) - Constructor for class edu.unh.sdb.datasource.DCBoundsIterator
-
- DCBoundsIterator(DataCollection, ISBounds, int[], AxisOrdering) - Constructor for class edu.unh.sdb.datasource.DCBoundsIterator
-
- DCBoundsIterator(DataCollection, ISBounds, ISBounds, AxisOrdering) - Constructor for class edu.unh.sdb.datasource.DCBoundsIterator
-
- DCBoundsIterator(DataCollection, ISBounds, IntegerIndexSpaceID, int[], int[], AxisOrdering) - Constructor for class edu.unh.sdb.datasource.DCBoundsIterator
-
- DCBoundsIterator(DataCollection, ISBounds, IntegerIndexSpaceID, int[]) - Constructor for class edu.unh.sdb.datasource.DCBoundsIterator
-
- DCBoundsIterator(DataCollection, ISBounds, IntegerIndexSpaceID, int[], AxisOrdering) - Constructor for class edu.unh.sdb.datasource.DCBoundsIterator
-
- DCBoundsIterator(DataCollection, ISBounds, IntegerIndexSpaceID, int[], int[]) - Constructor for class edu.unh.sdb.datasource.DCBoundsIterator
-
- DCIterator - Class in edu.unh.sdb.datasource
-
- DCIterator(DataCollection, ISBounds) - Constructor for class edu.unh.sdb.datasource.DCIterator
-
- DCIterator(DataCollection, ISBounds, AxisOrdering) - Constructor for class edu.unh.sdb.datasource.DCIterator
-
- DCIterator(DataCollection, ISBounds, int[]) - Constructor for class edu.unh.sdb.datasource.DCIterator
-
- DCIterator(DataCollection, ISBounds, AxisOrdering, int[]) - Constructor for class edu.unh.sdb.datasource.DCIterator
-
- dDATASOURCETYPE - Static variable in class edu.unh.sdb.mdb.Table
-
define the table fields
- dDES - Static variable in class edu.unh.sdb.mdb.Table
-
define the table fields
- dDSID - Static variable in class edu.unh.sdb.mdb.Table
-
define the table fields
- dDSNAME - Static variable in class edu.unh.sdb.mdb.Table
-
define the table fields
- deactivate() - Method in class edu.unh.sdb.datasource.AliasDataSource
-
The DataSource will release any resources used during the
readling or processing of data.
- deactivate() - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
- deactivate() - Method in class edu.unh.sdb.datasource.BinaryFileDataSource
-
Close the binary data file for this datasource, and the file can not
be reopened
- deactivate() - Method in class edu.unh.sdb.datasource.BufferedOneDDataSink
-
- deactivate() - Method in class edu.unh.sdb.datasource.CacheDataSource
-
Calls deactivate() for the datasource backing this cache.
- deactivate() - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
Deactivates the data source by closing the file and clearing all variables.
- deactivate() - Method in class edu.unh.sdb.datasource.ChunkedDataSource
-
The DataSource will release any resources used during the
readling or processing of data.
- deactivate() - Method in class edu.unh.sdb.datasource.CompositeDataSource
-
Calls the deactivate method of all component datasources.
- deactivate() - Method in class edu.unh.sdb.datasource.DataSink
-
- deactivate() - Method in class edu.unh.sdb.datasource.DataSource
-
The DataSource will release any resources used during the
readling or processing of data.
- deactivate() - Method in class edu.unh.sdb.datasource.DynamicChunking
-
Dealocate all resources used for the DynamicChunking.
- deactivate() - Method in class edu.unh.sdb.datasource.ForeignReferenceDataSource
-
The DataSource will release any resources used during the
readling or processing of data.
- deactivate() - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
Close the server socket on the client side.
- deactivate() - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- deactivate() - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
The DataSource will release any resources used during the
readling or processing of data.
- deactivate() - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
The DataSource will release any resources used during the
readling or processing of data.
- deactivate() - Method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Close the server socket on the client side.
- deactivate() - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
Close the server socket on the client side.
- deactivate() - Method in class edu.unh.sdb.datasource.StatsDataSource
-
- deactivate() - Method in class edu.unh.sdb.datasource.TextFileDataSource
-
Releases the datum array.
- deactivate() - Method in class edu.unh.sdb.datasource.ThreadedBlockCacheDataSource
-
Calls super.deactivate() for the underlying datasource, and waits for any lingering IO threads
to terminate.
- deactivate() - Method in class edu.unh.sdb.datasource.ThreadedSliceCacheDataSource
-
Calls super.deactivate() for the underlying datasource, and waits for any lingering IO threads
to terminate.
- deactivate() - Method in class edu.unh.sdb.datasource.TimeSeries
-
Close time series; deactivate all steps
- deactivate() - Method in class edu.unh.sdb.datasource.VRDataSource
-
The DataSource will release any resources used during the
readling or processing of data.
- decr() - Method in class edu.unh.sdb.datasource.VRDataBlock
-
Decrease Resolution Level by 1
- decr() - Method in class edu.unh.sdb.datasource.VRDataSource
-
Decrease Resolution Level by 1
- decr() - Method in class edu.unh.sdb.datasource.VRIndexable
-
Decrease Resolution Level by 1
- DEFAULT_APPROXIMATOR - Static variable in class edu.unh.sdb.lattice.LatticeBuilder
-
declare constants to denote default approximator
- DEFAULT_GEOMETRY - Static variable in class edu.unh.sdb.lattice.LatticeBuilder
-
declare constants to denote default topology
- DEFAULT_TOPOLOGY - Static variable in class edu.unh.sdb.lattice.LatticeBuilder
-
declare constants to denote default topology
- defaultComponent - Variable in class edu.unh.sdb.datasource.ChomboDataSource
-
- defs - Variable in class edu.unh.sdb.common.RecordDescriptor
-
- deleteBuffer(int) - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
delete a byte buffer and garbage collect.
- deleteBuffer() - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
Delete all byte buffers used for data storage for this DataSource
and garbage collect.
- deleteBuffers() - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
Delete all byte buffers used for data storage for this DataSource
and garbage collect.
- dESDIM - Static variable in class edu.unh.sdb.mdb.Table
-
define the table fields
- detach(URL) - Static method in class edu.unh.sdb.mdb.DBIF
-
- dilatedFetchBounds - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- dim - Variable in class edu.unh.sdb.ARRSTreeBuilder.ARRSBuilder
-
- dim() - Method in class edu.unh.sdb.common.Bounds
-
Return dimensionality of Bounds.
- dim() - Method in class edu.unh.sdb.common.SpaceID
-
Returns the dimensionality of this SpaceID.
- dim() - Method in class edu.unh.sdb.datasource.AxisOrdering
-
Returns the length (number of dimensions) of the axisOrdering.
- dim - Variable in class edu.unh.sdb.datasource.BlockManager
-
- dim() - Method in class edu.unh.sdb.datasource.BlockManager
-
return the dimensionality of this BlockManager
- dim() - Method in class edu.unh.sdb.datasource.Cell
-
Get the dimensionality of a cell
- dim() - Method in class edu.unh.sdb.datasource.DataCollection
-
Returns the dimensionality of the Index Space for this DataSource.
- dim() - Method in class edu.unh.sdb.datasource.DSStencil
-
Return the dimensionality of the stencil domain.
- dim() - Method in interface edu.unh.sdb.datasource.Indexable
-
- dim() - Method in class edu.unh.sdb.datasource.IntegerIndexSpaceID
-
Returns the dimensionality of this IndexSpaceID.
- dim() - Method in class edu.unh.sdb.datasource.ISBounds
-
Return dimensionality of Bounds.
- dim() - Method in class edu.unh.sdb.datasource.ISIterator
-
Returns the dimensionality of this ISIterator.
- dim() - Method in class edu.unh.sdb.datasource.ISPartitioning
-
- dim() - Method in class edu.unh.sdb.datasource.PackedIndexSpaceID
-
Returns the dimensionality of this IndexSpaceID.
- dim() - Method in class edu.unh.sdb.lattice.Cell
-
- dim() - Method in class edu.unh.sdb.lattice.CellGroup
-
- dim() - Method in class edu.unh.sdb.lattice.CellGroupGrid
-
- dim() - Method in class edu.unh.sdb.lattice.GBounds
-
Return dimensionality of Bounds.
- dim() - Method in class edu.unh.sdb.lattice.Geometry
-
returns dimensionality of the geometry
- dim() - Method in class edu.unh.sdb.lattice.Partitioning
-
- dim() - Method in class edu.unh.sdb.lattice.Point
-
Returns the dimensionality of this Point.
- dim() - Method in class edu.unh.sdb.lattice.Topology
-
Return the dimensionality of this topology.
- dimensionality - Variable in class edu.unh.sdb.datasource.Cell
-
- dimensionality - Variable in class edu.unh.sdb.datasource.DataCollection
-
This value is taken from this.bounds, but is duplicated here for speed.
- dimensionality - Variable in class edu.unh.sdb.datasource.DataSink
-
- dimensionality - Variable in class edu.unh.sdb.datasource.DSStencil
-
- dimensionality - Variable in class edu.unh.sdb.datasource.ISPartitioning
-
- dimensionality - Variable in class edu.unh.sdb.datasource.VRIndexable
-
- dimensionality - Variable in class edu.unh.sdb.lattice.Cell
-
- dimensionality - Variable in class edu.unh.sdb.lattice.CellGroup
-
- dimensionality - Variable in class edu.unh.sdb.lattice.CellGroupGrid
-
- dimensionality - Variable in class edu.unh.sdb.lattice.Geometry
-
- dimensionality - Variable in class edu.unh.sdb.lattice.Partitioning
-
- dimensionality - Variable in class edu.unh.sdb.lattice.Topology
-
- DimensionalityError - Class in edu.unh.sdb.common
-
This error is used whenever an IndexSpaceID has an
inappropriate dimensionality.
- DimensionalityError(int, String) - Constructor for class edu.unh.sdb.common.DimensionalityError
-
Create an error with the specified error level and message.
- DimensionalityException - Exception in edu.unh.sdb.common
-
This exception is thrown whenever an IndexSpaceID has an
inappropriate dimensionality.
- dimensions - Variable in class edu.unh.sdb.datasource.BinaryFileDataSource
-
- DimResolution - Class in edu.unh.sdb.datasource
-
- DimResolution() - Constructor for class edu.unh.sdb.datasource.DimResolution
-
Constructs a DimResolution without argument
- DimResolution(IntegerIndexSpaceID, IntegerIndexSpaceID, IntegerIndexSpaceID) - Constructor for class edu.unh.sdb.datasource.DimResolution
-
Constructs a DimResolution with specified arguments
- directMemoryLimit - Static variable in class edu.unh.sdb.datasource.PhysicalDataSource
-
- discardFlag - Variable in class edu.unh.sdb.common.TypeBuilder
-
- discardFlag - Variable in class edu.unh.sdb.datasource.DataSourceBuilder
-
datasource is not to be instantiated
- discardFlag - Variable in class edu.unh.sdb.lattice.LatticeBuilder
-
flag to set if lattice is not to be instantiated
- distance(Point) - Method in class edu.unh.sdb.lattice.Point
-
Compute the euclidean distance between this point and the argument.
- divide(IndexSpaceID) - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
Pairwise divide this IndexSpaceID with 'other' and store the result
in this.
- dmDBID - Static variable in class edu.unh.sdb.mdb.Table
-
- dmDBName - Static variable in class edu.unh.sdb.mdb.Table
-
- dmDBType - Static variable in class edu.unh.sdb.mdb.Table
-
- dmPassword - Static variable in class edu.unh.sdb.mdb.Table
-
- dmUserName - Static variable in class edu.unh.sdb.mdb.Table
-
- doc - Variable in class edu.unh.sdb.common.XMLReader
-
- doneRegistering() - Method in class edu.unh.sdb.lattice.FileSplitterCellGroup
-
- doneRegistering() - Method in class edu.unh.sdb.lattice.FileSplitterCellGroupGrid
-
- Double - Static variable in class edu.unh.sdb.common.StorageType
-
- DoubleDatum - Class in edu.unh.sdb.common
-
Represent multiple data values for a single point.
- DoubleDatum(int) - Constructor for class edu.unh.sdb.common.DoubleDatum
-
Creates a null datum with the specified number of values.
- DoubleDatum(double) - Constructor for class edu.unh.sdb.common.DoubleDatum
-
Deprecated.
- DoubleDatum(double[]) - Constructor for class edu.unh.sdb.common.DoubleDatum
-
Creates a datum with attributes containing the argument values.
- DoubleDatum(double[], int, int) - Constructor for class edu.unh.sdb.common.DoubleDatum
-
Deprecated.
Not really; just looking for usage because of changed semantics (01/05)
- DoubleDatum(int[]) - Constructor for class edu.unh.sdb.common.DoubleDatum
-
Creates a datum with attributes containing the argument values.
- DoubleDatum(DoubleDatum) - Constructor for class edu.unh.sdb.common.DoubleDatum
-
Copy Constructor creates a copy of the argument datum.
- DoubleDatum(Datum) - Constructor for class edu.unh.sdb.common.DoubleDatum
-
Copy Constructor creates a copy of the argument datum.
- DoubleDatum(DoubleDatum[]) - Constructor for class edu.unh.sdb.common.DoubleDatum
-
This constructor creates a single DoubleDatum from an array of datums.
- DoubleValues - Class in edu.unh.sdb.common
-
FloatValues is Values that store floats in a 1 D float array
- DoubleValues() - Constructor for class edu.unh.sdb.common.DoubleValues
-
construct a DoubleValues with no data
- DoubleValues(double[]) - Constructor for class edu.unh.sdb.common.DoubleValues
-
construct a DoubleValues for a given double array
- DoubleValues(int) - Constructor for class edu.unh.sdb.common.DoubleValues
-
construct a DoubleValues the given number of doubles.
- doubleValues() - Method in class edu.unh.sdb.common.DoubleValues
-
Deprecated.
Use getDataReference()
- dRECORDID - Static variable in class edu.unh.sdb.mdb.Table
-
define the table fields
- driver - Variable in class edu.unh.sdb.mdb.DBIF
-
- dropTable() - Method in class edu.unh.sdb.mdb.DBIF
-
drop all the tables from database
- ds - Static variable in class edu.unh.sdb.datasource.RemoteUDPClient
-
- ds - Variable in class edu.unh.sdb.lattice.RectilinearTopology
-
- dsAlias - Static variable in class edu.unh.sdb.mdb.Table
-
- DSApproximator - Class in edu.unh.sdb.datasource
-
- DSApproximator() - Constructor for class edu.unh.sdb.datasource.DSApproximator
-
Constructor without arguments
- DSArrayStencil - Class in edu.unh.sdb.datasource
-
This is an implementation of a partitioned stencil that uses an array to
maintain the record of active elements.
- DSArrayStencil(RegularISPartitioning) - Constructor for class edu.unh.sdb.datasource.DSArrayStencil
-
Construct a stencil that identifies areas of interest using a partitioning.
- DSBlockStencil - Class in edu.unh.sdb.datasource
-
This is an implementation of a partitioned stencil that associates a
Datablock with active elements.
- DSBlockStencil(RegularISPartitioning, RecordDescriptor) - Constructor for class edu.unh.sdb.datasource.DSBlockStencil
-
Construct a stencil that identifies areas of interest using a partitioning.
- dsBuilder - Variable in class edu.unh.sdb.datasource.XDDLReader
-
- dsDBName - Static variable in class edu.unh.sdb.mdb.Table
-
- dsDSID - Static variable in class edu.unh.sdb.mdb.Table
-
- dsList - Variable in class edu.unh.sdb.datasource.DataSourceBuilder
-
table/list to hold the available datasources
- dsList - Variable in class edu.unh.sdb.datasource.XDDLReader
-
declare a table/list to hold the actual datasources
- DSListStencil - Class in edu.unh.sdb.datasource
-
This is an implementation of a partitioned stencil that uses a list of
ISIDs to maintain the record of active elements.
- DSListStencil(RegularISPartitioning) - Constructor for class edu.unh.sdb.datasource.DSListStencil
-
Construct a stencil that identifies areas of interest using a partitioning.
- DSMAPPING - Static variable in class edu.unh.sdb.mdb.Table
-
define table name
- dsName - Variable in class edu.unh.sdb.datasource.XDDLReader
-
- dsName - Static variable in class edu.unh.sdb.mdb.Table
-
- DSPartitionedStencil - Class in edu.unh.sdb.datasource
-
- DSPartitionedStencil(RegularISPartitioning) - Constructor for class edu.unh.sdb.datasource.DSPartitionedStencil
-
- DSPartitionedStencilIterator - Class in edu.unh.sdb.datasource
-
- DSPartitionedStencilIterator(DSPartitionedStencil, DataSource) - Constructor for class edu.unh.sdb.datasource.DSPartitionedStencilIterator
-
- DSRecordSpec - Class in edu.unh.sdb.datasource
-
- DSRecordSpec(DataSource[], int[]) - Constructor for class edu.unh.sdb.datasource.DSRecordSpec
-
- DSStencil - Class in edu.unh.sdb.datasource
-
- DSStencil(ISBounds) - Constructor for class edu.unh.sdb.datasource.DSStencil
-
- dstByteArray - Static variable in class edu.unh.sdb.datasource.GraniteRemoteClient
-
- dstByteArray - Static variable in class edu.unh.sdb.datasource.RemoteUDPClient
-
- dstByteArray - Static variable in class edu.unh.sdb.datasource.RemoteUDTClient
-
- DSThreadedPartitionedStencilIterator - Class in edu.unh.sdb.datasource
-
- DSThreadedPartitionedStencilIterator(DSPartitionedStencil, DataSource) - Constructor for class edu.unh.sdb.datasource.DSThreadedPartitionedStencilIterator
-
- DSThreadedPartitionedStencilIterator.IOThread - Class in edu.unh.sdb.datasource
-
- dtdPath - Variable in class edu.unh.sdb.common.Configuration
-
- dumpData() - Method in class edu.unh.sdb.datasource.DataSource
-
Write the values of the entire DataSource index space to a string in
a nice format.
- DynamicChunking - Class in edu.unh.sdb.datasource
-
Abstract class for a dynamic chunking data source that provides
methods that either read data from memory if the
block that contained it is loaded, or loads the block, eventually discards an
already loaded block in LRU fashion and then returns the data from the loaded
block.
- DynamicChunking(DataSource) - Constructor for class edu.unh.sdb.datasource.DynamicChunking
-
Creates a DynamicChunking object which views a 'dataSource' through a
DynamicChunking memory manager and it has the same interface as a
DataSource.
- DynamicChunking.BlockAccessCallback - Interface in edu.unh.sdb.datasource
-
- DynamicChunking.CacheThrashingError - Error in edu.unh.sdb.datasource
-
- DynamicChunking.CacheThrashingError() - Constructor for error edu.unh.sdb.datasource.DynamicChunking.CacheThrashingError
-
- G_INCORRECT_ID_TYPE - Static variable in class edu.unh.sdb.datasource.ChomboErrors
-
- GBounds - Class in edu.unh.sdb.lattice
-
The GBounds class is meant to represent n-d hypercubes in
the data space of a lattice.
- GBounds(Point, Point) - Constructor for class edu.unh.sdb.lattice.GBounds
-
This constructor takes two corner points (SpaceIDs)
that define a hypercube of arbitrary dimensionality.
- GBounds(Point) - Constructor for class edu.unh.sdb.lattice.GBounds
-
This constructor takes a single Point
that defines the dimensions of a hypercube with
lower coordinates at the origin.
- GBounds(float[]) - Constructor for class edu.unh.sdb.lattice.GBounds
-
This constructor takes a single float array
that defines the dimensions of a hypercube with
lower coordinates at the origin.
- GBounds(GBounds) - Constructor for class edu.unh.sdb.lattice.GBounds
-
Construct a copy of the argument bounds.
- GBounds(int) - Constructor for class edu.unh.sdb.lattice.GBounds
-
This constructor just allocates space for the lower and upper arrays.
- gBounds - Variable in class edu.unh.sdb.lattice.InCoreArrayCellGroupGrid
-
- GBoundsGapIterator - Class in edu.unh.sdb.lattice
-
- GBoundsGapIterator(GBounds, float[], float[]) - Constructor for class edu.unh.sdb.lattice.GBoundsGapIterator
-
Construct an GBoundsGapIterator that will traverse the given space with an
an GBounds of the given shape (dimensions).
- GBoundsGapIterator(GBounds, float[], float[], AxisOrdering) - Constructor for class edu.unh.sdb.lattice.GBoundsGapIterator
-
- GBoundsGapIterator(GBounds, Point, float[], float[]) - Constructor for class edu.unh.sdb.lattice.GBoundsGapIterator
-
- GBoundsGapIterator(GBounds, Point, float[], float[], AxisOrdering) - Constructor for class edu.unh.sdb.lattice.GBoundsGapIterator
-
- GBoundsIterator - Class in edu.unh.sdb.lattice
-
- GBoundsIterator(GBounds, float[]) - Constructor for class edu.unh.sdb.lattice.GBoundsIterator
-
Construct an GBoundsIterator that will traverse the given space with an
an GBounds of the given shape (dimensions).
- GBoundsIterator(GBounds, IndexSpaceID) - Constructor for class edu.unh.sdb.lattice.GBoundsIterator
-
- GBoundsIterator(GBounds, int[]) - Constructor for class edu.unh.sdb.lattice.GBoundsIterator
-
- GBoundsIterator(GBounds, float[], AxisOrdering) - Constructor for class edu.unh.sdb.lattice.GBoundsIterator
-
- GBoundsIterator(GBounds, Point, float[]) - Constructor for class edu.unh.sdb.lattice.GBoundsIterator
-
- GBoundsIterator(GBounds, Point, float[], AxisOrdering) - Constructor for class edu.unh.sdb.lattice.GBoundsIterator
-
- Geometry - Class in edu.unh.sdb.lattice
-
This public class is responsible for mapping a DataID to a location in the geometric space.
- Geometry(GBounds, Partitioning, boolean) - Constructor for class edu.unh.sdb.lattice.Geometry
-
This constructor creates a new domain appropriate
for the dataset described by the argument.
- geometry - Variable in class edu.unh.sdb.lattice.Lattice
-
- geometry - Variable in class edu.unh.sdb.lattice.UnstructuredTopology
-
- geomPartitionDimensions - Variable in class edu.unh.sdb.lattice.RegularCellPartitioning
-
- geomPartitionDimensions - Variable in class edu.unh.sdb.lattice.RegularPartitioning
-
- get(EulerAngles.Angle) - Method in class edu.unh.sdb.common.EulerAngles
-
- get(int[]) - Method in class edu.unh.sdb.common.FloatDataArray
-
- get(String) - Method in class edu.unh.sdb.common.TypeTable
-
Return the Type corresponding to the name.
- get(int) - Method in class edu.unh.sdb.common.TypeTable
-
Return the Type corresponding to the typeCode.
- get(int) - Method in class edu.unh.sdb.datasource.DataBlockCollection
-
- get(int) - Method in class edu.unh.sdb.datasource.DataSourceCollection
-
Returns the DataSource at the designated index or null DataSource object if no more exists.
- get(String) - Method in class edu.unh.sdb.datasource.DataSourceCollection
-
Returns the DataSource object corresponding to the DataSource named
by the string.
- get(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DSArrayStencil
-
Return true if the given id maps to an active stencil element, false otherwise.
- get(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Return true if the given id maps to an active stencil element, false otherwise.
- get(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DSListStencil
-
Return true if the given id maps to an active stencil element, false otherwise.
- get(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DSStencil
-
Return true if the given id maps to an active stencil element, false otherwise.
- get(int) - Method in class edu.unh.sdb.datasource.Plane
-
- get(Tuple3d, int) - Static method in class edu.unh.sdb.datasource.SliceUtil
-
- get(int) - Method in class edu.unh.sdb.lattice.LatticeCollection
-
Returns the Lattice at the designated index or null Lattice object if no more exists.
- get(String) - Method in class edu.unh.sdb.lattice.LatticeCollection
-
Returns the Lattice object corresponding to the Lattice named
by the string.
- getAliasName() - Method in class edu.unh.sdb.datasource.AliasDataSource
-
- getAllComponentBounds() - Method in class edu.unh.sdb.datasource.DataSourceBuilder
-
Returns an array containing the bounds of the Index Space for each component
of the pending datasource.
- getAllPublicDS() - Method in class edu.unh.sdb.datasource.XDDLReader
-
- getApproximatorType() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Returns the approximator type as an integer
- getARRSTree() - Method in class edu.unh.sdb.ARRSTreeBuilder.ARRSBuilder
-
Get the ARRS tree
- getARRSTree() - Method in class edu.unh.sdb.ARRSTreeBuilder.ARRSCopyModelBuilder
-
Get the ARRS tree -- override parent to handle index information.
- getARRSTree() - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Get an ARRS tree
- getARRSTree() - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Get an ARRS tree
- getAttribute(int) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Return the AttributeDescriptor at the specified position.
- getAttributeNames() - Method in class edu.unh.sdb.datasource.DataCollection
-
return the name of each attribute
- getAttributes() - Method in class edu.unh.sdb.common.RecordDescriptorBuilder
-
Gets the attributes for this RD
- getAxis(int) - Method in class edu.unh.sdb.datasource.AxisOrdering
-
Return the axis number stored at the given index.
- getAxisLength(int) - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
Return the length of this iterator's space along the specified axis.
- getAxisLength(int) - Method in class edu.unh.sdb.datasource.ISIterator
-
Return the number of elements that lie along the specified
axis in the iterator's bounds.
- getAxisLength(int) - Method in class edu.unh.sdb.lattice.GBoundsIterator
-
Return the length of this iterator's space along the specified axis.
- getAxisLengthArray() - Method in class edu.unh.sdb.datasource.ISIterator
-
Returns an array of ints representing the dimensions of
the space being iterated over.
- getAxisLengthArray() - Method in class edu.unh.sdb.lattice.GBoundsIterator
-
Returns an array of ints representing the dimensions of
the space being iterated over.
- getAxisLengths() - Method in class edu.unh.sdb.datasource.ISIterator
-
Returns an IndexSpaceID representing the dimensions of
the space being iterated over.
- getAxisOrdering() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a copy of the AxisOrdering .
- getAxisOrdering() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Returns the axisOrdering
- getAxisOrdering() - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
Return the AxisOrdering object for this iterator.
- getAxisOrdering() - Method in class edu.unh.sdb.datasource.ISIterator
-
Return the AxisOrdering for this iterator.
- getAxisOrdering() - Method in class edu.unh.sdb.datasource.XFDLReader
-
Returns the Axis Ordering object.
- getAxisOrdering() - Method in class edu.unh.sdb.lattice.GBoundsIterator
-
Return the AxisOrdering object for this iterator.
- getAxisWeight(int) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return the Weight of the specified axis.
- getAxisWeights() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return the Weight of the specified axis.
- getBank() - Method in class edu.unh.sdb.common.EulerAngles
-
- getBaseBounds() - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Get the base bounds
- getBaseBounds() - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Get the base bounds
- getBaseBounds() - Method in class edu.unh.sdb.datasource.ARRSNode
-
get the bounds of this node
- getBaseBounds() - Method in class edu.unh.sdb.datasource.DimResolution
-
Get the base bounds
- getBaseBounds() - Method in class edu.unh.sdb.datasource.RectilinearCell
-
Get the base bounds of a cell
- getBaseBounds() - Method in class edu.unh.sdb.datasource.URCellBlock
-
Get the base bounds
- getBaseNormal() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getBasePosition() - Method in class edu.unh.sdb.datasource.DimResolution
-
Get the position in the base space
- getBaseShape() - Method in class edu.unh.sdb.datasource.DimResolution
-
Get the size in the base space
- getBaseX() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getBaseY() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getBasicBlock(int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
given a BasicBlock ID, return a reference to the corresponding basicBlock
- getBeginPoint() - Method in class edu.unh.sdb.datasource.RayIterator
-
Returns the begin, current and end point or block coordinates.
- getBeginX() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getBeginY() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getBlock(IndexSpaceID) - Method in class edu.unh.sdb.datasource.SparseDataSource
-
Return the block index (id) for the partition that contains the "loc"
IndexSpaceID.
- getBlockBoundsIterator() - Method in class edu.unh.sdb.datasource.DynamicChunking
-
- getBlockDimensions() - Method in class edu.unh.sdb.datasource.DynamicChunking
-
- getBlockDimensions() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
- getBlockManager() - Method in class edu.unh.sdb.datasource.BlockedDataSource
-
Return the BlockManager, from which you can get information for each
Component.
- getBlockShape() - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
Return an IndexSpaceID representing the shape of the iterator's blocks.
- getBlockShape() - Method in class edu.unh.sdb.lattice.GBoundsIterator
-
Return an IndexSpaceID representing the shape of the iterator's blocks.
- getBounds() - Method in class edu.unh.sdb.datasource.BlockManager
-
Return the Bounds of this BlockManager
- getBounds() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a reference to the ISBounds for this DataBlock.
- getBounds() - Method in class edu.unh.sdb.datasource.DataSink
-
- getBounds() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Returns the bounds of the Index Space for this
FDLDescriptor.
- getBounds() - Method in interface edu.unh.sdb.datasource.Indexable
-
- getBounds() - Method in class edu.unh.sdb.datasource.ISIterator
-
Return the ISBounds over which this ISIterator is iterating.
- getBounds() - Method in class edu.unh.sdb.datasource.OneDDataSink
-
For OneDDataSinks, this method returns a bounds constructed from
the current position of the file pointer.
- getBounds() - Method in class edu.unh.sdb.datasource.Slice
-
- getBounds() - Method in class edu.unh.sdb.datasource.XDDLReader
-
Returns the bounds of the Index Space for this
FDLDescriptor.
- getBounds() - Method in class edu.unh.sdb.lattice.Geometry
-
returns the geometry bounds
- getBounds() - Method in class edu.unh.sdb.lattice.RectilinearTopology
-
Return a bounds for the Topology.
- getBounds() - Method in class edu.unh.sdb.lattice.Topology
-
Return a bounds for the Topology.
- getBounds() - Method in class edu.unh.sdb.lattice.UnstructuredTopology
-
Returns the bounds of the 1D pointlist.
- getBoxBounds(int, int) - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- getBuffer() - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- getBuffer(int) - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
Return a reference to the specified byte buffer
- getBuffer() - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
Return a reference to byte buffer 0, if there is only one.
- getBufferSize() - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- GetBufferSize() - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
- getBufferSize() - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
get the current length, in bytes, of the buffer used directly
with file I/O operations.
- getBufferSize(int) - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
get the current length, in bytes, of the buffer used directly
with file I/O operations.
- getBuilder() - Method in class edu.unh.sdb.datasource.XTDLReader
-
returns the DataSourceBuilder to a new builder
- getByte(int) - Method in class edu.unh.sdb.common.ByteDatum
-
Return the field specified by the argument as a byte.
- getByte(int) - Method in class edu.unh.sdb.common.ByteValues
-
return the byte value at of the item at the given index of the byte array
- getByte(int) - Method in class edu.unh.sdb.common.Datum
-
Return the field specified by the argument as a byte.
- getByte(int) - Method in class edu.unh.sdb.common.DoubleDatum
-
Return the field specified by the argument as a byte.
- getByte(int) - Method in class edu.unh.sdb.common.DoubleValues
-
return the byte value of the double at the given index of the double array
- getByte(int) - Method in class edu.unh.sdb.common.FloatDatum
-
Return the field specified by the argument as a byte.
- getByte(int) - Method in class edu.unh.sdb.common.FloatValues
-
return the byte value of the float at the given index of the float array
- getByte(int) - Method in class edu.unh.sdb.common.IntDatum
-
Return the field specified by the argument as a byte.
- getByte(int) - Method in class edu.unh.sdb.common.IntValues
-
return the short value of the int at the given index of the float array
- getByte(int) - Method in class edu.unh.sdb.common.MixedDatum
-
Return the field specified by the argument as a byte.
- getByte(int) - Method in class edu.unh.sdb.common.MixedValues
-
return the byte value of the item at the given index of the byte array
- getByte(int) - Method in class edu.unh.sdb.common.ShortDatum
-
Return the field specified by the argument as a byte.
- getByte(int) - Method in class edu.unh.sdb.common.ShortValues
-
return the byte value of the short at the given index of the float array
- getByte(int) - Method in class edu.unh.sdb.common.Values
-
- getByte(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.BasicBlock
-
get the field value at the ISID position as a short.
- getByte(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
get the field value at the ISID position as a byte.
- getByte(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return the field specified by the arguments as a byte.
- getByteAttribute(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
get the byte attribute for a given IndexSpaceID and attributeID
- getByteOrder() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Returns a ByteOrder indicating whether the file
byte order is bigendian.
- getByteOrder() - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
Return the byteOrder of this binary file
- getByteOrder(String) - Method in class edu.unh.sdb.datasource.XDDLReader
-
Returns the endianness of the datasource specified by dsName
- getByteOrder() - Method in class edu.unh.sdb.datasource.XFDLReader
-
- getBytes() - Method in class edu.unh.sdb.common.ByteDatum
-
Return all attributes of the Datum as a 1-d byte array
- getBytes() - Method in class edu.unh.sdb.common.ByteValues
-
return a reference to the byte array this object is representing
- getBytes(byte[]) - Method in class edu.unh.sdb.common.ByteValues
-
fill the passed array with this data
- getBytes(int, int, int) - Method in class edu.unh.sdb.common.ByteValues
-
Return byte array representing a subset of elements in the Values object
Copying starts at the index specified by the start argument,
the 2nd item copied will be at index start + stride where stride is the
second argument; the 3rd is at start + 2*stride and so forth until
the specified number of values have been copied (3rd argument).
- getBytes() - Method in class edu.unh.sdb.common.Datum
-
Return all attributes of the Datum as a 1-d byte array
- getBytes(byte[]) - Method in class edu.unh.sdb.common.Datum
-
Return all attributes of the Datum in the passed array.
- getBytes(byte[], int) - Method in class edu.unh.sdb.common.Datum
-
Returns all the attributes of the Datum in the passed array,
storing them starting at 'index'.
- getBytes() - Method in class edu.unh.sdb.common.DoubleValues
-
Return a byte array representing all elements in the Values object
- getBytes(byte[]) - Method in class edu.unh.sdb.common.DoubleValues
-
fill the passed array with this data
- getBytes() - Method in class edu.unh.sdb.common.FloatValues
-
Return a byte array representing all elements in the Values object
- getBytes(byte[]) - Method in class edu.unh.sdb.common.FloatValues
-
fill the passed array with this data
- getBytes() - Method in class edu.unh.sdb.common.IntValues
-
Return a byte array representing all elements in the Values object
- getBytes(byte[]) - Method in class edu.unh.sdb.common.IntValues
-
fill the passed array with this data
- getBytes() - Method in class edu.unh.sdb.common.MixedValues
-
Return a byte array representing all elements in the Values object
- getBytes(byte[]) - Method in class edu.unh.sdb.common.MixedValues
-
fill the passed array with this data
- getBytes() - Method in class edu.unh.sdb.common.ShortValues
-
Return a byte array representing all elements in the Values object
- getBytes(byte[]) - Method in class edu.unh.sdb.common.ShortValues
-
fill the passed array with this data
- getBytes() - Method in class edu.unh.sdb.common.Values
-
Return a byte array representing all elements in the Values object
- getBytes(byte[]) - Method in class edu.unh.sdb.common.Values
-
Fill byte array representing all elements in the Values object
If the passed array is not the right size, a
a correct size array is allocated and returned.
- getBytes(int, int) - Method in class edu.unh.sdb.common.Values
-
Return byte array representing a subset of elements in the Values object
Copying starts at the index specified by the start argument,
the 2nd item copied will be at index start + stride where stride is the
second argument; the 3rd is at start + 2*stride and so forth until we
get to the end of the array.
- getBytes(int, int, byte[]) - Method in class edu.unh.sdb.common.Values
-
Reference version of getBytes( start, stride )
The passed array is returned for convenience, but if it is not the right
size, a new array is allocated and returned.
- getBytes(int, int, int) - Method in class edu.unh.sdb.common.Values
-
Return byte array representing a subset of elements in the Values object
Copying starts at the index specified by the start argument,
the 2nd item copied will be at index start + stride where stride is the
second argument; the 3rd is at start + 2*stride and so forth until
the specified number of values have been copied (3rd argument).
- getBytes(int, int, int, byte[]) - Method in class edu.unh.sdb.common.Values
-
Reference version of getBytes( start, stride, num )
The passed array is returned for convenience, but if it is not the right
size, a new array is allocated and returned.
- getBytes(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return all attributes of the Datum as a single byte array
- getBytes(IndexSpaceID, byte[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Reference version of getBytes( isid )
The passed array is returned for convenience, but if it is
null or not the right length a new array is created and returned.
- getBytes(int) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d byte array containing all values of the specified
attribute using the existing axis axisOrdering.
- getBytes(int, byte[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill the passed 1-d byte array with all values of the specified
attribute using the existing axis axisOrdering.
- getBytes() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d byte array containing all values of all
attributes using the existing axis axisOrdering and data axisOrdering
(attribute vs.
- getBytes(byte[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill a 1-d array containing all values of all attributes using the
existing axis axisOrdering and data axisOrdering (attribute vs.
- getBytesByAttribute() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d byte array containing all values of all
attributes in attribute order using the existing axis axisOrdering.
- getBytesByAttribute(byte[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill a 1-d array containing all values of all attributes using the
existing axis axisOrdering and data axisOrdering (attribute vs.
- getBytesByPoint() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d byte array containing all values of all
attributes in point order using the existing axis axisOrdering.
- getBytesByPoint(byte[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill a 1-d array containing all values of all attributes using the
existing axis axisOrdering and attribute data axisOrdering.
- getBytesPerTexel() - Method in class edu.unh.sdb.datasource.Slice
-
- getCacheArrayDimensions() - Method in class edu.unh.sdb.datasource.MultiBlockCacheDataSource
-
- getCacheBlockBounds() - Method in class edu.unh.sdb.datasource.BlockCacheDataSource
-
Return an ISBounds representing the dimensions of the CacheDataBlocks used in
in this BlockCacheDataSource.
- getCacheBlockBounds(IndexSpaceID) - Method in class edu.unh.sdb.datasource.BlockCacheDataSource
-
Returns a new ISBounds representing the bounds of the cacheBlock that contains the given id.
- getCacheBlockBounds(IndexSpaceID, ISBounds) - Method in class edu.unh.sdb.datasource.BlockCacheDataSource
-
Sets the ISBounds argument to the bounds of the cacheBlock that contains the given id.
- getCacheBlockBoundsIterator() - Method in class edu.unh.sdb.datasource.BlockCacheDataSource
-
Returns an ISBoundsIterator that produces bounds corresponding to the cache blocks.
- getCacheBlockBoundsIterator(ISBoundsIterator) - Method in class edu.unh.sdb.datasource.BlockCacheDataSource
-
Sets the ISBoundsIterator argument so it produces bounds corresponding to the cache blocks.
- getCacheBlockDimensions() - Method in class edu.unh.sdb.datasource.BlockCacheDataSource
-
Return an IndexSpaceID representing the dimensions of the CacheDataBlocks used in
in this BlockCacheDataSource.
- getCacheBlockReference() - Method in class edu.unh.sdb.datasource.UniBlockCacheDataSource
-
Return the cache reference for possible need to assignment operation.
- getCacheMemoryUsage() - Method in class edu.unh.sdb.datasource.BlockCacheDataSource
-
Return the number of bytes consumed by the cache when allocated.
- getCell() - Method in class edu.unh.sdb.datasource.ARRSCellIterator
-
Get a cell
- getCell() - Method in class edu.unh.sdb.datasource.CellIterator
-
Get a cell
- getCell(IndexSpaceID) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
Get a cell in the cell data source
- getCell(IntegerIndexSpaceID) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Return a cell corresponding to the specified position
- getCell() - Method in class edu.unh.sdb.datasource.URCellIterator
-
Get a ARRS cell
- getCellBlockBounds() - Method in class edu.unh.sdb.datasource.DimResolution
-
Get the cell bounds
- getCellBlockShape() - Method in class edu.unh.sdb.datasource.DimResolution
-
Get the size in the cell space
- getCellData(Indexable, Indexable) - Method in class edu.unh.sdb.datasource.IndexBlock
-
Get the data corresponding to the index block
- getCellData(IndexSpaceID) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
Get the point block of a cell
- getCellGroupGrid() - Method in class edu.unh.sdb.lattice.UnstructuredTopology
-
This is public for debugging purposes only.
- getCellID() - Method in class edu.unh.sdb.datasource.Cell
-
Get the cell id of a cell
- getCellID() - Method in class edu.unh.sdb.lattice.TriangleCellIterator
-
- getCellIndexable() - Method in class edu.unh.sdb.datasource.ARRSNode
-
Get the ARR cell source
- getCenterPoint() - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Return the current center point of the plane in space.
- getCenterPoint(float[]) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Return the current center point of the plane in space.
- getChild(ArrayList, int) - Method in class edu.unh.sdb.datasource.ARRSInternalNode
-
Get the specified child
- getChild(ARRSNode, int) - Method in class edu.unh.sdb.datasource.ARRSTree
-
Get one child of the specified node
- getChildID(ArrayList, int) - Method in class edu.unh.sdb.datasource.ARRSInternalNode
-
Get the id of the specified child
- getChildren(ArrayList<ARRSNode>) - Method in class edu.unh.sdb.datasource.ARRSInternalNode
-
Get all the children
- getChildren(ARRSNode) - Method in class edu.unh.sdb.datasource.ARRSTree
-
Get all the children of the specified node
- getChomboDesiredAttribute() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Return the attribute being read from the Chombo file.
- getChunkBounds() - Method in class edu.unh.sdb.datasource.ChunkedDataSource
-
Return an ISBounds indicating the dimensions of a chunk.
- getChunkByteSize() - Method in class edu.unh.sdb.datasource.ChunkedDataSource
-
get the byte size of each chunk
- getChunkDimensions() - Method in class edu.unh.sdb.datasource.ChunkedDataSource
-
get the dimensions of each chunk in grid space
- getChunkDimensions() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
- getComponent() - Method in class edu.unh.sdb.datasource.ComponentInfo
-
- getComponentBounds() - Method in class edu.unh.sdb.datasource.CompositeDataSource
-
Returns the array of component ISBoundses corresponding to the array
this.componentInfos[].
- getComponentDataSources() - Method in class edu.unh.sdb.datasource.CompositeDataSource
-
Returns the array of component DataSources that are corresponding to
the array this.componentInfos[].
- getComponentDataSources() - Method in class edu.unh.sdb.datasource.DataSourceBuilder
-
Returns an array containing the component datasources.
- getComponentFieldIDs() - Method in class edu.unh.sdb.datasource.CompositeDataSource
-
Returns the array of componentFieldNumbers for each ComponentInfo's
FieldIDMapper.
- getComponentFieldPosition(String) - Method in class edu.unh.sdb.datasource.DataSourceBuilder
-
Examines the current component datasource and returns the
position of the field named by "name".
- getComponentFields() - Method in class edu.unh.sdb.common.FieldIDMapper
-
Returns the field numbers of the component DataSource.
- getComponentInfo() - Method in class edu.unh.sdb.datasource.BlockManager
-
Return the ComponentInfo array.
- getComponentInfo(int) - Method in class edu.unh.sdb.datasource.BlockManager
-
Return the ComponentInfo specified by the index.
- getComponentInfos() - Method in class edu.unh.sdb.datasource.CompositeDataSource
-
Returns the reference to the array this.componentInfos[].
- getComponentSubset() - Method in class edu.unh.sdb.datasource.ISIDMapper
-
Return a copy of the Component Subset bounds
- getCompositeBounds() - Method in class edu.unh.sdb.datasource.CompositeDataSource
-
Returns the array of destination ISBoundses corresponding to the
array this.componentInfos[].
- getCompositeBounds() - Method in class edu.unh.sdb.datasource.DataSourceBuilder
-
Returns the bounds of the Index Space for the pending datasource.
- getCompositeExtent() - Method in class edu.unh.sdb.datasource.ISIDMapper
-
Return a copy of the Composite Extent bounds
- getCompositeFieldIDs() - Method in class edu.unh.sdb.datasource.CompositeDataSource
-
Returns the array of compositeFieldNumbers for each ComponentInfo's
FieldIDMapper.
- getCompositeFields() - Method in class edu.unh.sdb.common.FieldIDMapper
-
Returns the field numbers of the composite DataSource.
- getConfigPath() - Method in class edu.unh.sdb.common.Configuration
-
- getContainingPartitionBoundary(IndexSpaceID, int, boolean) - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
If upper is true, return the upper value of the specified axis
of the partition containing the id, otherwise, return the lower value.
- getContainingPartitionBounds(IndexSpaceID) - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
Return the bounds of the partition that contains the given id.
- getContainingPartitionBounds(IndexSpaceID, ISBounds) - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
Sets the ISBounds argument to the bounds of the partition in the data space
that contains the given id, specified in the data space.
- getCoord(int) - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
Get the value corresponding to the specified axis.
- getCoord(int) - Method in class edu.unh.sdb.datasource.IntegerIndexSpaceID
-
Get the value corresponding to the specified axis.
- getCoord(int) - Method in class edu.unh.sdb.datasource.ISIterator
-
Get the value corresponding to the specified axis.
- getCoord(int) - Method in class edu.unh.sdb.datasource.PackedIndexSpaceID
-
Get the value corresponding to the specified axis.
- getCoord(int) - Method in class edu.unh.sdb.lattice.GIterator
-
Get the value corresponding to the specified axis.
- getCoord(int) - Method in class edu.unh.sdb.lattice.Point
-
Get the value corresponding to the specified axis.
- getCoordinateFDLFileName() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Returns the coordianteFDLFileName
- getCoordinateFileName(int) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Returns the coordinateName
- getCoordinateRecordSpec() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Returns the coordinateRecordSpec for SplitUnstructuredTopology
- getCoords(int[]) - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
Fill the array argument with the coordinate values for this ISID.
- getCoords() - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
Return an array with the coordinate values for this ISID.
- getCoords(int[]) - Method in class edu.unh.sdb.datasource.IntegerIndexSpaceID
-
Fill the array argument with the coordinate values for this ISID.
- getCoords(int[]) - Method in class edu.unh.sdb.datasource.ISIterator
-
Fill the array argument with the coordinate values for this ISID.
- getCoords(int[]) - Method in class edu.unh.sdb.datasource.PackedIndexSpaceID
-
Fill the array argument with the coordinate values for this ISID.
- getCoords(float[]) - Method in class edu.unh.sdb.lattice.Point
-
Copy the coordinates into the argument array.
- getCornerDatums(IndexSpaceID) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
Get the datums of the corners in a cell
- getCorners(IndexSpaceID) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
Get the corners of a cell
- getCornersDeterminingBb() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getCurrentDataSource() - Method in class edu.unh.sdb.datasource.DataSourceBuilder
-
Returns the DataSource object mapped to the most recent compoent
- getCurrentElement() - Method in class edu.unh.sdb.datasource.RayIterator
-
- getCurrentElementIndex() - Method in class edu.unh.sdb.datasource.RayIterator
-
- getCurrentFDLDescriptor() - Method in class edu.unh.sdb.datasource.DataSourceBuilder
-
Returns the current File Descriptor Language object
- getCurrentLatticeBuilder() - Method in class edu.unh.sdb.lattice.XLDLReader
-
Returns the current LatticeBuilder
- getCurrentPoint() - Method in class edu.unh.sdb.datasource.RayIterator
-
- getCurrentRay() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getCurrentWorkSpace() - Static method in class edu.unh.sdb.common.WorkSpaceManager
-
Return the current WorkSpace, or null if no current WorkSpace has been set.
- getCurrentX() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getCurrentY() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getData() - Method in class edu.unh.sdb.datasource.Cell
-
Get the data contained in a cell
- getData(int, ISBounds) - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- getData(byte[], ChomboDataSource) - Method in class edu.unh.sdb.datasource.DSArrayStencil
-
Fill the given byte array with the data contained in the ChomboDataSource
given to the method.
- getData(byte[], DataSource) - Method in class edu.unh.sdb.datasource.DSArrayStencil
-
Fill the given byte array with the data contained in the active elements
of this stencil.
- getData(byte[]) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Fill the given byte array with the data contained in the active elements
of this stencil.
- getData() - Method in class edu.unh.sdb.datasource.TransferFunction.Block
-
- getData() - Method in class edu.unh.sdb.lattice.Cell
-
- getDataBlock() - Method in class edu.unh.sdb.datasource.DataBlockProxy
-
DataBlock getDataBlock()
- getDataBlock() - Method in class edu.unh.sdb.datasource.DCBoundsIterator
-
Get a data block containing the data associated with the current
iteration bounds.
- getDataBlock(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Return true if the given id maps to an active stencil element, false otherwise.
- getDataBlock() - Method in class edu.unh.sdb.datasource.URCellBlockIterator
-
get a cell block
- getDataBlock() - Method in class edu.unh.sdb.datasource.URCellIterator
-
Get a uniform cell block
- getDataBytesUsed() - Method in class edu.unh.sdb.datasource.DSArrayStencil
-
Return the number of bytes actually used in the last call to getData().
- getDataBytesUsed() - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Return the number of bytes actually used in the last call to getData().
- getDataCollection() - Method in class edu.unh.sdb.datasource.DCBoundsIterator
-
Get the DataCollection associated with this Iterator
- getDataCollection(DataCollection) - Method in class edu.unh.sdb.datasource.DCBoundsIterator
-
Set the DataCollection associated with this Iterator
- getDataCollection() - Method in class edu.unh.sdb.datasource.DCIterator
-
Get the DataCollection associated with this Iterator
- getDataCollection(DataCollection) - Method in class edu.unh.sdb.datasource.DCIterator
-
Set the DataCollection associated with this Iterator
- getDataComponents() - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- getDataFile(File) - Method in class edu.unh.sdb.datasource.MRDataSource
-
Find data file
- getDataFile() - Method in class edu.unh.sdb.datasource.MRDataSource
-
getDataFile()
- getDataFile(int) - Method in class edu.unh.sdb.datasource.MRDataSource
-
getDataFile( int level )
- getDataFile(int, int) - Method in class edu.unh.sdb.datasource.MRDataSource
-
getDataFile( int level, int which )
- getDataFileName(int) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Returns the dataName
- getDataFileString() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Returns the file specification string for this FDLDescriptor as a String.
- getDataFileString() - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
Return a copy of the URL for this datasource.
- getDataFileType() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Returns the DataFile Type as a string
- getDataFileURL() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Returns the file URL for this FDLDescriptor as a String.
- getDataOrder() - Method in class edu.unh.sdb.datasource.DataCollection
-
Returns the data storage order.
- getDataRecordSpec() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Returns the dataRecordSpec for SplitUnstructuredTopology
- getDataReference() - Method in class edu.unh.sdb.common.ByteValues
-
Return a reference to the data array this object contains.
- getDataReference() - Method in class edu.unh.sdb.common.DoubleValues
-
Return a reference to the data array this object contains.
- getDataReference() - Method in class edu.unh.sdb.common.FloatValues
-
Return a reference to the data array this object contains.
- getDataReference() - Method in class edu.unh.sdb.common.IntValues
-
Return a reference to the data array this object contains.
- getDataReference() - Method in class edu.unh.sdb.common.MixedValues
-
Return a reference to the data array this object contains.
- getDataReference() - Method in class edu.unh.sdb.common.ShortValues
-
Return a reference to the data array this object
contains.
- GetDataSize() - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
- getDataSource(String) - Method in class edu.unh.sdb.datasource.DataSourceCollection
-
Returns the DataSource object corresponding to the DataSource named
by the string
- getDataSource() - Method in class edu.unh.sdb.datasource.DynamicChunking
-
- getDataSource() - Method in class edu.unh.sdb.datasource.MRDataSource
-
getDataSource() -- return current data source
- getDataSource(int) - Method in class edu.unh.sdb.datasource.MRDataSource
-
getDataSource( int level )
- getDataSource(int, int) - Method in class edu.unh.sdb.datasource.MRDataSource
-
getDataSource( int level, int which )
- getDataSource() - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Return the datasource being iterated over.
- getDataSource() - Method in interface edu.unh.sdb.datasource.ObliquePlaneIteratorInterface
-
- getDataSource() - Method in class edu.unh.sdb.datasource.Slice
-
- getDataSource() - Method in class edu.unh.sdb.datasource.VRDataBlock
-
- getDataSource() - Method in class edu.unh.sdb.datasource.VRDataSource
-
- getDataSourceBuilder() - Method in class edu.unh.sdb.datasource.XDDLReader
-
returns the DataSourceBuilder to a new builder *
- getDataSources() - Method in class edu.unh.sdb.datasource.XDDLReader
-
Returns the list of Datasources
- getDataSources() - Method in class edu.unh.sdb.lattice.XLDLReader
-
Returns the list of Datasources
- getDatums(Indexable) - Method in class edu.unh.sdb.datasource.IndexBlock
-
Return Datums corresponding to the index block
- getDatums(Indexable, Datum[]) - Method in class edu.unh.sdb.datasource.IndexBlock
-
Get Datums corresponding to the index block
- getDBConnection() - Method in class edu.unh.sdb.common.WorkSpace
-
Returns the DataBase Connection.
- getDBName() - Method in class edu.unh.sdb.datasource.AliasDataSource
-
- getDBName() - Method in class edu.unh.sdb.datasource.ForeignReferenceDataSource
-
- getDestinations() - Method in class edu.unh.sdb.common.FieldIDMapper
-
Returns the field numbers of the composite DataSource.
- getDim() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Returns the the dimensionality for this FDLDescriptor as an int
- getDimension(int) - Method in class edu.unh.sdb.datasource.ISBounds
-
Return the length of the axis specified as an argument.
- getDimension(int) - Method in class edu.unh.sdb.lattice.GBounds
-
Return the extent of this GBounds along the specified axis.
- getDimensionality() - Method in class edu.unh.sdb.datasource.Cell
-
- getDimensionality() - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- getDimensionality() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Returns the topology dimensionality as an integer
- getDimensions() - Method in class edu.unh.sdb.datasource.ISBounds
-
Return an IndexSpaceID with axis values denoting the size
of each corresponding dimension of the ISBounds.
- getDimensions(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Fill the argument array with coordinate values denoting the size
of each corresponding dimension of the ISBounds.
- getDimensions() - Method in class edu.unh.sdb.lattice.ArrayCell
-
return an array that represents the sizes of each dimension of the cell.
- getDimensions() - Method in class edu.unh.sdb.lattice.GBounds
-
Return a Point with axis values denoting the size
of each corresponding dimension of the GBounds.
- getDimensions(float[]) - Method in class edu.unh.sdb.lattice.GBounds
-
Fill the argument array with coordinate values denoting the size
of each corresponding dimension of the GBounds.
- getDimensionsArray() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a reference to an array containing
the dimensions of this data collection.
- getDimensionsArray() - Method in class edu.unh.sdb.datasource.ISBounds
-
Return an int array with axis values denoting the size
of each corresponding dimension of the ISBounds.
- getDimResolution() - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
Get the dimensional resolution
- getDimResolution() - Method in class edu.unh.sdb.datasource.URCellBlock
-
Get the dimensional resolution
- getDouble(int) - Method in class edu.unh.sdb.common.ByteDatum
-
Return the field specified by the argument as a double.
- getDouble(int) - Method in class edu.unh.sdb.common.ByteValues
-
return the double value represent the byte value of the given index
- getDouble(int) - Method in class edu.unh.sdb.common.Datum
-
Return the field specified by the argument as a double.
- getDouble(int) - Method in class edu.unh.sdb.common.DoubleDatum
-
Return the field specified by the argument as a double.
- getDouble(int) - Method in class edu.unh.sdb.common.DoubleValues
-
return the double value at the given index of the double array
- getDouble(int) - Method in class edu.unh.sdb.common.FloatDatum
-
Return the field specified by the argument as a double.
- getDouble(int) - Method in class edu.unh.sdb.common.FloatValues
-
return the double value of the float at the given index of the float array
- getDouble(int) - Method in class edu.unh.sdb.common.IntDatum
-
Return the field specified by the argument as a double.
- getDouble(int) - Method in class edu.unh.sdb.common.IntValues
-
return the double value of the int at the given index of the int array
- getDouble(int) - Method in class edu.unh.sdb.common.MixedDatum
-
Return the field specified by the argument as a double.
- getDouble(int) - Method in class edu.unh.sdb.common.MixedValues
-
return the double value represented by 8 adjacent bytes, starting with the byte of the given index
- getDouble(int) - Method in class edu.unh.sdb.common.ShortDatum
-
Return the field specified by the argument as a double.
- getDouble(int) - Method in class edu.unh.sdb.common.ShortValues
-
return the double value of the short at the given index of the short array
- getDouble(int) - Method in class edu.unh.sdb.common.Values
-
- getDouble(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.BasicBlock
-
get the field value at the ISID position as an int.
- getDouble(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
get the field value at the ISID position as a double.
- getDouble(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return the field specified by the arguments as a double.
- getDouble(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.TransferFunction.Block
-
- getDoubleAttribute(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
get the double attribute for a given IndexSpaceID and attributeID
- getDoubleAttributes(double[], RecordSpec, boolean) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
User passes in a pre-allocated double array, attributes specified by
recordSpec are copied from this compositeBlock to the dstArray.
- getDoubles() - Method in class edu.unh.sdb.common.ByteValues
-
Return double array representing all elements in the Values object
- getDoubles(double[]) - Method in class edu.unh.sdb.common.ByteValues
-
fill the passed array with this data
- getDoubles() - Method in class edu.unh.sdb.common.Datum
-
Return all attributes of the Datum as a 1-d double array
- getDoubles(double[]) - Method in class edu.unh.sdb.common.Datum
-
Return all attributes of the Datum in the passed array.
- getDoubles() - Method in class edu.unh.sdb.common.DoubleDatum
-
Return all attributes of the Datum as a 1-d double array
- getDoubles() - Method in class edu.unh.sdb.common.DoubleValues
-
return a reference to the double array this object is representing
- getDoubles(double[]) - Method in class edu.unh.sdb.common.DoubleValues
-
fill the passed array with this data
- getDoubles(int, int, int) - Method in class edu.unh.sdb.common.DoubleValues
-
Return double array representing a subset of elements in the Values object
Copying starts at the index specified by the start argument,
the 2nd item copied will be at index start + stride where stride is the
second argument; the 3rd is at start + 2*stride and so forth until
the specified number of values have been copied (3rd argument).
- getDoubles() - Method in class edu.unh.sdb.common.FloatValues
-
Return double array representing all elements in the Values object
- getDoubles(double[]) - Method in class edu.unh.sdb.common.FloatValues
-
fill the passed array with this data
- getDoubles() - Method in class edu.unh.sdb.common.IntValues
-
Return double array representing all elements in the Values object
- getDoubles(double[]) - Method in class edu.unh.sdb.common.IntValues
-
fill the passed array with this data
- getDoubles() - Method in class edu.unh.sdb.common.MixedValues
-
Return double array representing all elements in the Values object
- getDoubles(double[]) - Method in class edu.unh.sdb.common.MixedValues
-
fill the passed array with this data
- getDoubles() - Method in class edu.unh.sdb.common.ShortValues
-
Return double array representing all elements in the Values object
- getDoubles(double[]) - Method in class edu.unh.sdb.common.ShortValues
-
fill the passed array with this data
- getDoubles() - Method in class edu.unh.sdb.common.Values
-
Return double array representing all elements in the Values object
- getDoubles(double[]) - Method in class edu.unh.sdb.common.Values
-
Fill double array representing all elements in the Values object
If the passed array is not the right size, a
a correct size array is allocated and returned.
- getDoubles(int, int) - Method in class edu.unh.sdb.common.Values
-
Return double array representing a subset of elements in the Values object
Copying starts at the index specified by the start argument,
the 2nd item copied will be at index start + stride where stride is the
second argument; the 3rd is at start + 2*stride and so forth until we
get to the end of the array.
- getDoubles(int, int, double[]) - Method in class edu.unh.sdb.common.Values
-
Reference version of getDoubles( start, stride )
The passed array is returned for convenience, but if it is not the right
size, a new array is allocated and returned.
- getDoubles(int, int, int) - Method in class edu.unh.sdb.common.Values
-
Return double array representing a subset of elements in the Values object
Copying starts at the index specified by the start argument,
the 2nd item copied will be at index start + stride where stride is the
second argument; the 3rd is at start + 2*stride and so forth until
the specified number of values have been copied (3rd argument).
- getDoubles(int, int, int, double[]) - Method in class edu.unh.sdb.common.Values
-
Reference version of getDoubles( start, stride, num )
The passed array is returned for convenience, but if it is not the right
size, a new array is allocated and returned.
- getDoubles(double[], RecordSpec, boolean) - Method in class edu.unh.sdb.datasource.BasicBlock
-
User passes in a pre-allocated double array, attributes specified by recordSpec are copied
from the BasicBlock to the dstArray.
- getDoubles(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return all attributes of the Datum at the as a 1-d double array
- getDoubles(IndexSpaceID, double[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Reference version of getDoubles( isid )
The passed array is returned for convenience, but if it is
null or not the right length a new array is created and returned.
- getDoubles(int) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d double array containing all values of the specified
attribute using the existing axis axisOrdering.
- getDoubles(int, double[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill the passed 1-d double array with all values of the specified
attribute using the existing axis axisOrdering.
- getDoubles() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d double array containing all values of all
attributes using the existing axis axisOrdering and data axisOrdering
(attribute vs.
- getDoubles(double[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill a 1-d array containing all values of all attributes using the
existing axis axisOrdering and data axisOrdering (attribute vs.
- getDoublesByAttribute() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d double array containing all values of all
attributes in attribute order using the existing axis axisOrdering.
- getDoublesByAttribute(double[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill a 1-d array containing all values of all attributes using the
existing axis axisOrdering and data axisOrdering (attribute vs.
- getDoublesByPoint() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d double array containing all values of all
attributes in point order using the existing axis axisOrdering.
- getDoublesByPoint(double[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill a 1-d array containing all values of all attributes using the
existing axis axisOrdering and attribute data axisOrdering.
- getDSCollection() - Method in class edu.unh.sdb.common.WorkSpace
-
Returns the DataSourceCollection.
- getDSName() - Method in class edu.unh.sdb.datasource.DataSourceBuilder
-
Returns the datasource name
- getDSName() - Method in class edu.unh.sdb.datasource.XDDLReader
-
Returns the datasource name
- getDSName() - Method in class edu.unh.sdb.lattice.XLDLReader
-
Returns the datasource name
- getDTDPath() - Method in class edu.unh.sdb.common.Configuration
-
- getElementAt(int) - Method in class edu.unh.sdb.datasource.DataSourceCollection
-
Returns the DataSource at the designated index or null DataSource object if no more exists.
- getElementAt(int) - Method in class edu.unh.sdb.lattice.LatticeCollection
-
Returns the Lattice at the designated index or null Lattice object if no more exists.
- getEndPoint() - Method in class edu.unh.sdb.datasource.RayIterator
-
- getEndX() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getEndY() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getEnumerWindow(int) - Method in class edu.unh.sdb.datasource.RayCellIterator
-
get an array of ISBounds within the iteration enumeration window
Enumeration window is the number of iteration steps that can be predicted in advance
it's possible that two element in the array have the same ISBounds
- getEnumWindow() - Method in class edu.unh.sdb.datasource.BlockListCache
-
return the enum window
- getEnumWindow() - Method in class edu.unh.sdb.datasource.RandomBlockIterator
-
- getEnumWindowIndex() - Method in class edu.unh.sdb.datasource.RandomBlockIterator
-
- getErrorReportingLevel() - Static method in class edu.unh.sdb.common.SDBError
-
- getException() - Method in class edu.unh.sdb.common.RangedTypeBuilder
-
Returns the exception value as a double
- getFDLDescriptor() - Method in class edu.unh.sdb.datasource.DataSource
-
returns the FDLDescriptor associated with this DataSource.
- getFDLDescriptor() - Method in class edu.unh.sdb.datasource.XDDLReader
-
returns an FDLDescriptor object containing all of the files attributes
- getFDLDescriptor() - Method in class edu.unh.sdb.datasource.XFDLReader
-
returns an FDLDescriptor object containing all of the files attributes
- getFIDMappers() - Method in class edu.unh.sdb.datasource.CompositeDataSource
-
Returns the array of FieldIDMappers that are corresponding to
the array this.componentInfos[].
- getFieldIDMap() - Method in class edu.unh.sdb.datasource.ComponentInfo
-
- getFieldIDMapper() - Method in class edu.unh.sdb.common.RecordSpec
-
Returns the FieldIDMapper equivalent to this RecordSpec
- getFieldLayout() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Returns a boolean if Point Order has been selected
- getFieldLayout() - Method in class edu.unh.sdb.datasource.XFDLReader
-
- getFieldNames() - Method in class edu.unh.sdb.common.RecordDescriptor
-
Return an array of the field names.
- getFieldNumber(int) - Method in class edu.unh.sdb.common.RecordSpec
-
Returns the FieldSpec at the index position.
- getFieldNumbers() - Method in class edu.unh.sdb.common.RecordSpec
-
get the field number array
- getFieldPos(int, int) - Method in class edu.unh.sdb.datasource.BasicBlock
-
- getFieldTypes() - Method in class edu.unh.sdb.common.RecordDescriptor
-
Return an array of the field types in string form.
- getFilename() - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- getFileOffset() - Method in class edu.unh.sdb.datasource.BinaryFileDataSource
-
get the file initial offset
- getFileOffset() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Returns the file offset
- getFileOffset() - Method in class edu.unh.sdb.datasource.XFDLReader
-
- getFirstChildID() - Method in class edu.unh.sdb.datasource.ARRSInternalNode
-
Get the first child's id
- getFirstComponentDataSource() - Method in class edu.unh.sdb.datasource.DataSourceBuilder
-
Returns the first DataSource in the component list
or a null if no components have been specified.
- getFloat(int) - Method in class edu.unh.sdb.common.ByteDatum
-
Return the field specified by the argument as a float.
- getFloat(int) - Method in class edu.unh.sdb.common.ByteValues
-
return the float value representing the byte value
of the given index
- getFloat(int) - Method in class edu.unh.sdb.common.Datum
-
Return the field specified by the argument as a float.
- getFloat(int) - Method in class edu.unh.sdb.common.DoubleDatum
-
Return the field specified by the argument as a double.
- getFloat(int) - Method in class edu.unh.sdb.common.DoubleValues
-
return the float value of the double at the given index of the array
- getFloat(int) - Method in class edu.unh.sdb.common.FloatDatum
-
Return the field specified by the argument as a float.
- getFloat(int) - Method in class edu.unh.sdb.common.FloatValues
-
return the float value at the given index of the array
- getFloat(int) - Method in class edu.unh.sdb.common.IntDatum
-
Return the field specified by the argument as a float.
- getFloat(int) - Method in class edu.unh.sdb.common.IntValues
-
return the float value of the int at the given index of the array
- getFloat(int) - Method in class edu.unh.sdb.common.MixedDatum
-
Return the field specified by the argument as a float.
- getFloat(int) - Method in class edu.unh.sdb.common.MixedValues
-
return the float value represented by 4 adjacent bytes, starting
with the byte of the given index
- getFloat(int) - Method in class edu.unh.sdb.common.ShortDatum
-
Return the field specified by the argument as a float.
- getFloat(int) - Method in class edu.unh.sdb.common.ShortValues
-
return the float value of the short at the given index of the short array
- getFloat(int) - Method in class edu.unh.sdb.common.Values
-
- getFloat(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.BasicBlock
-
get the float attribute for a given IndexSpaceID and attributeID, convert if needed
- getFloat(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
get the field value at the ISID position as a float.
- getFloat(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return the field specified by the arguments as a float.
- getFloatAttribute(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
get the float attribute for a given IndexSpaceID and attributeID
- getFloatAttributes(float[], RecordSpec, boolean) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
User passes in a pre-allocated float array, attributes specified by
recordSpec are copied from this CompositeBlock to the dstArray.
- getFloatAxis(int) - Method in class edu.unh.sdb.lattice.Point
-
Get the value corresponding to the specified axis.
- getFloats() - Method in class edu.unh.sdb.common.ByteValues
-
Return float array representing all elements in the Values object
- getFloats(float[]) - Method in class edu.unh.sdb.common.ByteValues
-
fill the passed array with this data
- getFloats() - Method in class edu.unh.sdb.common.Datum
-
Return all attributes of the Datum as a 1-d float array
- getFloats(float[]) - Method in class edu.unh.sdb.common.Datum
-
Return all attributes of the Datum in the passed array.
- getFloats() - Method in class edu.unh.sdb.common.DoubleValues
-
Return float array representing all elements in the Values object
- getFloats(float[]) - Method in class edu.unh.sdb.common.DoubleValues
-
fill the passed array with this data
- getFloats() - Method in class edu.unh.sdb.common.FloatDatum
-
Return all attributes of the Datum as a 1-d double array
- getFloats() - Method in class edu.unh.sdb.common.FloatValues
-
return a reference to the float array this object is representing
- getFloats(float[]) - Method in class edu.unh.sdb.common.FloatValues
-
fill the passed array with this data
- getFloats(int, int, int) - Method in class edu.unh.sdb.common.FloatValues
-
Return float array representing a subset of elements in the Values object
Copying starts at the index specified by the start argument,
the 2nd item copied will be at index start + stride where stride is the
second argument; the 3rd is at start + 2*stride and so forth until
the specified number of values have been copied (3rd argument).
- getFloats() - Method in class edu.unh.sdb.common.IntValues
-
Return float array representing all elements in the Values object
- getFloats(float[]) - Method in class edu.unh.sdb.common.IntValues
-
fill the passed array with this data
- getFloats() - Method in class edu.unh.sdb.common.MixedValues
-
Return float array representing all elements in the Values object
- getFloats(float[]) - Method in class edu.unh.sdb.common.MixedValues
-
fill the passed array with this data
- getFloats() - Method in class edu.unh.sdb.common.ShortValues
-
Return float array representing all elements in the Values object
- getFloats(float[]) - Method in class edu.unh.sdb.common.ShortValues
-
fill the passed array with this data
- getFloats() - Method in class edu.unh.sdb.common.Values
-
Return float array representing all elements in the Values object
- getFloats(float[]) - Method in class edu.unh.sdb.common.Values
-
Fill float array representing all elements in the Values object
If the passed array is not the right size, a
a correct size array is allocated and returned.
- getFloats(int, int) - Method in class edu.unh.sdb.common.Values
-
Return float array representing a subset of elements in the Values object
Copying starts at the index specified by the start argument,
the 2nd item copied will be at index start + stride where stride is the
second argument; the 3rd is at start + 2*stride and so forth until we
get to the end of the array.
- getFloats(int, int, float[]) - Method in class edu.unh.sdb.common.Values
-
Reference version of getFloats( start, stride )
The passed array is returned for convenience, but if it is not the right
size, a new array is allocated and returned.
- getFloats(int, int, int) - Method in class edu.unh.sdb.common.Values
-
Return floats array representing a subset of elements in the Values object
Copying starts at the index specified by the start argument,
the 2nd item copied will be at index start + stride where stride is the
second argument; the 3rd is at start + 2*stride and so forth until
the specified number of values have been copied (3rd argument).
- getFloats(int, int, int, float[]) - Method in class edu.unh.sdb.common.Values
-
Reference version of getFloats( start, stride, num )
The passed array is returned for convenience, but if it is not the right
size, a new array is allocated and returned.
- getFloats(float[], RecordSpec, boolean) - Method in class edu.unh.sdb.datasource.BasicBlock
-
User passes in a pre-allocated float array, attributes specified by recordSpec are copied
from the BasicBlock to the dstArray.
- getFloats(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return all attributes of the Datum as a 1-d float array
- getFloats(IndexSpaceID, float[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Reference version of getFloats( isid )
The passed array is returned for convenience, but if it is
null or not the right length a new array is created and returned.
- getFloats(int) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d float array containing all values of the specified
attribute using the existing axis axisOrdering.
- getFloats(int, float[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill the passed 1-d float array with all values of the specified
attribute using the existing axis axisOrdering.
- getFloats() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d float array containing all values of all
attributes using the existing axis axisOrdering and data axisOrdering
(attribute vs.
- getFloats(float[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill a 1-d array containing all values of all attributes using the
existing axis axisOrdering and data axisOrdering (attribute vs.
- getFloatsByAttribute() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d float array containing all values of all
attributes in attribute order using the existing axis axisOrdering.
- getFloatsByAttribute(float[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill a 1-d array containing all values of all attributes using the
existing axis axisOrdering and data axisOrdering (attribute vs.
- getFloatsByPoint() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d float array containing all values of all
attributes in point order using the existing axis axisOrdering.
- getFloatsByPoint(float[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill a 1-d array containing all values of all attributes using the
existing axis axisOrdering and attribute data axisOrdering.
- getGBounds() - Method in class edu.unh.sdb.lattice.Lattice
-
Return the Bounds of the Geometry.
- getGBounds() - Method in class edu.unh.sdb.lattice.Partitioning
-
- getGeometricBounds() - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
add by xuan
- getGridISBounds() - Method in class edu.unh.sdb.lattice.CellGroupGrid
-
- getGroup(IndexSpaceID) - Method in class edu.unh.sdb.lattice.SplitCellGroupGrid
-
- getHeading() - Method in class edu.unh.sdb.common.EulerAngles
-
- getHeight() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getHigh() - Method in class edu.unh.sdb.common.RangedTypeBuilder
-
Returns the high value as a double
- getHighIndex() - Method in class edu.unh.sdb.datasource.IndexBlock
-
Get the high index
- getHighValue() - Method in class edu.unh.sdb.common.RangedType
-
- getID() - Method in class edu.unh.sdb.datasource.ARRSNode
-
get the id of the current node
- getIndex() - Method in class edu.unh.sdb.lattice.CellID
-
- getIndexBlock() - Method in class edu.unh.sdb.datasource.ARRSCopyLeafNode
-
Get the IndexBlock
- getIndexBlockBounds() - Method in class edu.unh.sdb.datasource.ARRSCopyLeafNode
-
Get the index block bounds
- getIndexDC() - Method in class edu.unh.sdb.datasource.ARRSCopyDataBlock
-
getIndexDC
- getIndexedBlock(int) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Return the DataBlock corresponding to the specified stencil element.
- getIndexedBlockAndBounds(ISBounds, int) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Return the DataBlock corresponding to the specified stencil element.
- getIndexedBounds(ISBounds, int) - Method in class edu.unh.sdb.datasource.DSArrayStencil
-
Sets the argument ISBounds to the bounds of the specified stencil element.
- getIndexedBounds(ISBounds, int) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Sets the argument ISBounds to the bounds of the specified stencil element.
- getIndexedBounds(ISBounds, int) - Method in class edu.unh.sdb.datasource.DSListStencil
-
Set the given ISBounds to a shape equal to the indexed stencil element.
- getIndexedBounds(int) - Method in class edu.unh.sdb.datasource.DSStencil
-
Return a new ISBounds with shape equal to the indexed stencil element.
- getIndexedBounds(ISBounds, int) - Method in class edu.unh.sdb.datasource.DSStencil
-
sets the argument ISBounds to the bounds of the stencil element stored in this stencil
list
- getIndexedBounds(ISBounds, IndexSpaceID) - Method in class edu.unh.sdb.datasource.ISPartitioning
-
Sets the argument ISBounds to the bounds corresponding to the partition ID.
- getIndexedBounds(ISBounds, IndexSpaceID) - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
Sets the argument ISBounds to the space bounds corresponding to the
partition defined by the partitioning ID and returns the bounds as well.
- getIndexedDataSource(int) - Method in class edu.unh.sdb.datasource.DSRecordSpec
-
Get the datasource reference at the indicated position.
- getIndexedDoubleAttribute(int, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
get indexedFieldShort , OneDIndex is the conceptual index of the datum in
the one D array
- getIndexedFieldNumber(int) - Method in class edu.unh.sdb.common.RecordSpec
-
Deprecated.
Use getFieldNumber( int )
- getIndexedFloatAttribute(int, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
get indexed float attribute , OneDIndex is the conceptual index of the
datum in the one D array
- getIndexedIntAttribute(int, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
get indexed int attribue, OneDIndex is the conceptual index of the datum
in the one D array
- getIndexedOffset(int) - Method in class edu.unh.sdb.datasource.DSArrayStencil
-
Return the partition offset corresponding to the given index.
- getIndexedOffset(int) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Return the partition offset corresponding to the given index.
- getIndexedOffset(int) - Method in class edu.unh.sdb.datasource.DSListStencil
-
Return the partition offset corresponding to the given index.
- getIndexedOffset(int) - Method in class edu.unh.sdb.datasource.DSPartitionedStencil
-
Return the partition offset corresponding to the given index.
- getIndexedShortAttribute(int, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
get indexed Short attribute, OneDIndex is the conceptual index of the
datum in the one D array
- getIndexes() - Method in class edu.unh.sdb.datasource.IndexBlock
-
Get the index block
- getIndexFile() - Method in class edu.unh.sdb.ARRSTreeBuilder.ARCellParser
-
- getIndexHigh() - Method in class edu.unh.sdb.datasource.ARRSCopyDataBlock
-
getIndexHigh
- getIndexLow() - Method in class edu.unh.sdb.datasource.ARRSCopyDataBlock
-
getIndexLow
- getIndexSpaceID() - Method in class edu.unh.sdb.datasource.URCellIterator
-
Get the IndexSpaceID corresponding to the cell
- getInitialOrientation() - Method in class edu.unh.sdb.common.EulerAngles
-
- getInitialOrientation() - Method in class edu.unh.sdb.common.EulerAnglesYXZ
-
- getInitialOrientation() - Method in class edu.unh.sdb.common.EulerAnglesZYX
-
- getInt(int) - Method in class edu.unh.sdb.common.ByteDatum
-
Return the field specified by the argument as a int.
- getInt(int) - Method in class edu.unh.sdb.common.ByteValues
-
return the int value represent the byte value of the given index
- getInt(int) - Method in class edu.unh.sdb.common.Datum
-
Return the field specified by the argument as a int.
- getInt(int) - Method in class edu.unh.sdb.common.DoubleDatum
-
Return the field specified by the argument as a int.
- getInt(int) - Method in class edu.unh.sdb.common.DoubleValues
-
return the int value of the double at given index of the double array
- getInt(int) - Method in class edu.unh.sdb.common.FloatDatum
-
Return the field specified by the argument as a int.
- getInt(int) - Method in class edu.unh.sdb.common.FloatValues
-
return the int value of the float at the given index of the float array
- getInt(int) - Method in class edu.unh.sdb.common.IntDatum
-
Return the field specified by the argument as a int.
- getInt(int) - Method in class edu.unh.sdb.common.IntValues
-
return the int value of the int at the given index of the int array
- getInt(int) - Method in class edu.unh.sdb.common.MixedDatum
-
Return the field specified by the argument as a int.
- getInt(int) - Method in class edu.unh.sdb.common.MixedValues
-
return the int value represented by 4 adjacent bytes, starting with the byte of
the given index.
- getInt(int) - Method in class edu.unh.sdb.common.ShortDatum
-
Return the field specified by the argument as a int.
- getInt(int) - Method in class edu.unh.sdb.common.ShortValues
-
return the int value of the short at the given index of the short array
- getInt(int) - Method in class edu.unh.sdb.common.Values
-
- getInt(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.BasicBlock
-
get the field value at the ISID position as an int.
- getInt(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
get the field value at the ISID position as an int.
- getInt(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return the field specified by the arguments as an int.
- getIntAttribute(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
get the int attribute for a given IndexSpaceID and attributeID
- getIntAttributes(int[], RecordSpec, boolean) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
User passes in a pre-allocated int array, attributes specified by
recordSpec are copied from this Compositeblock to the dstArray.
- getIntAxis(int) - Method in class edu.unh.sdb.lattice.Point
-
Get the value corresponding to the specified axis.
- getIntersection2d() - Method in class edu.unh.sdb.datasource.Slice
-
- getIntersection3d() - Method in class edu.unh.sdb.datasource.Slice
-
- getInts() - Method in class edu.unh.sdb.common.ByteValues
-
Return int array representing all elements in the Values object
- getInts(int[]) - Method in class edu.unh.sdb.common.ByteValues
-
fill the passed array with this data
- getInts() - Method in class edu.unh.sdb.common.Datum
-
Return all attributes of the Datum as a 1-d int array
- getInts(int[]) - Method in class edu.unh.sdb.common.Datum
-
Return all attributes of the Datum in the passed array.
- getInts() - Method in class edu.unh.sdb.common.DoubleValues
-
Return int array representing all elements in the Values object
- getInts(int[]) - Method in class edu.unh.sdb.common.DoubleValues
-
fill the passed array with this data
- getInts() - Method in class edu.unh.sdb.common.FloatValues
-
Return int array representing all elements in the Values object
- getInts(int[]) - Method in class edu.unh.sdb.common.FloatValues
-
fill the passed array with this data
- getInts() - Method in class edu.unh.sdb.common.IntDatum
-
Return all attributes of the Datum as a 1-d int array
- getInts() - Method in class edu.unh.sdb.common.IntValues
-
return a reference to the int array this IntValues object is representing
- getInts(int[]) - Method in class edu.unh.sdb.common.IntValues
-
fill the passed array with this data
- getInts(int, int, int) - Method in class edu.unh.sdb.common.IntValues
-
Return int array representing a subset of elements in the Values object
Copying starts at the index specified by the start argument,
the 2nd item copied will be at index start + stride where stride is the
second argument; the 3rd is at start + 2*stride and so forth until
the specified number of values have been copied (3rd argument).
- getInts() - Method in class edu.unh.sdb.common.MixedValues
-
Return int array representing all elements in the Values object
- getInts(int[]) - Method in class edu.unh.sdb.common.MixedValues
-
fill the passed array with this data
- getInts() - Method in class edu.unh.sdb.common.ShortValues
-
Return int array representing all elements in the Values object
- getInts(int[]) - Method in class edu.unh.sdb.common.ShortValues
-
fill the passed array with this data
- getInts() - Method in class edu.unh.sdb.common.Values
-
Return int array representing all elements in the Values object
- getInts(int[]) - Method in class edu.unh.sdb.common.Values
-
Fill int array representing all elements in the Values object
If the passed array is not the right size, a
a correct size array is allocated and returned.
- getInts(int, int) - Method in class edu.unh.sdb.common.Values
-
Return int array representing a subset of elements in the Values object
Copying starts at the index specified by the start argument,
the 2nd item copied will be at index start + stride where stride is the
second argument; the 3rd is at start + 2*stride and so forth until we
get to the end of the array.
- getInts(int, int, int[]) - Method in class edu.unh.sdb.common.Values
-
Reference version of getInts( start, stride )
The passed array is returned for convenience, but if it is not the right
size, a new array is allocated and returned.
- getInts(int, int, int) - Method in class edu.unh.sdb.common.Values
-
Return int array representing a subset of elements in the Values object
Copying starts at the index specified by the start argument,
the 2nd item copied will be at index start + stride where stride is the
second argument; the 3rd is at start + 2*stride and so forth until
the specified number of values have been copied (3rd argument).
- getInts(int, int, int, int[]) - Method in class edu.unh.sdb.common.Values
-
Reference version of getInts( start, stride, num )
The passed array is returned for convenience, but if it is not the right
size, a new array is allocated and returned.
- getInts(int[], RecordSpec, boolean) - Method in class edu.unh.sdb.datasource.BasicBlock
-
User passes in a pre-allocated int array, attributes specified by recordSpec
are copied from the BasicBlock to the dstArray.
- getInts(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return all attributes of the Datum as a 1-d int array
- getInts(IndexSpaceID, int[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Reference version of getInts( isid )
The passed array is returned for convenience, but if it is
null or not the right length a new array is created and returned.
- getInts(int) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d int array containing all values of the specified
attribute using the existing axis axisOrdering.
- getInts(int, int[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill the passed 1-d int array with all values of the specified
attribute using the existing axis axisOrdering.
- getInts() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d int array containing all values of all
attributes using the existing axis axisOrdering and data axisOrdering
(attribute vs.
- getInts(int[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill a 1-d array containing all values of all attributes using the
existing axis axisOrdering and data axisOrdering (attribute vs.
- getIntsByAttribute() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d int array containing all values of all
attributes in attribute order using the existing axis axisOrdering.
- getIntsByAttribute(int[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill a 1-d array containing all values of all attributes using the
existing axis axisOrdering and data axisOrdering (attribute vs.
- getIntsByPoint() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d int array containing all values of all
attributes in point order using the existing axis axisOrdering.
- getIntsByPoint(int[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill a 1-d array containing all values of all attributes using the
existing axis axisOrdering and attribute data axisOrdering.
- getISBounds() - Method in class edu.unh.sdb.lattice.Partitioning
-
- getISIDMap() - Method in class edu.unh.sdb.datasource.ComponentInfo
-
- getISIterator() - Method in class edu.unh.sdb.datasource.ISPartitioning
-
Return in IndexSpace iterator over the partitions
- getISIterator() - Method in class edu.unh.sdb.lattice.Partitioning
-
- getIteration() - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- getIterationBoundingBox() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getIterationSpace() - Method in class edu.unh.sdb.datasource.CacheDataSource
-
Returns a copy of the iteration space expressed as an ISBounds.
- getIterationSubvolume() - Method in class edu.unh.sdb.datasource.DynamicChunking
-
- getIteratorBounds() - Method in class edu.unh.sdb.datasource.RandomBlockIterator
-
get the bounds of this block iterator
- getLastChildID() - Method in class edu.unh.sdb.datasource.ARRSInternalNode
-
Get the last child's id
- getLattice(String) - Method in class edu.unh.sdb.lattice.LatticeCollection
-
Returns the Lattice object corresponding to the Lattice named
by the string
- getLatticeBuilder(String) - Method in class edu.unh.sdb.lattice.XLDLReader
-
Returns the LatticeBuilder with the lattice name specified
- getLatticeBuilders() - Method in class edu.unh.sdb.lattice.XLDLReader
-
Returns the list of LatticeBuilder
- getLatticeCollection() - Method in class edu.unh.sdb.common.WorkSpace
-
Returns the LatticeCollection.
- getLatticeGBounds() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
returns the Index Space Bounds from this builder or defaults to the topologyDS bounds
- getLatticeGeometryType() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
- getLatticeISBounds() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
returns the Index Space Bounds from this builder or defaults to the topologyDS bounds
- getLattices() - Method in class edu.unh.sdb.lattice.XLDLReader
-
Returns the list of Datasources
- getLeafBlockList() - Method in class edu.unh.sdb.datasource.ARRSCellBlockIterator
-
Get all the leaf blocks
- getLeafCellBlock() - Method in class edu.unh.sdb.datasource.ARRSCellBlockIterator
-
Get a leaf cell block
- getLeafList() - Method in class edu.unh.sdb.datasource.ARRSTree
-
Get the leaf cell block list
- getLeastSignificantAxis() - Method in class edu.unh.sdb.datasource.AxisOrdering
-
Returns the least significant axis for this axisOrdering.
- getLengthX() - Method in class edu.unh.sdb.datasource.Volume
-
- getLengthY() - Method in class edu.unh.sdb.datasource.Volume
-
- getLengthZ() - Method in class edu.unh.sdb.datasource.Volume
-
- getLevel() - Method in class edu.unh.sdb.lattice.MRLattice
-
- getLineNormal() - Method in class edu.unh.sdb.datasource.RayIterator
-
- getLocalIntersection() - Method in class edu.unh.sdb.datasource.RayCellIterator
-
- getLow() - Method in class edu.unh.sdb.common.RangedTypeBuilder
-
Returns the low value as a double
- getLower() - Method in class edu.unh.sdb.datasource.ISBounds
-
Return an IndexSpaceID representing the lower bounds.
- getLower(int) - Method in class edu.unh.sdb.datasource.ISBounds
-
Return an int representing the lower bound of the specified dimension.
- getLower() - Method in class edu.unh.sdb.datasource.Volume
-
- getLower() - Method in class edu.unh.sdb.lattice.GBounds
-
Return an Point representing the upper bounds.
- getLowerArray() - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a reference to the integer array
representing the upper bounds.
- getLowerArray(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Deprecated.
Use copyLowerArray( int [] )
- getLowerArray() - Method in class edu.unh.sdb.datasource.Volume
-
- getLowerArray(float[]) - Method in class edu.unh.sdb.lattice.GBounds
-
Copy the lower bound coordinates into the
array argument.
- getLowerBoundsArray() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a reference to an array containing
the lower bounds of this collection.
- getLowIndex() - Method in class edu.unh.sdb.datasource.IndexBlock
-
Get the low index
- getLowValue() - Method in class edu.unh.sdb.common.RangedType
-
- getMap(int) - Method in class edu.unh.sdb.datasource.SparseDataSource
-
getMap - get the sparse block id for the specified original block
- getMapper() - Method in class edu.unh.sdb.datasource.VRIndexable
-
Get the mapper
- getMaxAttributeByteSize() - Method in class edu.unh.sdb.common.RecordDescriptor
-
Returns the size in bytes of the largest attribute.
- getMaxBufferSize() - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
get the maximum length, in bytes, of the buffer used directly
with file I/O operations.
- getMaxCpnID() - Method in class edu.unh.sdb.common.FieldIDMapper
-
Returns the maximum field number of this.componentFields.
- getMaxCpsID() - Method in class edu.unh.sdb.common.FieldIDMapper
-
Returns the maximum field number of this.compositeFields.
- getMaxDiagonal() - Method in class edu.unh.sdb.datasource.Volume
-
- getMaxMemoryBlockCount() - Method in class edu.unh.sdb.datasource.DynamicChunking
-
- getMaxProjectionAxis() - Method in class edu.unh.sdb.datasource.Slice
-
- getMemory() - Method in class edu.unh.sdb.datasource.DynamicChunking
-
- getMetadata(String) - Method in class edu.unh.sdb.common.MetadataCollection
-
Returns the Metadata object with the given name or null if it does not
exist.
- getMetadata() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
returns this objects Metadata object
- getMetadataCollection() - Method in class edu.unh.sdb.datasource.DataSource
-
Returns the MetadataCollection associated with this DataSource's FDLDescriptor.
- getMostSignificantAxis() - Method in class edu.unh.sdb.datasource.AxisOrdering
-
Returns the most significant axis for this axisOrdering.
- getName() - Method in class edu.unh.sdb.common.Metadata
-
returns the name of this Metadata object.
- getName() - Method in class edu.unh.sdb.common.Type
-
- getName() - Method in class edu.unh.sdb.common.TypeBuilder
-
Returns the name
- getName() - Method in class edu.unh.sdb.common.UserTypeBuilder
-
Returns the name
- getName() - Method in class edu.unh.sdb.common.WorkSpace
-
Returns the WorkSpace name as a String.
- getName() - Method in class edu.unh.sdb.datasource.AliasDataSource
-
- getName() - Method in class edu.unh.sdb.datasource.DataSource
-
Returns the name of this DataSource object.
- getName() - Method in class edu.unh.sdb.datasource.ForeignReferenceDataSource
-
- getName() - Method in class edu.unh.sdb.datasource.TimeSeries
-
return time series name
- getName() - Method in class edu.unh.sdb.lattice.Lattice
-
Return the lattice name.
- getName() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Returns the lattice name
- getNames() - Method in class edu.unh.sdb.common.MetadataCollection
-
Returns a Set containing all the keys (names) contained in this
collection.
- getNode(int) - Method in class edu.unh.sdb.datasource.ARRSTree
-
Find the node with id number
- getNodeList() - Method in class edu.unh.sdb.datasource.ARRSTree
-
Get all the nodes in the tree
- getNormal() - Method in class edu.unh.sdb.datasource.Plane
-
- getNormalArray() - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Return a copy of the normals array.
- getNormalArray() - Method in interface edu.unh.sdb.datasource.ObliquePlaneIteratorInterface
-
Return a copy of the normals array.
- getNormalArray() - Method in class edu.unh.sdb.datasource.Slice
-
Required for ObliquePlaneIteratorInterface
- getNthLeastSignificantAxis(int) - Method in class edu.unh.sdb.datasource.AxisOrdering
-
Returns the Nth least significant axis for this axisOrdering, counting
from zero.
- getNumAttributes() - Method in class edu.unh.sdb.common.Datum
-
Return the number of attributes in the datum.
- getNumAttributes() - Method in class edu.unh.sdb.common.RecordDescriptor
-
Return the number of Attributes in this collection.
- getNumAttributes() - Method in class edu.unh.sdb.datasource.DataCollection
-
return the number of attributes at each position of the index space.
- getNumAttributes() - Method in interface edu.unh.sdb.datasource.Indexable
-
- getNumAttributes() - Method in class edu.unh.sdb.lattice.Lattice
-
Return the number of attributes for this lattice.
- getNumBasicBlock() - Method in class edu.unh.sdb.datasource.CompositeBlock
-
return number of basicBlocks contained in this Compositeblock
- getNumberOfElements() - Method in class edu.unh.sdb.datasource.RayIterator
-
- getNumberOfFields() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Returns the number of fields in a record descriptor as an integer
- getNumBoxes(int) - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- getNumCells() - Method in class edu.unh.sdb.lattice.CellGroup
-
- getNumCells() - Method in class edu.unh.sdb.lattice.FileArrayCellGroup
-
- getNumCells() - Method in class edu.unh.sdb.lattice.FileSplitterCellGroup
-
- getNumCells() - Method in class edu.unh.sdb.lattice.InCoreArrayCellGroup
-
- getNumCells() - Method in class edu.unh.sdb.lattice.WriteableInCoreArrayCellGroup
-
- getNumCells() - Method in class edu.unh.sdb.lattice.WriteableInCoreArrayCellGroupGrid
-
- getNumChildren() - Method in class edu.unh.sdb.datasource.ARRSInternalNode
-
get number of children
- getNumDSatLevel(int) - Method in class edu.unh.sdb.datasource.MRDataSource
-
int getNumDSatLevel( int )
- getNumLevels() - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- getNumOfNodes() - Method in class edu.unh.sdb.datasource.ARRSTree
-
Get the number of all the nodes in the tree
- getNumResolutionLevels() - Method in class edu.unh.sdb.datasource.MRDataSource
-
int getNumResolutionLevels()
- getNumSteps() - Method in class edu.unh.sdb.datasource.TimeSeries
-
return number of steps in time series
- getNumStorageTypes() - Static method in class edu.unh.sdb.common.StorageType
-
Return the number of distinct StorageTypes.
- getNumUsedTypes() - Method in class edu.unh.sdb.common.RecordDescriptor
-
Return the number of distinct storage types defined by this RecordDescriptor.
- getNumValidBoxes(int, ISBounds) - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- getNumVertices() - Method in class edu.unh.sdb.lattice.Cell
-
- getOffsetBounds(ISBounds, long) - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
Sets the argument ISBounds to the bounds corresponding to the partition
offset.
- getOffsetID(long) - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
Returns a new ISID corresponding to the 1D partition offset.
- getOffsetID(IndexSpaceID, long) - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
Sets the argument ISID to the value corresponding to the 1D partition offset.
- getOffsetISID() - Method in class edu.unh.sdb.datasource.RegularPartitionISID
-
return the ISID of the location relative to the partition it is in.
- getOrdering() - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
Deprecated.
- getOrdering() - Method in class edu.unh.sdb.datasource.ISIterator
-
Deprecated.
- getOriginalBeginPoint() - Method in class edu.unh.sdb.datasource.RayIterator
-
- getOriginalEndPoint() - Method in class edu.unh.sdb.datasource.RayIterator
-
- getOverlapBlockManager() - Method in class edu.unh.sdb.datasource.OverlapBlockedDataSource
-
Return the OverlapBlockManager, from which you can get information
for each Component.
- getPart(IndexSpaceID) - Method in class edu.unh.sdb.datasource.SparseDataSource
-
returns an array of ISBounds representing the pieces of the input bounds
that have data in this sparse data source.
- getPartitionBoundary(IndexSpaceID, int, boolean) - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
If upper is true, return the upper value of the specified axis
of the partition specified by the partition id, otherwise, return the lower value.
- getPartitionBounds(ISBounds) - Method in class edu.unh.sdb.datasource.RegularPartitionISID
-
Change the parameter to describe the bounds in space coordinates
of the partition containing this position.
- getPartitionBounds() - Method in class edu.unh.sdb.datasource.RegularPartitionISID
-
Return the bounds in space coordinates of the partition containing
this position.
- getPartitionDimensions() - Method in class edu.unh.sdb.datasource.DSPartitionedStencil
-
Returns the dimensions of an element as an IndexSpaceID.
- getPartitionDimensionsArray() - Method in class edu.unh.sdb.datasource.DSPartitionedStencil
-
Returns the dimensions of an element as an int array.
- getPartitionID() - Method in class edu.unh.sdb.lattice.CellID
-
- getPartitionIndex(IndexSpaceID) - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
return the partition index (1D order position of the partitions).
- getPartitionIndex() - Method in class edu.unh.sdb.datasource.RegularPartitionISID
-
return integer (long) index of the partition, which is the 1D location of
this partition in the partitioning space (not the data space).
- getPartitioning() - Method in class edu.unh.sdb.datasource.MultiBlockCacheDataSource
-
Return a partitioning corresponding to the manner in which the iteration
space is divided into cache block regions by the cache.
- getPartitioning() - Method in class edu.unh.sdb.lattice.Geometry
-
- getPartitioningBounds() - Method in class edu.unh.sdb.datasource.ISPartitioning
-
- getPartitioningDimensions() - Method in class edu.unh.sdb.datasource.DSPartitionedStencil
-
Return an array of integers indicating the dimensions of the
partitioning.
- getPartitioningDimensions(int[]) - Method in class edu.unh.sdb.datasource.ISPartitioning
-
Return the dimensions of the partitioning and fill in those dimensions
in the passed argument.
- getPartitioningShape() - Method in class edu.unh.sdb.datasource.ISPartitioning
-
Return the dimensions of the partitioning
- getPartitioningShape(int[]) - Method in class edu.unh.sdb.datasource.ISPartitioning
-
Return the dimensions of the partitioning and fill in those dimensions
in the passed argument.
- getPartitionIterator(ISBounds) - Method in class edu.unh.sdb.datasource.ISPartitioning
-
Create and return an iterator over the partitions that cover the
data space bounds defined by the parameter.
- getPartitionIterator() - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
- getPartitionIterator(ISBounds) - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
- getPartitionIterator(ISBounds, ISBoundsIterator) - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
- getPartitionIterator() - Method in class edu.unh.sdb.lattice.Partitioning
-
- getPartitionIterator() - Method in class edu.unh.sdb.lattice.RegularCellPartitioning
-
- getPartitionIterator() - Method in class edu.unh.sdb.lattice.RegularPartitioning
-
- getPartitionIterator(GBounds, GBoundsIterator) - Method in class edu.unh.sdb.lattice.RegularPartitioning
-
- getPartitionListBytes(byte[]) - Method in class edu.unh.sdb.datasource.DSPartitionedStencil
-
Fill the given array with a representation of the partition list.
- getPartitionListBytesLength() - Method in class edu.unh.sdb.datasource.DSPartitionedStencil
-
Return the number of bytes used by the last call to
getPartitionListBytes().
- getPartitionSpaceBounds() - Method in class edu.unh.sdb.datasource.ChunkedDataSource
-
return the ISBounds of this chunkedDataSource in partitioned Space
- getParts(ISBounds) - Method in class edu.unh.sdb.datasource.SparseDataSource
-
returns an array of ISBounds representing the pieces of the input bounds
that have data in this sparse data source.
- getPath() - Method in class edu.unh.sdb.datasource.ARRSCellID
-
Get the path of a cell in a ARRS tree
- getPath() - Method in class edu.unh.sdb.datasource.ARRSNode
-
get the path of the current node
- getPath() - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
Get the path of an uniform region cell datasource in a ARRS tree
- getPath() - Method in class edu.unh.sdb.datasource.URCellBlock
-
Get the path of an uniform region cell block in a ARRS tree
- getPitch() - Method in class edu.unh.sdb.common.EulerAngles
-
- getPlane() - Method in class edu.unh.sdb.datasource.Slice
-
- getPlane3DVertices(IndexSpaceID[]) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- getPlaneShapeArray() - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Return an array indicating the 2D shape of the iteration plane.
- getPlaneShapeArray() - Method in interface edu.unh.sdb.datasource.ObliquePlaneIteratorInterface
-
Returns the dimensions of the projection of the iteration
parallelogram to the orthogonal plane that contains the maximum
projection area
- getPlaneShapeArray() - Method in class edu.unh.sdb.datasource.Slice
-
- getPlaneVolume() - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Return the volume of the iteration plane.
- getPointData() - Method in class edu.unh.sdb.datasource.ARRSCopyDataBlock
-
getPointPDS
- getPointDataBlock() - Method in class edu.unh.sdb.datasource.URCellBlock
-
Get the data source
- getPointDS() - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Get the point datasource
- getPointDS() - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Get the point datasource
- getPointDS() - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
Get the point data source relative to a cell data souce
- getPointInfoFDLFileName() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Returns the pointInfoFDLFileName
- getPosition() - Method in class edu.unh.sdb.datasource.CellID
-
Get the position of a cell in a cell space
- getPosition(IndexSpaceID) - Method in class edu.unh.sdb.datasource.CellID
-
Set the position of a cell in a cell space
- getProbDomain(int) - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- getProjectedNormalArray() - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Return a projection of the normals array onto the projection Axis.
- getProjectionAxis() - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Return the axis along which the iterator will project the plane.
- getProperty(String) - Method in class edu.unh.sdb.common.Metadata
-
Returns the property value associated with the key.
- getPublicDS(String) - Method in class edu.unh.sdb.datasource.XDDLReader
-
- getRatioX() - Method in class edu.unh.sdb.datasource.TransferFunction.Block
-
- getRatioY() - Method in class edu.unh.sdb.datasource.TransferFunction.Block
-
- getRatioZ() - Method in class edu.unh.sdb.datasource.TransferFunction.Block
-
- getReadCounter() - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
- getReadLength() - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
- getRecordDescriptor() - Method in class edu.unh.sdb.common.MixedDatum
-
Return the RecordDescriptor associated with MixedDatum.
- getRecordDescriptor() - Method in class edu.unh.sdb.datasource.BlockManager
-
Return the RecordDescriptor of this BlockManager
- getRecordDescriptor() - Method in class edu.unh.sdb.datasource.ComponentInfo
-
return the current recordDescriptor for this componentInfo
- getRecordDescriptor() - Method in class edu.unh.sdb.datasource.DataBlockCollection
-
- getRecordDescriptor() - Method in class edu.unh.sdb.datasource.DataCollection
-
Returns a copy of the RecordDescriptor
- getRecordDescriptor() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
generate a record descriptor using the fieldNames and fieldTypes vectors
if there are no field names/types, then an empty RecordDescriptor will be returned
- getRecordDescriptor() - Method in interface edu.unh.sdb.datasource.Indexable
-
- getRecordDescriptor() - Method in class edu.unh.sdb.lattice.Lattice
-
Return a RecordDescriptor for datums returned by this lattice.
- getRecordDescriptor() - Method in class edu.unh.sdb.lattice.RectilinearTopology
-
Return a RecordDescriptor for datums returned by this topology.
- getRecordDescriptor() - Method in class edu.unh.sdb.lattice.Topology
-
Return a RecordDescriptor for datums returned by this topology.
- getRecordDescriptor() - Method in class edu.unh.sdb.lattice.UnstructuredTopology
-
Return a RecordDescriptor for datums returned by this topology.
- getRecordSize() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Returns the Record Size as an integer(not used)
- getRefRatio(int) - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- getRegionData() - Method in class edu.unh.sdb.datasource.ARRSLeafNode
-
Get the uniform region cell data
- getRootDirectory() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Return the directory that is considered to the 'root' directory for searching
for the data file.
- getRotation() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getShort(int) - Method in class edu.unh.sdb.common.ByteDatum
-
Return the field specified by the argument as a short.
- getShort(int) - Method in class edu.unh.sdb.common.ByteValues
-
return the short value represent the byte value of the given index
- getShort(int) - Method in class edu.unh.sdb.common.Datum
-
Return the field specified by the argument as a short.
- getShort(int) - Method in class edu.unh.sdb.common.DoubleDatum
-
Return the field specified by the argument as a short.
- getShort(int) - Method in class edu.unh.sdb.common.DoubleValues
-
return the short value of the double at given index of the double array
- getShort(int) - Method in class edu.unh.sdb.common.FloatDatum
-
Return the field specified by the argument as a short.
- getShort(int) - Method in class edu.unh.sdb.common.FloatValues
-
return the short value of the float at the given index of the float array
- getShort(int) - Method in class edu.unh.sdb.common.IntDatum
-
Return the field specified by the argument as a short.
- getShort(int) - Method in class edu.unh.sdb.common.IntValues
-
return the short value of the int at the given index of the int array
- getShort(int) - Method in class edu.unh.sdb.common.MixedDatum
-
Return the field specified by the argument as a short.
- getShort(int) - Method in class edu.unh.sdb.common.MixedValues
-
return the short value represented by 2 adjacent bytes, starting with the byte of
the given index.
- getShort(int) - Method in class edu.unh.sdb.common.ShortDatum
-
Return the field specified by the argument as a short.
- getShort(int) - Method in class edu.unh.sdb.common.ShortValues
-
return the short value at the given index of the array
- getShort(int) - Method in class edu.unh.sdb.common.Values
-
- getShort(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.BasicBlock
-
get the field value at the ISID position as a short.
- getShort(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
get the field value at the ISID position as a short.
- getShort(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return the field specified by the arguments as a short.
- getShortAttribute(IndexSpaceID, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
get the short attribute for a given IndexSpaceID and attributeID
- getShortAttributes(short[], RecordSpec, boolean) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
User passes in a pre-allocated short array, attributes specified by
recordSpec are copied from the BasicBlock to the dstArray.
- getShorts() - Method in class edu.unh.sdb.common.ByteValues
-
Return a short array representing all elements in the Values object
- getShorts(short[]) - Method in class edu.unh.sdb.common.ByteValues
-
fill the passed array with this data
- getShorts() - Method in class edu.unh.sdb.common.Datum
-
Return all attributes of the Datum as a 1-d short array
- getShorts(short[]) - Method in class edu.unh.sdb.common.Datum
-
Return all attributes of the Datum in the passed array.
- getShorts() - Method in class edu.unh.sdb.common.DoubleValues
-
Return a short array representing all elements in the Values object
- getShorts(short[]) - Method in class edu.unh.sdb.common.DoubleValues
-
fill the passed array with this data
- getShorts() - Method in class edu.unh.sdb.common.FloatValues
-
Return a short array representing all elements in the Values object
- getShorts(short[]) - Method in class edu.unh.sdb.common.FloatValues
-
fill the passed array with this data
- getShorts() - Method in class edu.unh.sdb.common.IntValues
-
Return a short array representing all elements in the Values object
- getShorts(short[]) - Method in class edu.unh.sdb.common.IntValues
-
fill the passed array with this data
- getShorts() - Method in class edu.unh.sdb.common.MixedValues
-
Return a short array representing all elements in the Values object
- getShorts(short[]) - Method in class edu.unh.sdb.common.MixedValues
-
fill the passed array with this data
- getShorts() - Method in class edu.unh.sdb.common.ShortDatum
-
Return all attributes of the Datum as a 1-d short array
- getShorts() - Method in class edu.unh.sdb.common.ShortValues
-
return a reference to the array this ShortValues object is representing
- getShorts(short[]) - Method in class edu.unh.sdb.common.ShortValues
-
fill the passed array with this data
- getShorts(int, int, int) - Method in class edu.unh.sdb.common.ShortValues
-
Return short array representing a subset of elements in the Values object
Copying starts at the index specified by the start argument,
the 2nd item copied will be at index start + stride where stride is the
second argument; the 3rd is at start + 2*stride and so forth until
the specified number of values have been copied (3rd argument).
- getShorts() - Method in class edu.unh.sdb.common.Values
-
Return a short array representing all elements in the Values object
- getShorts(short[]) - Method in class edu.unh.sdb.common.Values
-
Fill short array representing all elements in the Values object
If the passed array is not the right size, an warning is issued and
a correct size array is allocated and returned.
- getShorts(int, int) - Method in class edu.unh.sdb.common.Values
-
Return short array representing a subset of elements in the Values object
Copying starts at the index specified by the start argument,
the 2nd item copied will be at index start + stride where stride is the
second argument; the 3rd is at start + 2*stride and so forth until we
get to the end of the array.
- getShorts(int, int, short[]) - Method in class edu.unh.sdb.common.Values
-
Reference version of getShorts( start, stride )
The passed array is returned for convenience, but if it is not the right
size, a new array is allocated and returned.
- getShorts(int, int, int) - Method in class edu.unh.sdb.common.Values
-
Return short array representing a subset of elements in the Values object
Copying starts at the index specified by the start argument,
the 2nd item copied will be at index start + stride where stride is the
second argument; the 3rd is at start + 2*stride and so forth until
the specified number of values have been copied (3rd argument).
- getShorts(int, int, int, short[]) - Method in class edu.unh.sdb.common.Values
-
Reference version of getShorts( start, stride, num )
The passed array is returned for convenience, but if it is not the right
size, a new array is allocated and returned.
- getShorts(short[], RecordSpec, boolean) - Method in class edu.unh.sdb.datasource.BasicBlock
-
User passes in a pre-allocated short array, attributes specified by recordSpec are copied
from the BasicBlock to the dstArray.
- getShorts(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return all attributes of the Datum as a 1-d short array
- getShorts(IndexSpaceID, short[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Reference version of getShorts( isid )
The passed array is returned for convenience, but if it is
null or not the right length a new array is created and returned.
- getShorts(int) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d short array containing all values of the specified
attribute using the existing axis axisOrdering.
- getShorts(int, short[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill the passed 1-d short array with all values of the specified
attribute using the existing axis axisOrdering.
- getShorts() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d short array containing all values of all
attributes using the existing axis axisOrdering and data axisOrdering
(attribute vs.
- getShorts(short[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill a 1-d array containing all values of all attributes using the
existing axis axisOrdering and data axisOrdering (attribute vs.
- getShortsByAttribute() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d short array containing all values of all
attributes in attribute order using the existing axis axisOrdering.
- getShortsByAttribute(short[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill a 1-d array containing all values of all attributes using the
existing axis axisOrdering and data axisOrdering (attribute vs.
- getShortsByPoint() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a 1-d short array containing all values of all
attributes in point order using the existing axis axisOrdering.
- getShortsByPoint(short[]) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill a 1-d array containing all values of all attributes using the
existing axis axisOrdering and attribute data axisOrdering.
- getSibling(ArrayList) - Method in class edu.unh.sdb.datasource.ARRSNode
-
get the sibling of the current node
- getSibling(ARRSNode) - Method in class edu.unh.sdb.datasource.ARRSTree
-
Get the sibling of the specified node
- getSiblingID() - Method in class edu.unh.sdb.datasource.ARRSNode
-
get the the id of the sibling
- getSliceNormal() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getSocketRef(ServerSocket) - Static method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Method to provide a reference to the welcomeSocket on client.
- getSource() - Method in class edu.unh.sdb.datasource.CacheDataSource
-
Return a reference to the DataSource that backs this CacheDataSource.
- getSource() - Method in class edu.unh.sdb.datasource.VRIndexable
-
Get source
- getSourceIndexable() - Method in class edu.unh.sdb.datasource.VRIndexable
-
Return the DataSource on which this VRDS is built
- getSources() - Method in class edu.unh.sdb.common.FieldIDMapper
-
Returns the source identifier array
This is the same as getComponentFields(), but FieldIDMapper
need not be restricted to Component/Composite mapping
- getSpaceBounds() - Method in class edu.unh.sdb.datasource.DSStencil
-
added by Sridhar
- getSpaceBounds() - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
Returns an ISBounds representing the space being iterated over.
- getSpaceBounds() - Method in class edu.unh.sdb.datasource.ISIterator
-
Deprecated.
Use getBounds()
- getSpaceBounds() - Method in class edu.unh.sdb.datasource.ISPartitioning
-
Return the bounds of the data space underlying the partitioning
- getSpaceBounds() - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Returns an ISBounds representing the dimensions of the space being
iterated over.
- getSpaceBounds() - Method in interface edu.unh.sdb.datasource.ObliquePlaneIteratorInterface
-
Returns an ISBounds representing the dimensions of the space being
iterated over.
- getSpaceBounds() - Method in class edu.unh.sdb.datasource.Slice
-
- getSpaceDimensions() - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
Returns an ISBounds representing the shape, but not the position, of the
space being iterated over.
- getSpaceDimensionsArray() - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
Returns an array of ints representing the dimensions of the space being
iterated over.
- getSpaceShapeArray() - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Returns an array of ints representing the dimensions of the space being
iterated over.
- getSpaceShapeArray() - Method in interface edu.unh.sdb.datasource.ObliquePlaneIteratorInterface
-
Returns an array of ints representing the dimensions of the space being
iterated over.
- getSpaceShapeArray() - Method in class edu.unh.sdb.datasource.Slice
-
- getSparseBlockMap() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
returns this objects Sparse block mapper information
- getStart() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getStatistics() - Method in class edu.unh.sdb.datasource.DataSource
-
Generate a string indicating statistics for performance evaluation.
- getStatistics() - Method in class edu.unh.sdb.datasource.DynamicChunking
-
- getStencil() - Method in class edu.unh.sdb.datasource.DSPartitionedStencilIterator
-
Return a reference to the stencil.
- getStencilBlocks(DSBlockStencil) - Method in class edu.unh.sdb.datasource.ChomboRemoteClient
-
- getStencilBlocks(DSBlockStencil) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
this method will extract data from datasource on remote server using UDT or UDP logic.
- getStencilBlocks(DataBlockCollection) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
this method will extract data from datasource on remote server using UDT or UDP logic.
- getStencilBlocks(DSBlockStencil) - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
this method will extract data from datasource on remote server using UFTP logic.
- getStencilBlocks(DataBlockCollection) - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
this method will extract data from datasource on remote server using UFTP logic.
- getStep() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getStep() - Method in class edu.unh.sdb.datasource.RayIterator
-
- getStep() - Method in class edu.unh.sdb.datasource.SliceIterator
-
- getStep(int) - Method in class edu.unh.sdb.datasource.TimeSeries
-
Return an element in the series based on ordinal position
- getSteps() - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
Return an IndexSpaceID representing the iterator's steps.
- getSteps() - Method in class edu.unh.sdb.lattice.GBoundsGapIterator
-
Return an IndexSpaceID representing the iterator's steps.
- getStorageType() - Method in class edu.unh.sdb.common.AttributeDescriptor
-
Return the storage type of the attribute as an int constant.
- getStorageType(int) - Static method in class edu.unh.sdb.common.AttributeDescriptor
-
Extract and return the storage type encoded in the integer argument.
- getStorageType() - Method in class edu.unh.sdb.common.ByteDatum
-
Return the StorageType for this Datum
- getStorageType() - Method in class edu.unh.sdb.common.ByteValues
-
get StorageType
- getStorageType() - Method in class edu.unh.sdb.common.Datum
-
Return the StorageType for this Datum.
- getStorageType() - Method in class edu.unh.sdb.common.DoubleDatum
-
Return the StorageType for this Datum
- getStorageType() - Method in class edu.unh.sdb.common.DoubleValues
-
get StorageType
- getStorageType() - Method in class edu.unh.sdb.common.FloatDatum
-
Return the StorageType for this Datum
- getStorageType() - Method in class edu.unh.sdb.common.FloatValues
-
return the storageType of this FloatValues, The data type of the array used to store
the actual data
- getStorageType() - Method in class edu.unh.sdb.common.IntDatum
-
Return the StorageType for this Datum
- getStorageType() - Method in class edu.unh.sdb.common.IntValues
-
get storage Type
- getStorageType() - Method in class edu.unh.sdb.common.MixedDatum
-
Return the StorageType for this Datum
- getStorageType() - Method in class edu.unh.sdb.common.MixedValues
-
get StorageType
- getStorageType() - Method in class edu.unh.sdb.common.RangedType
-
- getStorageType(int) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Return the storage type of an attribute at the specified position.
- getStorageType() - Method in class edu.unh.sdb.common.RecordDescriptor
-
Return the underlying storage type for the entire record.
- getStorageType() - Method in class edu.unh.sdb.common.ShortDatum
-
Return the StorageType for this Datum
- getStorageType() - Method in class edu.unh.sdb.common.ShortValues
-
get the storage type
- getStorageType() - Method in class edu.unh.sdb.common.UserType
-
- getStorageType() - Method in class edu.unh.sdb.common.Values
-
- getStorageType() - Method in class edu.unh.sdb.datasource.DataBlockCollection
-
- getStorageType() - Method in class edu.unh.sdb.datasource.DataCollection
-
return the storage type for this collection
- getStorageType() - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
- getStorageTypeName() - Method in class edu.unh.sdb.common.UserTypeBuilder
-
Returns the name of the storage type.
- getStorageTypes() - Method in class edu.unh.sdb.common.RecordDescriptor
-
Return an array of storage types; there is one entry per attribute.
- getStorageTypeValue() - Method in class edu.unh.sdb.common.UserTypeBuilder
-
Returns the integer value from the TypeTable of the storage type.
- getSubBounds() - Method in class edu.unh.sdb.datasource.ARRSClippedCopyLeafNode
-
Get a subbounds
- getTBounds() - Method in class edu.unh.sdb.lattice.Lattice
-
Return the Bounds of the Topology.
- getTextureCoordinates() - Method in class edu.unh.sdb.datasource.Slice
-
- getTextureData() - Method in class edu.unh.sdb.datasource.Slice
-
- getTextureDimensions() - Method in class edu.unh.sdb.datasource.Slice
-
- getTime() - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- getTime(int) - Method in class edu.unh.sdb.datasource.TimeSeries
-
Return the real time for an element in the series based on ordinal position
- getTopologyGBounds() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
returns the Index Space Bounds from this builder or defaults to the topologyDS bounds
- getTopologyGeometryType() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
- getTopologyISBounds() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
returns the Index Space Bounds from this builder or defaults to the topologyDS bounds
- getTopologyType() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Returns the topology type as an integer
- getTransferFunction() - Method in class edu.unh.sdb.datasource.RayIterator
-
- getTriangleDS() - Method in class edu.unh.sdb.lattice.UnstructuredTopology
-
- getType() - Method in class edu.unh.sdb.datasource.TransferFunction
-
- getTypeCode(String) - Method in class edu.unh.sdb.common.TypeTable
-
Return the typecode corresponding to the type name.
- getTypeName() - Method in class edu.unh.sdb.common.AttributeDescriptor
-
Return the type name of this AttributeDescriptor as a String.
- getTypeName(int) - Method in class edu.unh.sdb.common.TypeTable
-
Return the type name corresponding to the typecode.
- getTypeName() - Method in class edu.unh.sdb.datasource.XTDLReader
-
Returns the Type name
- getTypes() - Method in class edu.unh.sdb.common.RecordDescriptorBuilder
-
Returns the type table.
- getTypes() - Method in class edu.unh.sdb.datasource.XTDLReader
-
returns the TypeTable collection class
- getTypeTable() - Method in class edu.unh.sdb.common.WorkSpace
-
Returns the TypeTable.
- getUpper(int) - Method in class edu.unh.sdb.datasource.ISBounds
-
Return an int representing the upper bound of the specified dimension.
- getUpper() - Method in class edu.unh.sdb.datasource.ISBounds
-
Return an IndexSpaceID representing the upper bounds.
- getUpper() - Method in class edu.unh.sdb.datasource.Volume
-
- getUpper() - Method in class edu.unh.sdb.lattice.GBounds
-
Return an Point representing the lower bounds.
- getUpperArray() - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a reference to the integer array
representing the upper bounds.
- getUpperArray(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Deprecated.
Use copyUpperArray( int [] )
- getUpperArray() - Method in class edu.unh.sdb.datasource.Volume
-
- getUpperArray(float[]) - Method in class edu.unh.sdb.lattice.GBounds
-
Copy the upper bound coordinates into the
array argument.
- getUpperBoundsArray() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a reference to an array containing
the upper bounds of this collection.
- getURL(String) - Method in class edu.unh.sdb.common.WorkSpace
-
Returns the URL of the primary database which the DataSource
specified by the name is saved
- getURL() - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
Return a copy of the URL for this datasource.
- getURL() - Method in class edu.unh.sdb.mdb.DBIF
-
- getUrlByDBName(String) - Method in class edu.unh.sdb.mdb.DBIF
-
- getUsedType(int) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Get the StorageType of the i-th distinct storage type in this RecordDescriptor.
- getUsedTypeCount(int) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Get the count of attributes of the i-th distinct storage type in this
RecordDescriptor.
- getUsedTypes() - Method in class edu.unh.sdb.common.RecordDescriptor
-
Get the an array of all StorageTypes used in this RecordDescriptor.
- getUserHome() - Method in class edu.unh.sdb.common.Configuration
-
- getUserTypeNumber() - Method in class edu.unh.sdb.common.AttributeDescriptor
-
Extract and return the user type number for this AttributeDescriptor.
- getUserTypeNumber(int) - Static method in class edu.unh.sdb.common.AttributeDescriptor
-
Extract and return the user type encoded in the integer argument.
- getValues() - Method in class edu.unh.sdb.common.ByteDatum
-
Return all attributes of the Datum as a Values object
- getValues() - Method in class edu.unh.sdb.common.Datum
-
Return all attributes of the Datum in a Values object
- getValues() - Method in class edu.unh.sdb.common.DoubleDatum
-
Return all attributes of the Datum as a Values object
- getValues() - Method in class edu.unh.sdb.common.FloatDatum
-
Return all attributes of the Datum as a Values object
- getValues() - Method in class edu.unh.sdb.common.IntDatum
-
Return all attributes of the Datum as a Values object
- getValues() - Method in class edu.unh.sdb.common.MixedDatum
-
Return all attributes of the Datum as a Values object
- getValues() - Method in class edu.unh.sdb.common.ShortDatum
-
Return all attributes in a Values object
- getValues() - Method in class edu.unh.sdb.datasource.BasicBlock
-
return the Values (data) store in this basicBlock
- getValues(int) - Method in class edu.unh.sdb.datasource.BasicBlock
-
return a Values array consisting of the data for the specified
attribute.
- getValues(int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
return a Values array consisting of the data for the specified attribute.
- getValues() - Method in class edu.unh.sdb.datasource.DataBlock
-
Returns a Values array which encapsulates a 1D array of the data
values in the block with one entry for every point in the block.
- getValues() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a Values array of all attributes in whatever type and order
they are stored internally (either attribute order or point order
for Granite-defined objects).
- getValues(int) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a Values array of the specified attribute in whatever type
it has internally.
- getValues() - Method in class edu.unh.sdb.datasource.DataSource
-
Return a Values array of all attributes in the entire DataSource in whatever
type and order they are stored internally (either attribute order or point order
for Granite-defined objects).
- getValues() - Method in class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
- getValues() - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
return the Values (data) stored in this basicBlock
- getValues() - Method in class edu.unh.sdb.datasource.RayCellIterator
-
Returns the Values of the current DataBlock.
- getValues() - Method in class edu.unh.sdb.datasource.SparseDataSource
-
Return a Values array of all attributes in whatever type and order
they are stored internally (either attribute order or point order
for Granite-defined objects).
- getValues() - Method in class edu.unh.sdb.datasource.VRIndexable
-
Return a Values array of all attributes in whatever type and order
they are stored internally (either attribute order or point order
for Granite-defined objects).
- getValuesByAttribute() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a Values array of all attributes in their internal type in
the attribute order.
- getValuesByPoint() - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a Values array of all attributes in their internal type in
the point order.
- getVertex(int, int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Fills the second argument with the coordinates of the specified
vertex.
- getVertex(int, IndexSpaceID) - Method in class edu.unh.sdb.datasource.ISBounds
-
Fills the second argument with the coordinates of the specified
vertex.
- getVertexCoords() - Method in class edu.unh.sdb.lattice.Cell
-
- getVertexFileIndicesName(int) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Returns the vertexIndicesName
- getVertexIndicesRecordSpec() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Returns the vertexIndicesRecordSpec for SplitUnstructuredTopology
- getVertices() - Method in class edu.unh.sdb.datasource.Cell
-
Get the corners of a cell
- getViewingDirection() - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- getVIndicesFDLFileName() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Returns the vIndicesFDLFileName
- getVolume() - Method in class edu.unh.sdb.datasource.Slice
-
- getWindowElement(int) - Method in class edu.unh.sdb.datasource.RandomBlockIterator
-
return the ISBounds of an indexed enumeration
window element
- getWorkSpace(URL) - Static method in class edu.unh.sdb.common.WorkSpaceManager
-
Return the WorkSpace with the given name.
- GIterator - Class in edu.unh.sdb.lattice
-
Child class of Point.
- GIterator(GBounds) - Constructor for class edu.unh.sdb.lattice.GIterator
-
Constructor taking an GBounds, which specifies the IndexSpace
- GIterator(GBounds, AxisOrdering) - Constructor for class edu.unh.sdb.lattice.GIterator
-
Constructor taking an GBounds, which specifies the Domain,
and the AxisOrdering which specifies the axis incrementation order
- GIterator(GBounds, float[]) - Constructor for class edu.unh.sdb.lattice.GIterator
-
Constructor taking an GBounds, which specifies the Domain
and the steps array allowing GIterator increment step other than 1
- GIterator(GBounds, AxisOrdering, float[]) - Constructor for class edu.unh.sdb.lattice.GIterator
-
Constructor taking an GBounds, AxisOrdering and steps array
- Globals - Class in edu.unh.sdb.common
-
The Globals class holds static data members that represent properties and
variables that are global to the SDB system.
- Globals() - Constructor for class edu.unh.sdb.common.Globals
-
- globalVal - Static variable in class edu.unh.sdb.datasource.GraniteRemoteClient
-
- globalVal - Static variable in class edu.unh.sdb.datasource.RemoteUDPClient
-
- globalVal - Static variable in class edu.unh.sdb.datasource.RemoteUDTClient
-
- gradient(DataBlock, IndexSpaceID, int) - Static method in class edu.unh.sdb.datasource.TransferFunction
-
- GraniteRemoteClient - Class in edu.unh.sdb.datasource
-
This class will read data from a remote datasource using UDT or UDP logic.
- GraniteRemoteClient(String, RecordDescriptor, ISBounds, AxisOrdering, String, String) - Constructor for class edu.unh.sdb.datasource.GraniteRemoteClient
-
GraniteRemoteClient class constructor.
- greaterThanOrEqual(IndexSpaceID) - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
A helper function that returns true if all the coordinates of this
id are greater than or equal to the corresponding coordinates of the parameter id.
- greaterThanOrEqual(Point) - Method in class edu.unh.sdb.lattice.Point
-
A helper function that returns true if all the coordinates of this
id are greater than or equal to the corresponding coordinates of the parameter id.
- groupGrid - Variable in class edu.unh.sdb.lattice.UnstructuredTopology
-
- groups - Variable in class edu.unh.sdb.lattice.CellGroupGrid
-
- scale(int) - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
Scale this IndexSpaceID's axis values by the given integer.
- scale(double) - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
Scale this IndexSpaceID's axis values by the given double.
- scratchID2D - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- scratchID3D - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- SDBError - Class in edu.unh.sdb.common
-
- SDBError(int, String) - Constructor for class edu.unh.sdb.common.SDBError
-
Constructor sets the error level for a particular error instance.
- SDBError(int, SDBException) - Constructor for class edu.unh.sdb.common.SDBError
-
Constructor sets the error level for a particular error instance.
- SDBException - Exception in edu.unh.sdb.common
-
This is the parent class for all exceptions specific to the
sdb project.
- SDBException(String) - Constructor for exception edu.unh.sdb.common.SDBException
-
Create an exception with an explanatory message.
- SDBIterator - Interface in edu.unh.sdb.common
-
The SDBIterator interface is a simple interface designed for
efficient implementation.
- searchBlock(IndexSpaceID) - Method in class edu.unh.sdb.datasource.BlockManager
-
- searchBlock(IndexSpaceID) - Method in class edu.unh.sdb.datasource.RegularGridBlockManager
-
- segmentPlaneIntersection(Vector3d, Vector3d, double, double, Vector3d, double) - Static method in class edu.unh.sdb.datasource.SliceUtil
-
Intersection between a ray segment and a plane
section 13.9 3D Math Primer for
Graphics and Game Development by Dunn&Parberry
- selectHyperslab(int, int, long[], long[], long[], long[]) - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- SendBounds(String) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
- SendControlCode(byte) - Static method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
Send the given byte to the master thread on the server.
- SendControlCode(byte) - Static method in class edu.unh.sdb.datasource.RemoteUDTClient
-
Send the given byte to the master thread on the server.
- SendFileName(String) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
- SendPartitionListLengthInfo(String) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
- SendStencilInfo(String) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
- Seqnum_Decoder(byte[]) - Static method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Finds the integer value of 32 bit binary string.
- Server - Interface in edu.unh.sdb.datasource
-
- server_subblock(byte[], ISBounds, int) - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- server_subblock(byte[], ISBounds, int) - Method in class edu.unh.sdb.datasource.PointOrderBFDS
-
- serverAlarmPort - Static variable in class edu.unh.sdb.common.Globals
-
- serverAlarmPort - Static variable in class edu.unh.sdb.datasource.RemoteUDPClient
-
- serverAlarmPort - Static variable in class edu.unh.sdb.datasource.RemoteUDTClient
-
- serverControlPort - Static variable in class edu.unh.sdb.common.Globals
-
- serverControlPort - Static variable in class edu.unh.sdb.datasource.RemoteUDPClient
-
- serverControlPort - Static variable in class edu.unh.sdb.datasource.RemoteUDTClient
-
- serverDataPort - Static variable in class edu.unh.sdb.common.Globals
-
- serverDataPort - Static variable in class edu.unh.sdb.datasource.RemoteUDPClient
-
- serverDataPort - Static variable in class edu.unh.sdb.datasource.RemoteUDTClient
-
- ServerToClientAlarm() - Static method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Server to Client Alarm Information reader.
- ServerToClientControlInfo() - Static method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Server to Client Control Information regarding
file size & packet size.
- ServerToClientControlInfo() - Static method in class edu.unh.sdb.datasource.RemoteUDTClient
-
Server to Client Control Information regarding
file size & packet size.
- set(EulerAngles.Angle, double) - Method in class edu.unh.sdb.common.EulerAngles
-
- set(int[], float) - Method in class edu.unh.sdb.common.FloatDataArray
-
- set(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DSArrayStencil
-
Set the stencil element containing the id to "active".
- set(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Set the stencil element containing the id to "active".
- set(IndexSpaceID, DataBlock) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Set the stencil element containing the id to "active", associating the
given DataBlock with that element.
- set(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DSListStencil
-
Set the stencil element containing the id to "active".
- set(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DSStencil
-
Set the stencil element containing the id to "active".
- set(ISBounds) - Method in class edu.unh.sdb.datasource.ISBounds
-
Copy the upper and lower bounds of the argument ISBounds into this object.
- set(int, double) - Method in class edu.unh.sdb.datasource.Plane
-
- set(Tuple3d, int, double) - Static method in class edu.unh.sdb.datasource.SliceUtil
-
- setAll(ISBounds, IndexSpaceID, int[]) - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
- setAnchor(IndexSpaceID) - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
Change the anchor position that this object uses to partition the
iteration with.
- setAndMove(ISBounds, int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Set the bounds of this object so it is the same shape as the ISBounds
argument, but translated to the location represented by the array argument.
- setAndMoveTo(ISBounds, int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Set the bounds of this object so it is the same shape as the ISBounds
argument, but translated to the location represented by the array argument.
- setApproximatorType(int) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Sets the approximator type for this Lattice
- setARRSTree(ARRSTree) - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Set an ARRS tree
- setARRSTree(ARRSTree) - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Set an ARRS tree
- setAttributeName(int, String) - Method in class edu.unh.sdb.datasource.ComponentInfo
-
rename an attribute at position given by index
- setAttributeOrderRod(ByteBuffer, int, int, int, int, int, int) - Method in class edu.unh.sdb.datasource.BasicBlock
-
given a rod of data of one attribute, copy the spedified attribute into the corresponding location in the BasicBlock , used for attribute order binaryFiledataSoure
- setAttributeOrderRod(ByteBuffer, int, int, int, int, int, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
set a rod of data in the corresponding location of this datablock, assume
the rod contains only one attribute, works for attributeOrder
- setAttributes(AttributeDescriptor[]) - Method in class edu.unh.sdb.common.RecordDescriptorBuilder
-
Sets the attributes to cloned objects passed in the argument
- setAxisOrdering(AxisOrdering) - Method in class edu.unh.sdb.datasource.BinaryFileDataSource
-
Set a new the AxisOrdering for this datasource.
- setAxisOrdering(AxisOrdering) - Method in class edu.unh.sdb.datasource.DataCollection
-
Set a new the AxisOrdering for this datasource.
- setAxisOrdering(AxisOrdering) - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Sets the axisOrdering
- setAxisOrdering(AxisOrdering) - Method in class edu.unh.sdb.datasource.XFDLReader
-
Sets the Axis Ordering object
- setBacktoFront(boolean) - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- setBank(double) - Method in class edu.unh.sdb.common.EulerAngles
-
- setBaseBounds(ISBounds) - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Set the base bounds
- setBaseBounds(ISBounds) - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Set the base bounds
- setBaseBounds(ISBounds) - Method in class edu.unh.sdb.datasource.ARRSNode
-
Set the base bound value
- setBaseBounds(ISBounds) - Method in class edu.unh.sdb.datasource.RectilinearCell
-
Set the base bounds of a cell
- setBasePosition(IntegerIndexSpaceID) - Method in class edu.unh.sdb.datasource.DimResolution
-
Set the position in the base space
- setBaseShape(IntegerIndexSpaceID) - Method in class edu.unh.sdb.datasource.DimResolution
-
Set the size in the base space
- setBasicBlockBounds(String) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
Method to tell server the bounds for basic block construction.
- setBasicBlockBounds(String) - Static method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Method to tell server the bounds for basic block construction.
- setBasicBlockBounds(String) - Static method in class edu.unh.sdb.datasource.RemoteUDTClient
-
Method to tell server the bounds for basic block construction.
- setBlockAccessedCallback(DynamicChunking.BlockAccessCallback) - Method in class edu.unh.sdb.datasource.DynamicChunking
-
Sets up a callback function that is called each time a block is accessed.
- setBlockBounds(ISBounds) - Method in class edu.unh.sdb.datasource.SparseDataSource
-
set/reset the size of the blocks; only do this if the physical file
changes correspondingly -- not a public method.
- setBlockDimensions(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DynamicChunking
-
- setBlockDimensions(IndexSpaceID) - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
- setBlockSize(IndexSpaceID) - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- setBlockSizeAdaptiveOptimization(ISBounds, String) - Method in class edu.unh.sdb.datasource.DynamicChunking
-
- setBlockSizeSliceOptimization(EulerAngles, ISBounds) - Method in class edu.unh.sdb.datasource.DynamicChunking
-
Uses the maximum block size given the amount of available memory.
- setBounds(ISBounds) - Method in class edu.unh.sdb.datasource.BDISBoundsIterator
-
Change the bounds of the space that this object iterates over.
- setBounds(ISBounds) - Method in class edu.unh.sdb.datasource.DataCollection
-
Sets the bounds of the Index Space for this DataSource.
- setBounds(ISBounds) - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Sets the Index Space bounds
- setBounds(ISBounds) - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
Change the bounds of the space that this object iterates over.
- setBounds(ISBounds) - Method in class edu.unh.sdb.datasource.ISIterator
-
Change the IndexSpace to which this ISIterator is bound
- setBounds(ISBounds) - Method in class edu.unh.sdb.datasource.XDDLReader
-
Sets the bounds of the Index Space for this datasource.
- setBounds(GBounds) - Method in class edu.unh.sdb.lattice.GIterator
-
Change the IndexSpace to which this GIterator is bound
- setBoundsAndShape(ISBounds, int[]) - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
- setBufferByteOrder(ByteBuffer) - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
set the byte order for the given buffer
- setByAttribute(Values) - Method in class edu.unh.sdb.datasource.DataBlock
-
- setByte(int, byte) - Method in class edu.unh.sdb.common.ByteDatum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setByte(int, byte) - Method in class edu.unh.sdb.common.ByteValues
-
Set the specified entry to the specified value after conversion, if needed.
- setByte(int, byte) - Method in class edu.unh.sdb.common.Datum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setByte(int, byte) - Method in class edu.unh.sdb.common.DoubleDatum
-
Set the attribute indicated by the first argument to the value of the
second argument.
- setByte(int, byte) - Method in class edu.unh.sdb.common.DoubleValues
-
Set the specified entry to the specified value after conversion, if needed.
- setByte(int, byte) - Method in class edu.unh.sdb.common.FloatDatum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setByte(int, byte) - Method in class edu.unh.sdb.common.FloatValues
-
Set the specified entry to the specified value after conversion, if needed.
- setByte(int, byte) - Method in class edu.unh.sdb.common.IntDatum
-
Set the attribute indicated by the first argument to the value of the
second argument.
- setByte(int, byte) - Method in class edu.unh.sdb.common.IntValues
-
Set the specified entry to the specified value after conversion, if needed.
- setByte(int, byte) - Method in class edu.unh.sdb.common.MixedDatum
-
Set the attribute indicated by the first argument to the value of the
second argument.
- setByte(int, byte) - Method in class edu.unh.sdb.common.MixedValues
-
Set the specified entry to the specified value after conversion, if needed.
- setByte(int, byte) - Method in class edu.unh.sdb.common.ShortDatum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setByte(int, byte) - Method in class edu.unh.sdb.common.ShortValues
-
Set the specified entry to the specified value after conversion, if needed.
- setByte(int, byte) - Method in class edu.unh.sdb.common.Values
-
- setByte(IndexSpaceID, int, byte) - Method in class edu.unh.sdb.datasource.DataBlock
-
For the position of the 1st argument, set the attribute specified by the
2nd argument to the value of the 3rd argument.
- setByteOrder(ByteOrder) - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Tell the FDLDescriptor the byte order for the file.
- setByteOrder(ByteOrder) - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
set the byteOrder of this binary file.
- setBytes(byte[], int, int) - Method in class edu.unh.sdb.common.ByteDatum
-
Assigns values to an existing datum by copying a subset of values from an array.
- setBytes(byte[]) - Method in class edu.unh.sdb.common.Datum
-
Copy the values in the argument array to this datum.
- setBytes(byte[], int) - Method in class edu.unh.sdb.common.Datum
-
Copy the values in the argument array to this datum.
- setBytes(byte[], int, int) - Method in class edu.unh.sdb.common.Datum
-
Assigns values to an existing datum by copying a subset of values from an array.
- setBytes(byte[]) - Method in class edu.unh.sdb.common.MixedDatum
-
- setBytes(int, byte[]) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Assign attribute values for all points in the block
- setBytes(int, byte[]) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Assign attribute values for all points in the block
- setBytes(IndexSpaceID, byte[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all attributes of the Datum at the specified isid to the values
in passed array.
- setBytes(int, byte[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set the specified attribute of the Datum at all points to the values
in passed attribute array.
- setBytesByAttribute(byte[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all the attributes of all points in the block.
- setBytesByPoint(byte[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all the attributes of all points in the block.
- setCacheSize(int) - Method in class edu.unh.sdb.datasource.SparseDataSource
-
Define the number of partitions to be kept in the cache memory.
- setCellBlockShape(IntegerIndexSpaceID) - Method in class edu.unh.sdb.datasource.DimResolution
-
Set the size in the cell space
- setCellData(Datum[]) - Method in class edu.unh.sdb.datasource.Cell
-
Set the data of a cell
- setCellDim(int) - Method in class edu.unh.sdb.datasource.Cell
-
Set the dimension of a cell
- setCellID(CellID) - Method in class edu.unh.sdb.datasource.Cell
-
Set the cell id of a cell
- setCellIndexable(CellIndexable) - Method in class edu.unh.sdb.datasource.ARRSNode
-
Set an ARR cell source
- setCellVertices(Point[]) - Method in class edu.unh.sdb.datasource.Cell
-
Set the vertice values of a cell
- setChomboDesiredAttribute(int) - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
For Chombo files, we currently support reading only a single
attribute.
- setChunkDimensions(IndexSpaceID) - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
- setComponent(int) - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- setComponentAxes(Integer, Integer) - Method in class edu.unh.sdb.datasource.DataSourceBuilder
-
adds an upper and lower axes to an individual component bounds
specification
- setComponentFieldPair(String, Integer, String) - Method in class edu.unh.sdb.datasource.DataSourceBuilder
-
store fieldname/position pairs for the component attributes
- setComponentFieldPair(String, Integer) - Method in class edu.unh.sdb.datasource.DataSourceBuilder
-
Store fieldname/position pairs for the component attributes.
- setCompositeBounds(ISBounds) - Method in class edu.unh.sdb.datasource.DataSourceBuilder
-
Sets the bounds of the Index Space for the pending datasource
- setCoord(int, int) - Method in class edu.unh.sdb.common.SpaceID
-
Set the specified axis to the specified value.
- setCoord(int, float) - Method in class edu.unh.sdb.common.SpaceID
-
Set the specified axis to the specified value.
- setCoord(int, int) - Method in class edu.unh.sdb.datasource.IntegerIndexSpaceID
-
Set the specified axis to the specified value.
- setCoord(int, int) - Method in class edu.unh.sdb.datasource.ISIterator
-
Set the specified axis to the specified value.
- setCoord(int, int) - Method in class edu.unh.sdb.datasource.PackedIndexSpaceID
-
Set the specified axis to the specified value.
- setCoord(int, float) - Method in class edu.unh.sdb.lattice.GIterator
-
Set the specified axis to the specified value.
- setCoord(int, float) - Method in class edu.unh.sdb.lattice.Point
-
Set the specified axis to the specified value.
- setCoord(int, int) - Method in class edu.unh.sdb.lattice.Point
-
Set the specified axis to the specified value.
- setCoordinateFDLFileName(String) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Sets the FDL File name for SplitUnstructuredTopology
- setCoordinateRecordSpec(RecordSpec) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Sets the coordinateRecordSpec for SplitUnstructuredTopology
- setCoords(float[], int, int) - Method in class edu.unh.sdb.lattice.Point
-
Assign new coordinate values to an existing Point of the same dimensionality.
- setCurrentDS(int) - Method in class edu.unh.sdb.datasource.MRDataSource
-
int setCurrentDS( int newLevel )
Set resolution level to the DS 0 on the specified level; don't open
the datasource.
- setCurrentDS(int, int) - Method in class edu.unh.sdb.datasource.MRDataSource
-
int setCurrentDS( int newLevel, int index )
Set resolution level to specified level and DS, but don't open the datasource
If the desired level or index does not exist, no change is made.
- setCurrentFDLDescriptor(FDLDescriptor) - Method in class edu.unh.sdb.datasource.DataSourceBuilder
-
Sets the current File Descriptor Language object
- setCurrentWorkSpace(String) - Static method in class edu.unh.sdb.common.WorkSpaceManager
-
Set the current WorkSpace to the WorkSpace with the given name.
- setCurrentWorkSpace(WorkSpace) - Static method in class edu.unh.sdb.common.WorkSpaceManager
-
Set the current WorkSpace to the given WorkSpace.
- setData(int, byte) - Method in class edu.unh.sdb.common.ByteValues
-
set the data at given index
- setData(int, double) - Method in class edu.unh.sdb.common.DoubleValues
-
set the data at given index
- setData(int, float) - Method in class edu.unh.sdb.common.FloatValues
-
set the data at given index NEW NEW NEW
- setData(int, int) - Method in class edu.unh.sdb.common.IntValues
-
set the data at given index
- setData(int, short) - Method in class edu.unh.sdb.common.ShortValues
-
set the data at given index
- setData(byte[]) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Populate the active elements (Datablocks) of this stencil with the
data found in the given array.
- setData(DataBlock) - Method in class edu.unh.sdb.datasource.TransferFunction.Block
-
- setData(Datum[]) - Method in class edu.unh.sdb.lattice.Cell
-
- setDataBlock(DataBlock) - Method in class edu.unh.sdb.datasource.DataBlockProxy
-
setDataBlock( DataBlock blk )
- setDataFileType(String) - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Sets the DataFile Type as a String
- setDataFileURL(String) - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Sets the URL of the XML input file
- setDataRecordSpec(RecordSpec) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Sets the dataRecordSpec for SplitUnstructuredTopology
- setDataSource(String, String) - Method in class edu.unh.sdb.datasource.DataSourceServer
-
reset and allocate i/o buffer
- setDataSource(DataSource) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Set the datasource being iterated over.
- setDataSource(DataSource) - Method in interface edu.unh.sdb.datasource.ObliquePlaneIteratorInterface
-
- setDataSource(DataSource) - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- setDataSource(String, String) - Method in interface edu.unh.sdb.datasource.Server
-
- setDataSource(DataSource) - Method in class edu.unh.sdb.datasource.Slice
-
Sets the data source where the volume is stored.
- setDatum(IndexSpaceID, Datum) - Method in class edu.unh.sdb.datasource.ARBlock
-
Set the location specified by the IndexSpaceID to the given datum.
- setDatum(IndexSpaceID, Datum) - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Set the location specified by the IndexSpaceID to the given datum.
- setDatum(IndexSpaceID, Datum) - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Set the location specified by the IndexSpaceID to the given datum.
- setDatum(IndexSpaceID, Datum) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Set the location specified by the IndexSpaceID to the given datum.
- setDatum(int, int, Datum, ByteBuffer) - Method in class edu.unh.sdb.datasource.BinaryFileDataSource
-
this method is used by both AttributeOrderBFDS and PointOrderBFDS in Datum methods
This method will replace setDatum(int i, int storageType, Datum datum ), and used
java.14 byteBuffer
- setDatum(IndexSpaceID, Datum) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Set the location specified by the IndexSpaceID to the given datum.
- setDatum(IndexSpaceID, Datum) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set the location specified by the IndexSpaceID to the given datum.
- setDatum(IndexSpaceID, Datum) - Method in class edu.unh.sdb.datasource.DataBlockProxy
-
- setDatum(IndexSpaceID, Datum) - Method in class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
Set the location specified by the IndexSpaceID to the given datum.
- setDatum(IndexSpaceID, Datum) - Method in class edu.unh.sdb.datasource.DSThreadedPartitionedStencilIterator
-
Set the location specified by the IndexSpaceID to the given datum.
- setDatum(IndexSpaceID, Datum) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Set the location specified by the IndexSpaceID to the given datum.
- setDatum(IndexSpaceID, Datum) - Method in class edu.unh.sdb.datasource.RayCellIterator
-
Set the location specified by the IndexSpaceID to the given datum.
- setDatum(IndexSpaceID, Datum) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Set the location specified by the IndexSpaceID to the given datum.
- setDatum(IndexSpaceID, Datum) - Method in class edu.unh.sdb.datasource.VRDataBlock
-
Set the location specified by the IndexSpaceID to the given datum
- setDB(URL) - Method in class edu.unh.sdb.mdb.DBIF
-
- setDefaultDatum(Datum) - Method in class edu.unh.sdb.lattice.Lattice
-
Set the datum returned when no data is available for a
point in the domain.
- setDefaults() - Method in class edu.unh.sdb.common.XMLReader
-
Sets all pending values to null and sets the join flag to FALSE
- setDefaults() - Method in class edu.unh.sdb.datasource.XDDLReader
-
Sets all pending values to null and sets the join flag to FALSE
- setDefaults() - Method in class edu.unh.sdb.datasource.XFDLReader
-
Instantiates the FDLDescriptor object to hold new parser info
- setDefaults() - Method in class edu.unh.sdb.datasource.XTDLReader
-
Sets all pending values to null
- setDefaults() - Method in class edu.unh.sdb.lattice.XLDLReader
-
Sets all pending values to null and sets the join flag to FALSE
- setDimensionality(int) - Method in class edu.unh.sdb.lattice.Cell
-
- setDimensionality(int) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Sets the topology dimension for this Lattice
- setDimensionsInUnits(IndexSpaceID) - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
Sets this to the IndexSpaceID representing the dimensions in units of the
hypercube whose dimensions in points are specified
by this IndexSpaceID.
- setDimResolution(DimResolution) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
Set the resolution
- setDimResolution(DimResolution) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Set the resolution
- setDouble(int, double) - Method in class edu.unh.sdb.common.ByteDatum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setDouble(int, double) - Method in class edu.unh.sdb.common.ByteValues
-
Set the specified entry to the specified value after conversion, if needed.
- setDouble(int, double) - Method in class edu.unh.sdb.common.Datum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setDouble(int, double) - Method in class edu.unh.sdb.common.DoubleDatum
-
Set the attribute indicated by the first argument to the value of the
second argument.
- setDouble(int, double) - Method in class edu.unh.sdb.common.DoubleValues
-
Set the specified entry to the specified value after conversion, if needed.
- setDouble(int, double) - Method in class edu.unh.sdb.common.FloatDatum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setDouble(int, double) - Method in class edu.unh.sdb.common.FloatValues
-
Set the specified entry to the specified value after conversion, if needed.
- setDouble(int, double) - Method in class edu.unh.sdb.common.IntDatum
-
Set the attribute indicated by the first argument to the value of the
second argument.
- setDouble(int, double) - Method in class edu.unh.sdb.common.IntValues
-
Set the specified entry to the specified value after conversion, if needed.
- setDouble(int, double) - Method in class edu.unh.sdb.common.MixedDatum
-
Set the attribute indicated by the first argument to the value of the
second argument.
- setDouble(int, double) - Method in class edu.unh.sdb.common.MixedValues
-
Set the specified entry to the specified value after conversion, if needed.
- setDouble(int, double) - Method in class edu.unh.sdb.common.ShortDatum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setDouble(int, double) - Method in class edu.unh.sdb.common.ShortValues
-
Set the specified entry to the specified value after conversion, if needed.
- setDouble(int, double) - Method in class edu.unh.sdb.common.Values
-
- setDouble(IndexSpaceID, int, double) - Method in class edu.unh.sdb.datasource.DataBlock
-
For the position of the 1st argument, set the attribute specified by the
2nd argument to the value of the 3rd argument.
- setDoubleAMRData(byte[]) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Populate the active elements (Datablocks) of this stencil with the
data found in the given array.
- setDoubles(double[]) - Method in class edu.unh.sdb.common.Datum
-
Copy the values in the argument array to this datum.
- setDoubles(double[], int) - Method in class edu.unh.sdb.common.Datum
-
Copy values from a piece of the argument array to this datum.
- setDoubles(double[], int, int) - Method in class edu.unh.sdb.common.Datum
-
Assigns values to an existing datum by copying a subset of values from an array.
- setDoubles(double[], int, int) - Method in class edu.unh.sdb.common.DoubleDatum
-
Assigns values to an existing datum by copying a subset of values from an array.
- setDoubles(int, double[]) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Assign attribute values for all points in the block
- setDoubles(int, double[]) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Assign attribute values for all points in the block
- setDoubles(IndexSpaceID, double[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all attributes of the Datum at the specified isid to the values
in passed array.
- setDoubles(int, double[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set the specified attribute of the Datum at all points to the values
in passed attribute array.
- setDoublesByAttribute(double[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all the attributes of all points in the block.
- setDoublesByPoint(double[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all the attributes of all points in the block.
- setDSName(String) - Method in class edu.unh.sdb.datasource.DataSourceBuilder
-
Sets the datasource name to the String provided
- setEffectiveZeros(float[], int) - Static method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Any component of the normal that is sufficiently small will be set
to zero.
- setElement(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DSArrayStencil
-
Set the stencil element with index corresponding to id to "active.
- setElement(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Set the stencil element with index corresponding to id to "active.
- setElement(IndexSpaceID, DataBlock) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Set the stencil element with index corresponding to id to "active",
associating the given DataBlock with that element.
- setElement(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DSListStencil
-
Set the stencil element with index corresponding to id to "active.
- setElement(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DSStencil
-
Set the stencil element with index corresponding to id to "active.
- setElementFromOffset(int) - Method in class edu.unh.sdb.datasource.DSArrayStencil
-
Set the element corresponding to the 1D offset to be active.
- setElementFromOffset(int) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Set the element corresponding to the 1D offset to be active.
- setElementFromOffset(int) - Method in class edu.unh.sdb.datasource.DSListStencil
-
Set the element corresponding to the 1D offset to be active.
- setElementFromOffset(int) - Method in class edu.unh.sdb.datasource.DSPartitionedStencil
-
Set the element corresponding to the 1D offset to be active.
- setEnumWindow(ISBounds[]) - Method in class edu.unh.sdb.datasource.BlockListCache
-
set the enum window so that the cache can perform efficient prefetch
- setEquation(double, double, double, double) - Method in class edu.unh.sdb.datasource.Plane
-
- setErrorReportingLevel(int) - Static method in class edu.unh.sdb.common.SDBError
-
The Error Reporting Level determines when to raise an exception
for an error.
- setException(double) - Method in class edu.unh.sdb.common.RangedTypeBuilder
-
Set the high value for the range
- setException(String) - Method in class edu.unh.sdb.common.RangedTypeBuilder
-
Set the exception value for the range value represented by the argument string
- setFDLGroup(FDLGroup[]) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Sets the array of FDLGroup for SplitUnstructuredTopology
- setFetchPlane(ISBoundsIterator, double[], int) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Set the iteration space of the 2D plane iterator to correspond to
the given 3D iteration step.
- setField(int, int, int) - Method in class edu.unh.sdb.datasource.BasicBlock
-
set a int field value at certain index( index of conceptual datum for an one D array )
- setField(int, double, int) - Method in class edu.unh.sdb.datasource.BasicBlock
-
set a double field value at certain index( index of conceptual datum for an one D array )
- setField(int, short, int) - Method in class edu.unh.sdb.datasource.BasicBlock
-
set a short field value at certain index( index of conceptual datum for an one D array )
- setField(int, byte, int) - Method in class edu.unh.sdb.datasource.BasicBlock
-
set a byte field value at certain index( index of conceptual datum for an one D array )
- setField(int, float, int) - Method in class edu.unh.sdb.datasource.BasicBlock
-
set a float field value at certain index( index of conceptual datum for an one D array )
- setField(int, float) - Method in class edu.unh.sdb.datasource.BasicBlock
-
set a field value, the index is the index of the field in this 1D array
- setField(int, float, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
set float data of a given attribute at a given index ( index of the datum
in the one D array )
- setField(int, int, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
set int data of a given attribute at a given index ( index of the datum in
the one D array )
- setField(int, double, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
set double data of a given attribute at a given index ( index of the datum
in the one D array )
- setField(int, short, int) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
set short data of a given attribute at a given index ( index of the datum
in the one D array )
- setFieldLayout(int) - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Sets the attribute format.
- setFileFormat(boolean) - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Deprecated.
implied by setChunkedDimensions( isid )
- setFileName(String) - Static method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
Sets the filename for transfer.
- setFileName(String) - Static method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Sets the filename for transfer.
- setFileName(String) - Static method in class edu.unh.sdb.datasource.RemoteUDTClient
-
Sets the filename for transfer.
- setFileOffset(long) - Method in class edu.unh.sdb.datasource.BinaryFileDataSource
-
set the file initial offset
- setFileOffset(long) - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Sets the file offset
- setFileServer(String) - Method in class edu.unh.sdb.datasource.RemoteBFDS
-
Set remote file server specified by the argument string.
- setFirstChildID(int) - Method in class edu.unh.sdb.datasource.ARRSInternalNode
-
Set first child's id
- setFloat(int, float) - Method in class edu.unh.sdb.common.ByteDatum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setFloat(int, float) - Method in class edu.unh.sdb.common.ByteValues
-
Set the specified entry to the specified value after conversion, if needed.
- setFloat(int, float) - Method in class edu.unh.sdb.common.Datum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setFloat(int, float) - Method in class edu.unh.sdb.common.DoubleDatum
-
Set the attribute indicated by the first argument to the value of the
second argument.
- setFloat(int, float) - Method in class edu.unh.sdb.common.DoubleValues
-
Set the specified entry to the specified value after conversion, if needed.
- setFloat(int, float) - Method in class edu.unh.sdb.common.FloatDatum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setFloat(int, float) - Method in class edu.unh.sdb.common.FloatValues
-
Set the specified entry to the specified value after conversion, if needed.
- setFloat(int, float) - Method in class edu.unh.sdb.common.IntDatum
-
Set the attribute indicated by the first argument to the value of the
second argument.
- setFloat(int, float) - Method in class edu.unh.sdb.common.IntValues
-
Set the specified entry to the specified value after conversion, if needed.
- setFloat(int, float) - Method in class edu.unh.sdb.common.MixedDatum
-
Set the attribute indicated by the first argument to the value of the
second argument.
- setFloat(int, float) - Method in class edu.unh.sdb.common.MixedValues
-
Set the specified entry to the specified value after conversion, if needed.
- setFloat(int, float) - Method in class edu.unh.sdb.common.ShortDatum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setFloat(int, float) - Method in class edu.unh.sdb.common.ShortValues
-
Set the specified entry to the specified value after conversion, if needed.
- setFloat(int, float) - Method in class edu.unh.sdb.common.Values
-
- setFloat(IndexSpaceID, int, float) - Method in class edu.unh.sdb.datasource.DataBlock
-
For the position of the 1st argument, set the attribute specified by the
2nd argument to the value of the 3rd argument.
- setFloats(float[]) - Method in class edu.unh.sdb.common.Datum
-
Copy the values in the argument array to this datum.
- setFloats(float[], int) - Method in class edu.unh.sdb.common.Datum
-
Copy the values in the argument array to this datum.
- setFloats(float[], int, int) - Method in class edu.unh.sdb.common.Datum
-
Assigns values to an existing datum by copying a subset of values from an array.
- setFloats(float[], int, int) - Method in class edu.unh.sdb.common.FloatDatum
-
Assigns values to an existing datum by copying a subset of values from an array.
- setFloats(float[]) - Method in class edu.unh.sdb.datasource.BasicBlock
-
set the entire attribute array block to the passed argument.
- setFloats(int, float[]) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Assign attribute values for all points in the block
- setFloats(int, float[]) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Assign attribute values for all points in the block
- setFloats(IndexSpaceID, float[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all attributes of the Datum at the specified isid to the values
in passed array.
- setFloats(int, float[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set the specified attribute of the Datum at all points to the values
in passed attribute array.
- setFloatsByAttribute(float[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all the attributes of all points in the block.
- setFloatsByPoint(float[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all the attributes of all points in the block.
- setFromMatrix(Matrix4d) - Method in class edu.unh.sdb.common.EulerAngles
-
- setFromMatrix(Matrix4d) - Method in class edu.unh.sdb.common.EulerAnglesYXZ
-
Sets this EulerAngles object from the matrix m.
- setFromMatrix(Matrix4d) - Method in class edu.unh.sdb.common.EulerAnglesZYX
-
- setGBounds(GBounds, String) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Sets the geometry bounds
- setGeometryType(int, String) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
- setGoodScanConversionOrder(boolean) - Static method in class edu.unh.sdb.datasource.Slice
-
- setHeading(double) - Method in class edu.unh.sdb.common.EulerAngles
-
- setHigh(double) - Method in class edu.unh.sdb.common.RangedTypeBuilder
-
Set the high value for the range
- setHigh(String) - Method in class edu.unh.sdb.common.RangedTypeBuilder
-
Set the high value for the range value represented by the argument string
- setHighIndex(int) - Method in class edu.unh.sdb.datasource.IndexBlock
-
Set low index
- setID(int) - Method in class edu.unh.sdb.datasource.ARRSNode
-
Set the node ID value for an ARRS node
- setIndex(int) - Method in class edu.unh.sdb.lattice.CellID
-
- setIndexBlock(IndexBlock) - Method in class edu.unh.sdb.datasource.ARRSCopyLeafNode
-
Set an IndexBlock
- setIndexBlockBounds(ISBounds) - Method in class edu.unh.sdb.datasource.ARRSCopyLeafNode
-
Set the index block bounds
- setIndexData(DataCollection, int, int) - Method in class edu.unh.sdb.datasource.ARRSCopyDataBlock
-
setIndexPDS
- setIndexFile(String) - Method in class edu.unh.sdb.ARRSTreeBuilder.ARCellParser
-
- setInput(InputStream) - Method in class edu.unh.sdb.ARRSTreeBuilder.ARCellParser
-
- setInput(String) - Method in class edu.unh.sdb.ARRSTreeBuilder.ARCellParser
-
- setInputFileName(String) - Method in class edu.unh.sdb.common.XMLReader
-
sets the input file name to the string argument passed
- setInsideColor(byte[]) - Method in class edu.unh.sdb.datasource.Slice
-
Sets the color for the texture inside the bounds of the slice projection
- setInt(int, int) - Method in class edu.unh.sdb.common.ByteDatum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setInt(int, int) - Method in class edu.unh.sdb.common.ByteValues
-
Set the specified entry to the specified value after conversion, if needed.
- setInt(int, int) - Method in class edu.unh.sdb.common.Datum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setInt(int, int) - Method in class edu.unh.sdb.common.DoubleDatum
-
Set the attribute indicated by the first argument to the value of the
second argument.
- setInt(int, int) - Method in class edu.unh.sdb.common.DoubleValues
-
Set the specified entry to the specified value after conversion, if needed.
- setInt(int, int) - Method in class edu.unh.sdb.common.FloatDatum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setInt(int, int) - Method in class edu.unh.sdb.common.FloatValues
-
Set the specified entry to the specified value after conversion, if needed.
- setInt(int, int) - Method in class edu.unh.sdb.common.IntDatum
-
Set the attribute indicated by the first argument to the value of the
second argument.
- setInt(int, int) - Method in class edu.unh.sdb.common.IntValues
-
Set the specified entry to the specified value after conversion, if needed.
- setInt(int, int) - Method in class edu.unh.sdb.common.MixedDatum
-
Set the attribute indicated by the first argument to the value of the
second argument.
- setInt(int, int) - Method in class edu.unh.sdb.common.MixedValues
-
Set the specified entry to the specified value after conversion, if needed.
- setInt(int, int) - Method in class edu.unh.sdb.common.ShortDatum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setInt(int, int) - Method in class edu.unh.sdb.common.ShortValues
-
Set the specified entry to the specified value after conversion, if needed.
- setInt(int, int) - Method in class edu.unh.sdb.common.Values
-
- setInt(IndexSpaceID, int, int) - Method in class edu.unh.sdb.datasource.DataBlock
-
For the position of the 1st argument, set the attribute specified by the
2nd argument to the value of the 3rd argument.
- setInts(int[]) - Method in class edu.unh.sdb.common.Datum
-
Copy the values in the argument array to this datum.
- setInts(int[], int) - Method in class edu.unh.sdb.common.Datum
-
Copy the values in the argument array to this datum.
- setInts(int[], int, int) - Method in class edu.unh.sdb.common.Datum
-
Assigns values to an existing datum by copying a subset of values from an array.
- setInts(int[]) - Method in class edu.unh.sdb.common.IntDatum
-
set all Attribute values with one array.
- setInts(int, int[]) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Assign attribute values for all points in the block
- setInts(int, int[]) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Assign attribute values for all points in the block
- setInts(IndexSpaceID, int[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all attributes of the Datum at the specified isid to the values
in passed array.
- setInts(int, int[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set the specified attribute of the Datum at all points to the values
in passed attribute array.
- setIntsByAttribute(int[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all the attributes of all points in the block.
- setIntsByPoint(int[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all the attributes of all points in the block.
- setISBounds(ISBounds, String) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Sets the topology bounds
- setIterationBounds(ISBounds) - Method in class edu.unh.sdb.datasource.LRUCacheDataSource
-
- setIterationSubvolume(ISBounds) - Method in class edu.unh.sdb.datasource.DynamicChunking
-
If the application specifies the iteration subvolume, the block table
is set to cover only the subvolume not the entire dataset.
- setIterator(RandomBlockIterator) - Method in class edu.unh.sdb.datasource.BlockListCache
-
- setIterator(RandomBlockIterator) - Method in class edu.unh.sdb.datasource.BlockListCacheDataSource
-
- setLastChildID(int) - Method in class edu.unh.sdb.datasource.ARRSInternalNode
-
Set last child's id
- setLeastSignificantAxis(int) - Method in class edu.unh.sdb.datasource.AxisOrdering
-
Sets the Least Significant Axis to the given value by swapping the prior
position of the argument axis with the prior Least Significant Axis.
- setLevel(int) - Method in class edu.unh.sdb.lattice.MRLattice
-
- setLow(double) - Method in class edu.unh.sdb.common.RangedTypeBuilder
-
Set the low value for the range to the argument value
- setLow(String) - Method in class edu.unh.sdb.common.RangedTypeBuilder
-
Set the low value for the range value represented by the argument string
- setLower(IndexSpaceID) - Method in class edu.unh.sdb.datasource.ISBounds
-
Set the lower bounds to the coordinates represented
by the IndexSpaceID argument.
- setLower(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Set the lower bounds to the coordinates represented
by the integer array argument.
- setLower(int, int) - Method in class edu.unh.sdb.datasource.ISBounds
-
set the lower bounds of a given axis specified in the argument
"this" is returned for convenience of use.
- setLower(Point) - Method in class edu.unh.sdb.lattice.GBounds
-
Set the lower bounds to the coordinates represented
by the Point argument.
- setLower(float[]) - Method in class edu.unh.sdb.lattice.GBounds
-
Set the lower bounds to the coordinates represented
by the integer array argument.
- setLowIndex(int) - Method in class edu.unh.sdb.datasource.IndexBlock
-
Set low index
- setMaxBufferSize(int) - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
set the maximum length, in bytes, of the buffer used directly
with file I/O operations.
- setMaxGapSize(long) - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
gap means the number of extra data, the datasource willing to read
to elimilate a read operation.
- setMaxLv(int) - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- setMemory(long) - Method in class edu.unh.sdb.datasource.DynamicChunking
-
- setMetadata(Metadata) - Method in class edu.unh.sdb.common.MetadataCollection
-
Adds the specified Metadata object to this collection, using its name as
the hashmap key.
- setMetadata(MetadataCollection) - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
sets this object's MetadataCollection object
- setMetadataCollection(MetadataCollection) - Method in class edu.unh.sdb.datasource.DataSource
-
Sets the MetadataCollection associated with this DataSource's FDLDescriptor.
- setMostSignificantAxis(int) - Method in class edu.unh.sdb.datasource.AxisOrdering
-
Chnages this axisOrdering so that the Most Significant Axis is the
axis specified by the argument by swapping the prior
position of the argument axis with the prior Most Significant Axis.
- setName(String) - Method in class edu.unh.sdb.common.Metadata
-
Sets the name of this Metadata object.
- setName(String) - Method in class edu.unh.sdb.common.TypeBuilder
-
Sets the name to the String provided
- setName(String) - Method in class edu.unh.sdb.common.UserTypeBuilder
-
Sets the name to the String provided
- setName(String) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Sets the lattice name to the String provided
- setNodePath(int[]) - Method in class edu.unh.sdb.datasource.ARRSNode
-
Set the path value for an ARRS node
- setNull(int) - Method in class edu.unh.sdb.common.DoubleDatum
-
Set the field specified by the argument to null.
- setNull(int) - Method in class edu.unh.sdb.common.FloatDatum
-
Set the field specified by the argument to null.
- setNumCells(int) - Method in class edu.unh.sdb.lattice.CellGroup
-
- setOrder(ByteBuffer) - Method in class edu.unh.sdb.datasource.ChunkedDataSource
-
set the byte order for the given buffer
- setOutsideColor(byte[]) - Method in class edu.unh.sdb.datasource.Slice
-
Sets the color for the texture ouside the bounds of the slice projection
- setPartitionID(IndexSpaceID) - Method in class edu.unh.sdb.lattice.CellID
-
- setPartitioning(ISBounds) - Method in class edu.unh.sdb.datasource.ISPartitioning
-
Define the partitioning from an ISBounds.
- setPartitionListFromBytes(byte[]) - Method in class edu.unh.sdb.datasource.DSPartitionedStencil
-
Set the partition list according to the data found in the
given array of bytes.
- setPartitionRatio(IndexSpaceID) - Method in class edu.unh.sdb.datasource.DynamicChunking
-
- setPartitionShape(IndexSpaceID) - Method in class edu.unh.sdb.datasource.ISPartitioning
-
Define the partitioning by defining the shape of each partition
- setPath(int[]) - Method in class edu.unh.sdb.datasource.ARRSCellID
-
Set the path of a cell in a ARRS tree
- setPath(int[]) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
Set the path of an uniform cell datasource in a ARRS tree
- setPath(int[]) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Set the path of a uniform region cell block in a ARRS tree
- setPitch(double) - Method in class edu.unh.sdb.common.EulerAngles
-
- setPlane(Plane) - Method in class edu.unh.sdb.datasource.Slice
-
Specifies the plane we want to intersect with the volume
- setPointData(DataCollection) - Method in class edu.unh.sdb.datasource.ARRSCopyDataBlock
-
setPointPDS
- setPointDataBlock(DataBlock) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Set a point data block to a uniform cell block
- setPointDS(DataSource) - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Set the point datasource
- setPointDS(DataSource) - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Set the point datasource
- setPointInfoFDLFileName(String) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Sets the FDL File name for SplitUnstructuredTopology
- setProperty(String, String) - Method in class edu.unh.sdb.common.Metadata
-
Sets the property with given key to the given value.
- setRatios(double, double, double) - Method in class edu.unh.sdb.datasource.TransferFunction.Block
-
- setRatioX(double) - Method in class edu.unh.sdb.datasource.TransferFunction.Block
-
- setRatioY(double) - Method in class edu.unh.sdb.datasource.TransferFunction.Block
-
- setRatioZ(double) - Method in class edu.unh.sdb.datasource.TransferFunction.Block
-
- setRecordDescriptor(RecordDescriptor) - Method in class edu.unh.sdb.datasource.DataCollection
-
Set the DataSource RecordDescriptor to a copy
of the argument.
- setRecordSize(int) - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Sets the Record Size (not used)
- setRegionData() - Method in class edu.unh.sdb.datasource.ARRSCopyLeafNode
-
Set an uniform region cell data
- setRegionData() - Method in class edu.unh.sdb.datasource.ARRSLeafNode
-
Set an uniform region cell data
- setRemoteDataSource(String, String) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
set the xml file for the remote datasource.
- setRemoteDataSource(String, String) - Method in class edu.unh.sdb.datasource.RemoteBFDS
-
set the xml file for the remote datasource
- setRemoteDataSource(String, String) - Method in class edu.unh.sdb.datasource.RemoteUDPClient
-
set the xml file for the remote datasource.
- setRemoteDataSource(String, String) - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
set the xml file for the remote datasource.
- setRod(ByteBuffer, int, int, int, FieldIDMapper, RecordDescriptor) - Method in class edu.unh.sdb.datasource.BasicBlock
-
given a rod of data ( byte buffer), copy the specified field into the
corresponding location in the BasicBlock, dstBlock is considered as
compositeBlock, the srcBlock is the componentBlock
- setRod(ByteBuffer, int, int, int, RecordSpec, RecordDescriptor) - Method in class edu.unh.sdb.datasource.BasicBlock
-
given a rod of data ( byte buffer), copy the specified field in corresponding location in the
BasicBlock, dstBlock is considered as composite , the srcBlock is the component
- setrod(ByteBuffer, int, int, int, FieldIDMapper, RecordDescriptor) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
set a rod of data in the corresponding location of this datablock
- setrod(ByteBuffer, int, int, int, RecordSpec, RecordDescriptor) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
set a rod of data in the corresponding location of this datablock
- setrod(ByteBuffer, int, int, int, RecordDescriptor) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
set a rod of data in the corresponding location of this datablock
- setRootDirectory(String) - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Set the root directory for searching for the data file.
- setShape(int[]) - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
Change the shape of the iteration.
- setShort(int, short) - Method in class edu.unh.sdb.common.ByteDatum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setShort(int, short) - Method in class edu.unh.sdb.common.ByteValues
-
Set the specified entry to the specified value after conversion, if needed.
- setShort(int, short) - Method in class edu.unh.sdb.common.Datum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setShort(int, short) - Method in class edu.unh.sdb.common.DoubleDatum
-
Set the attribute indicated by the first argument to the value of the
second argument.
- setShort(int, short) - Method in class edu.unh.sdb.common.DoubleValues
-
Set the specified entry to the specified value after conversion, if needed.
- setShort(int, short) - Method in class edu.unh.sdb.common.FloatDatum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setShort(int, short) - Method in class edu.unh.sdb.common.FloatValues
-
Set the specified entry to the specified value after conversion, if needed.
- setShort(int, short) - Method in class edu.unh.sdb.common.IntDatum
-
Set the attribute indicated by the first argument to the value of the
second argument.
- setShort(int, short) - Method in class edu.unh.sdb.common.IntValues
-
Set the specified entry to the specified value after conversion, if needed.
- setShort(int, short) - Method in class edu.unh.sdb.common.MixedDatum
-
Set the attribute indicated by the first argument to the value of the
second argument.
- setShort(int, short) - Method in class edu.unh.sdb.common.MixedValues
-
Set the specified entry to the specified value after conversion, if needed.
- setShort(int, short) - Method in class edu.unh.sdb.common.ShortDatum
-
Set the attribute indicated by the first argument to the value
of the second argument.
- setShort(int, short) - Method in class edu.unh.sdb.common.ShortValues
-
Set the specified entry to the specified value after conversion, if needed.
- setShort(int, short) - Method in class edu.unh.sdb.common.Values
-
- setShort(IndexSpaceID, int, short) - Method in class edu.unh.sdb.datasource.DataBlock
-
For the position of the 1st argument, set the attribute specified by the
2nd argument to the value of the 3rd argument.
- setShortData(byte[]) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Populate the active elements (Datablocks) of this stencil with the
data found in the given array.
- setShorts(short[]) - Method in class edu.unh.sdb.common.Datum
-
Copy the values in the argument array to this datum.
- setShorts(short[], int) - Method in class edu.unh.sdb.common.Datum
-
Copy the values in the argument array to this datum.
- setShorts(short[], int, int) - Method in class edu.unh.sdb.common.Datum
-
Assigns values to an existing datum by copying a subset of values from an array.
- setShorts(short[], int, int) - Method in class edu.unh.sdb.common.DoubleDatum
-
Assigns values to an existing datum by copying a subset of values from an array.
- setShorts(short[], int, int) - Method in class edu.unh.sdb.common.ShortDatum
-
Assigns values to an existing datum by copying a subset of values from an array.
- setShorts(int, short[]) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Assign attribute values for all points in the block
- setShorts(int, short[]) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Assign attribute values for all points in the block
- setShorts(IndexSpaceID, short[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all attributes of the Datum at the specified isid to the values
in passed array.
- setShorts(int, short[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set the specified attribute of the Datum at all points to the values
in passed attribute array.
- setShortsByAttribute(short[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all the attributes of all points in the block.
- setShortsByPoint(short[]) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all the attributes of all points in the block.
- setSibling(int) - Method in class edu.unh.sdb.datasource.ARRSNode
-
Set the sibling value
- setSource(DataSource) - Method in class edu.unh.sdb.datasource.RandomBlockIterator
-
Set the iteration data source
- setSpaceBounds(ISBounds) - Method in class edu.unh.sdb.datasource.ISIterator
-
Deprecated.
Use setBounds( ISBounds )
- setSpaceBounds(ISBounds) - Method in class edu.unh.sdb.datasource.ISPartitioning
-
Define the space bounds for the partitioning.
- setSparseBlockMap(String[]) - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
sets this object's sparse block mapping info
- setSPCacheBlocks(boolean) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Indicate to this iterator whether the underlying cache has blocks shaped according to
the plane normal.
- setSPCacheBlocks(boolean) - Method in interface edu.unh.sdb.datasource.ObliquePlaneIteratorInterface
-
Indicate to this iterator whether the underlying cache has blocks shaped according to
the plane normal.
- setSPCacheBlocks(boolean) - Method in class edu.unh.sdb.datasource.SliceIterator
-
- setStartLv(int) - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- setStep(double) - Method in class edu.unh.sdb.datasource.RayCastingIterator
-
- setSteps(int[]) - Method in class edu.unh.sdb.datasource.ISIterator
-
Define a new steps array for the iterator
- setStorageType(String) - Method in class edu.unh.sdb.common.UserTypeBuilder
-
Sets the base storage type given the string name of the type within the TypeTable.
- setStorageType(int) - Method in class edu.unh.sdb.common.UserTypeBuilder
-
Sets the base storage type given the integer value of the type within the TypeTable.
- setSubBounds(ISBounds) - Method in class edu.unh.sdb.datasource.ARRSClippedCopyLeafNode
-
Set a subbounds
- setToBoundingVolume(ISBounds) - Method in class edu.unh.sdb.datasource.ISBounds
-
Updates this ISBounds object to be the
bounding volume of this ISBounds and the parameter
ISBounds.
- setTopologyDS(DataSource) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Sets the rood datasource
- setTopologyType(int) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Sets the topology type for this Lattice
- setTransferFunction(TransferFunction) - Method in class edu.unh.sdb.datasource.Slice
-
Specifies how do we convert the Datum read from the file into a rgba tupple.
- setTypes(TypeTable) - Method in class edu.unh.sdb.common.RecordDescriptorBuilder
-
Sets the type table.
- setupAndCheck(int[], int[]) - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
- setUpper(IndexSpaceID) - Method in class edu.unh.sdb.datasource.ISBounds
-
Set the upper bounds to the coordinates represented
by the IndexSpaceID argument.
- setUpper(int[]) - Method in class edu.unh.sdb.datasource.ISBounds
-
Set the upper bounds to the coordinates represented
by the integer array argument.
- setUpper(int, int) - Method in class edu.unh.sdb.datasource.ISBounds
-
Set the upper bounds of a given axis specified in the argument
"this" is returned for convenience of use.
- setUpper(Point) - Method in class edu.unh.sdb.lattice.GBounds
-
Set the upper bounds to the coordinates represented
by the Point argument.
- setUpper(float[]) - Method in class edu.unh.sdb.lattice.GBounds
-
Set the upper bounds to the coordinates represented
by the integer array argument.
- setValues(Values) - Method in class edu.unh.sdb.common.ByteValues
-
Assign the data from the argument Values object to this object.
- setValues(int, Values) - Method in class edu.unh.sdb.common.ByteValues
-
Assign elements of the passed in Values object to this one beginning
at the start index .
- setValues(Values) - Method in class edu.unh.sdb.common.DoubleValues
-
Assign the data from the argument Values object to this object.
- setValues(int, Values) - Method in class edu.unh.sdb.common.DoubleValues
-
Assign elements of the passed in Values object to this one beginning
at the start index .
- setValues(Values) - Method in class edu.unh.sdb.common.FloatValues
-
Assign the data from the argument Values object to this object.
- setValues(int, Values) - Method in class edu.unh.sdb.common.FloatValues
-
Assign elements of the passed in Values object to this one beginning
at the start index .
- setValues(Values) - Method in class edu.unh.sdb.common.IntValues
-
Assign the data from the argument Values object to this object.
- setValues(int, Values) - Method in class edu.unh.sdb.common.IntValues
-
Assign elements of the passed in Values object to this one beginning
at the start index .
- setValues(Values) - Method in class edu.unh.sdb.common.MixedValues
-
Assign the data from the argument Values object to this object.
- setValues(int, Values) - Method in class edu.unh.sdb.common.MixedValues
-
Assign elements of the passed in Values object to this one beginning
at the start index .
- setValues(Values) - Method in class edu.unh.sdb.common.ShortValues
-
Assign the data from the argument Values object to this object.
- setValues(int, Values) - Method in class edu.unh.sdb.common.ShortValues
-
Assign elements of the passed in Values object to this one beginning
at the start index .
- setValues(Values) - Method in class edu.unh.sdb.common.Values
-
Assign the data from the argument Values object to this object.
- setValues(int, Values) - Method in class edu.unh.sdb.common.Values
-
Assign elements of the passed in Values object to this one beginning
at the start index .
- setValues(Values) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Set all values at once.
- setValues(int, Values) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Assign attribute values for all points in the block
- setValues(int, Values) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Assign attribute values for all points in the block
- setValues(int, Values) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set the specified attribute of the Datum at all points to the values
in passed Values object.
- setValues(Values) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all the attributes of all points in the block.
- setValuesByAttribute(Values) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all the attributes of all points in the block.
- setValuesByPoint(Values) - Method in class edu.unh.sdb.datasource.DataBlock
-
Set all the attributes of all points in the block.
- setVerbose(boolean) - Method in class edu.unh.sdb.mdb.DBIF
-
the default state for verbose is false
- setVertexCoords(Point[]) - Method in class edu.unh.sdb.lattice.Cell
-
- setVertexIndicesRecordSpec(RecordSpec) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Sets the vertexIndicesRecordSpec for SplitUnstructuredTopology
- setVertical(Vector3d) - Method in class edu.unh.sdb.datasource.Slice
-
Specifies a vector in the intersection plane.
- setVIndicesFDLFileName(String) - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
Sets the FDL File name for SplitUnstructuredTopology
- setVolume(Volume) - Method in class edu.unh.sdb.datasource.Slice
-
Specifies the volume we iterate over
- setWindowSize(int) - Method in class edu.unh.sdb.datasource.RandomBlockIterator
-
set the enumberation window size
- shadeVoxel(DataBlock, IndexSpaceID, DataBlock, IndexSpaceID, Vector3d, Vector3d, double) - Method in class edu.unh.sdb.datasource.TransferFunction
-
- shadeVoxel(DataBlock, IndexSpaceID, int, Vector3d, Vector3d, double) - Static method in class edu.unh.sdb.datasource.TransferFunction
-
- shadeVoxels(DataBlock, ISBounds, DataBlock, Vector3d, Vector3d, double) - Method in class edu.unh.sdb.datasource.TransferFunction
-
- shape - Variable in class edu.unh.sdb.datasource.ISBoundsIterator
-
- shift(IndexSpaceID) - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
Pairwise shift this IndexSpaceID with 'other' and store the result
in this.
- shiftDirections - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- shiftTotals - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- Short - Static variable in class edu.unh.sdb.common.StorageType
-
- ShortDatum - Class in edu.unh.sdb.common
-
Represent multiple data values for a single point.
- ShortDatum(int) - Constructor for class edu.unh.sdb.common.ShortDatum
-
Creates a null datum with the specified number of values.
- ShortDatum(short) - Constructor for class edu.unh.sdb.common.ShortDatum
-
Deprecated.
- ShortDatum(short[]) - Constructor for class edu.unh.sdb.common.ShortDatum
-
Creates a datum with attributes containing the argument values.
- ShortDatum(short[], int, int) - Constructor for class edu.unh.sdb.common.ShortDatum
-
Deprecated.
Not really deprecated. Just looking for usage.
specifies the datum index of the datum to be copied, where all datums in
the array are assumed to be of the same length.
- ShortDatum(int[]) - Constructor for class edu.unh.sdb.common.ShortDatum
-
Creates a datum with attributes containing the argument values.
- ShortDatum(ShortDatum) - Constructor for class edu.unh.sdb.common.ShortDatum
-
Copy Constructor creates a copy of the argument datum.
- ShortDatum(Datum) - Constructor for class edu.unh.sdb.common.ShortDatum
-
Copy Constructor creates a copy of the argument datum.
- ShortDatum(ShortDatum[]) - Constructor for class edu.unh.sdb.common.ShortDatum
-
This constructor creates a single ShortDatum from an array of datums.
- ShortValues - Class in edu.unh.sdb.common
-
ShortValues store shorts in a 1 D short array
- ShortValues() - Constructor for class edu.unh.sdb.common.ShortValues
-
construct a ShortValues with no data
- ShortValues(short[]) - Constructor for class edu.unh.sdb.common.ShortValues
-
construct a ShortValues for a given short array
- ShortValues(int) - Constructor for class edu.unh.sdb.common.ShortValues
-
construct a ShortValues for a given short array with the given number of shorts.
- shortValues() - Method in class edu.unh.sdb.common.ShortValues
-
Return a reference to the short data array this object
contains.
- shouldThrowException() - Method in class edu.unh.sdb.common.SDBError
-
Returns true if this instance of SDBError should throw an
exception.
- show(String) - Method in class edu.unh.sdb.mdb.DBIF
-
For debugging, print out the table content
- showAll() - Method in class edu.unh.sdb.mdb.DBIF
-
- shrinkByFactor(int) - Method in class edu.unh.sdb.datasource.ISBounds
-
Modifies this ISBounds with upper and lower coordinates that have been
reduced by a given multiple.
- siblingId - Variable in class edu.unh.sdb.datasource.ARRSNode
-
- SIMPLE_TYPE - Static variable in class edu.unh.sdb.datasource.XTDLReader
-
denotes a simple UserType
- size() - Method in class edu.unh.sdb.common.ByteDatum
-
Return the number of attributes in the datum.
- size() - Method in class edu.unh.sdb.common.ByteValues
-
return the size of the 1 D array, in which the data is stored ( number of bytes)
- size() - Method in class edu.unh.sdb.common.Datum
-
Return the number of attributes in the datum.
- size() - Method in class edu.unh.sdb.common.DoubleDatum
-
Return the number of attributes in the datum.
- size() - Method in class edu.unh.sdb.common.DoubleValues
-
return the size of the 1 D array, in which the data is stored
- size() - Method in class edu.unh.sdb.common.FieldIDMapper
-
Returns the number of fields.
- size() - Method in class edu.unh.sdb.common.FloatDatum
-
Return the number of attributes in the datum.
- size() - Method in class edu.unh.sdb.common.FloatValues
-
retrun the size of the 1 D array, in which the data is stored
- size() - Method in class edu.unh.sdb.common.IntDatum
-
Return the number of attributes in the datum.
- size() - Method in class edu.unh.sdb.common.IntValues
-
retrun the size of the 1 D array, in which the data is stored
- size() - Method in class edu.unh.sdb.common.MixedDatum
-
Return the number of attributes in the datum.
- size() - Method in class edu.unh.sdb.common.MixedValues
-
return the size of the 1 D array, in which the data is stored ( number of bytes)
- size() - Method in class edu.unh.sdb.common.RecordDescriptor
-
Return the number of Attributes in this collection.
- size() - Method in class edu.unh.sdb.common.RecordSpec
-
Returns the number of FieldIDs in the RecordSpec.
- size() - Method in class edu.unh.sdb.common.ShortDatum
-
Return the number of attributes in the datum.
- size() - Method in class edu.unh.sdb.common.ShortValues
-
return the size of the 1 D array, in which the data is stored
- size() - Method in class edu.unh.sdb.common.TypeTable
-
Return the number of types stored in the TypeTable.
- size() - Method in class edu.unh.sdb.common.Values
-
- size() - Method in class edu.unh.sdb.datasource.ARBlock
-
Deprecated.
Return the number of elements in the datablock.
- size() - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Deprecated.
Use volume instead
- size - Variable in class edu.unh.sdb.datasource.BlockManager
-
- size() - Method in class edu.unh.sdb.datasource.BlockManager
-
Return the number of components within this BlockManager
- size() - Method in class edu.unh.sdb.datasource.DataBlockCollection
-
- size() - Method in class edu.unh.sdb.datasource.DataCollection
-
Deprecated.
Use volume() method.
- size() - Method in class edu.unh.sdb.datasource.DataSourceCollection
-
Returns the number of elements stored this DataSource collection as an integer
- size - Variable in class edu.unh.sdb.datasource.DSArrayStencil
-
- size() - Method in class edu.unh.sdb.datasource.DSArrayStencil
-
return number of active elements contained by this stencil
- size - Variable in class edu.unh.sdb.datasource.DSBlockStencil
-
- size() - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
return number of active elements contained by this stencil
- size() - Method in class edu.unh.sdb.datasource.DSListStencil
-
return number of element contained by this stencil
- size() - Method in class edu.unh.sdb.datasource.DSStencil
-
return number of elements contained by this stencil
- size() - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- size() - Method in class edu.unh.sdb.datasource.RectCellBlock
-
Deprecated.
use volume() instead
Size of the CellBlock
The size is the size of the volume it represents in points.
- size() - Method in class edu.unh.sdb.datasource.VRDataBlock
-
Deprecated.
Use volume instead
- size() - Method in class edu.unh.sdb.lattice.LatticeCollection
-
Returns the number of elements stored this Lattice collection as an integer
- slash - Variable in class edu.unh.sdb.common.Configuration
-
- slice(int, int) - Method in class edu.unh.sdb.datasource.ISBounds
-
Returns a new ISBounds which is a slice of this ISBounds of thickness 1 in a plane orthogonal
to the specified axis, having the given coordinate value for that axis.
- Slice - Class in edu.unh.sdb.datasource
-
- Slice(byte[], byte[], Volume, Plane, DataSource) - Constructor for class edu.unh.sdb.datasource.Slice
-
Creates a new instance of Slice and sets its parameters
- sliceAxis - Variable in class edu.unh.sdb.datasource.ThreadedSliceCache
-
- sliceCacheIOThread - Variable in class edu.unh.sdb.datasource.ThreadedSliceCache
-
- SliceIterator - Class in edu.unh.sdb.datasource
-
It allows to 'iterate' a
Slice
along is normal vector, calculating
the intersection with a
Volume
and reading data from a
DataSource
to fill that intersection.
- SliceIterator(byte[], byte[], Volume, Plane, DataSource, double) - Constructor for class edu.unh.sdb.datasource.SliceIterator
-
- SliceUtil - Class in edu.unh.sdb.datasource
-
Utility functions for use in
Slice
.
- SliceUtil() - Constructor for class edu.unh.sdb.datasource.SliceUtil
-
- sortArray - Variable in class edu.unh.sdb.datasource.BlockManager
-
- source_dc - Variable in class edu.unh.sdb.datasource.VRIndexable
-
- sourceQueryBounds - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- sourceQueryBounds - Variable in class edu.unh.sdb.datasource.ThreadedSliceCache
-
- space - Variable in class edu.unh.sdb.datasource.DSStencil
-
- spaceBnds - Variable in class edu.unh.sdb.datasource.ISBoundsIterator
-
- spaceBounds - Variable in class edu.unh.sdb.datasource.ISPartitioning
-
- spaceDimensionality - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- SpaceID - Class in edu.unh.sdb.common
-
This is a base class for all identifiers that are indices into a dimensional space.
- SpaceID() - Constructor for class edu.unh.sdb.common.SpaceID
-
- spaceISID - Variable in class edu.unh.sdb.datasource.RegularPartitionISID
-
- spaceLocation - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- spaceLowerBounds - Variable in class edu.unh.sdb.datasource.ISPartitioning
-
- spacePartitioning - Variable in class edu.unh.sdb.datasource.BlockCache
-
- spacePartitioningOrdering - Variable in class edu.unh.sdb.datasource.BlockCache
-
- spaceShape - Variable in class edu.unh.sdb.datasource.ISPartitioning
-
- spaceUpperBounds - Variable in class edu.unh.sdb.datasource.ISPartitioning
-
- SparseDataSource - Class in edu.unh.sdb.datasource
-
Implements a data source that only contains data for a subset of its bounds.
- SparseDataSource(String, FDLDescriptor) - Constructor for class edu.unh.sdb.datasource.SparseDataSource
-
This is the mechanism for creating a sparse ds from an xfdl file, but
it is not normally used by an app, which should use Datasource.create,
which calls this method.
- SparseDataSource.MapInfo - Class in edu.unh.sdb.datasource
-
- sparseMapData - Variable in class edu.unh.sdb.datasource.FDLDescriptor
-
Holds the information for mapping blocks in a sparse data source
- spawn() - Method in class edu.unh.sdb.common.ByteValues
-
create a copy of this object
- spawn(int, int, int) - Method in class edu.unh.sdb.common.ByteValues
-
Create a new instance of ByteValues with a subsest
of the data in this object.
- spawn() - Method in class edu.unh.sdb.common.DoubleValues
-
create a copy of this object
- spawn(int, int, int) - Method in class edu.unh.sdb.common.DoubleValues
-
Create a new instance of DoubleValues with a subsest
of the data in this object.
- spawn() - Method in class edu.unh.sdb.common.FloatValues
-
create a copy of this object
- spawn(int, int, int) - Method in class edu.unh.sdb.common.FloatValues
-
Create a new instance of FloatValues with a subsest
of the data in this object.
- spawn() - Method in class edu.unh.sdb.common.IntValues
-
create a copy of this object
- spawn(int, int, int) - Method in class edu.unh.sdb.common.IntValues
-
Create a new instance of IntValues with a subsest
of the data in this object.
- spawn() - Method in class edu.unh.sdb.common.MixedValues
-
create a copy of this object
- spawn(int, int, int) - Method in class edu.unh.sdb.common.MixedValues
-
Create a new instance of MixedValues with a subsest
of the data in this object.
- spawn() - Method in class edu.unh.sdb.common.ShortValues
-
create a copy of this object
- spawn(int, int, int) - Method in class edu.unh.sdb.common.ShortValues
-
Create a new instance of ShortValues with a subsest
of the data in this object.
- spawn() - Method in class edu.unh.sdb.common.Values
-
create a new copy of this Values class, but NO data is copied
- spawn(int, int, int) - Method in class edu.unh.sdb.common.Values
-
create a new instance of this Values class; copy a subset of the data to new.
- spawn(int, int) - Method in class edu.unh.sdb.common.Values
-
Create a new instance of ShortValues with a subsest
of the data in this object.
- SPBlockShape - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- split(ISBounds, ISBounds, int, int) - Method in class edu.unh.sdb.datasource.ISBounds
-
The two argument bounds are set to represent two portions of this ISBounds
split by a plane orthogonal to the splitAxis, at the coordinate value
contained in splitAxisCoord.
- SplitCellGroupGrid - Class in edu.unh.sdb.lattice
-
- SplitCellGroupGrid(Partitioning, AxisOrdering, String, String, RecordSpec, RecordSpec, RecordSpec) - Constructor for class edu.unh.sdb.lattice.SplitCellGroupGrid
-
- SplitUnstructuredTopology - Class in edu.unh.sdb.lattice
-
- SplitUnstructuredTopology(String, String, UnstructuredGeometry, int) - Constructor for class edu.unh.sdb.lattice.SplitUnstructuredTopology
-
- sQBLowerInts - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- sQBLowerInts - Variable in class edu.unh.sdb.datasource.ThreadedSliceCache
-
- sQBUpperInts - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- sQBUpperInts - Variable in class edu.unh.sdb.datasource.ThreadedSliceCache
-
- srcRodByteSize - Variable in class edu.unh.sdb.datasource.BinaryFileDataSource
-
- srcRodSize - Variable in class edu.unh.sdb.datasource.BinaryFileDataSource
-
- start(String, boolean) - Method in class edu.unh.sdb.common.XMLReader
-
Sets the initial values and calls the parser
- start - Static variable in class edu.unh.sdb.datasource.GraniteRemoteClient
-
- start - Static variable in class edu.unh.sdb.datasource.RemoteUDPClient
-
- start - Static variable in class edu.unh.sdb.datasource.RemoteUDTClient
-
- startBounds - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- startIteration(Volume) - Method in class edu.unh.sdb.datasource.Plane
-
- startPoint - Variable in class edu.unh.sdb.datasource.BDISBoundsIterator
-
- startPoint - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- StatsDataSource - Class in edu.unh.sdb.datasource
-
- StatsDataSource(String, RecordDescriptor, ISBounds, AxisOrdering, String) - Constructor for class edu.unh.sdb.datasource.StatsDataSource
-
- StatsDataSource(FDLDescriptor) - Constructor for class edu.unh.sdb.datasource.StatsDataSource
-
- StatsDataSource() - Constructor for class edu.unh.sdb.datasource.StatsDataSource
-
- statusFlag - Static variable in class edu.unh.sdb.datasource.GraniteRemoteClient
-
- statusFlag - Static variable in class edu.unh.sdb.datasource.RemoteUDPClient
-
- statusFlag - Static variable in class edu.unh.sdb.datasource.RemoteUDTClient
-
- stencil - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- step - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator.IOThread
-
- steps - Variable in class edu.unh.sdb.datasource.BasicBlock
-
- steps - Variable in class edu.unh.sdb.datasource.BinaryFileDataSource
-
- steps - Variable in class edu.unh.sdb.datasource.ISBoundsIterator
-
- sToF(String) - Static method in class edu.unh.sdb.common.XMLReader
-
converts a string to a Float object
- sToI(String) - Static method in class edu.unh.sdb.common.XMLReader
-
converts a string to and Integer object
- sToi(String) - Static method in class edu.unh.sdb.common.XMLReader
-
converts a string to an integer
- stoppedPrefetching - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- StorageType - Class in edu.unh.sdb.common
-
The StorageType class represents the various basic types that are native
to Java.
- storageType - Variable in class edu.unh.sdb.common.UserType
-
- storageType - Variable in class edu.unh.sdb.common.UserTypeBuilder
-
- subBasicBlock(BasicBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.PointOrderBFDS
-
This subblock method will check if gap between two neighboring rods (in
data storage order) is smaller than the argument seekcost.
- subBasicBlock(BasicBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.RemoteBFDS
-
this method will invoke remote datasource server extract data from the
disk, and push it into the java socket
- subBasicBlock(BasicBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Note: The BasicBlock is assumed to be created and a valid data
array is already allocated.
- subBasicBlock(BasicBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
Note: The BasicBlock is assumed to be created and a valid data
array is already allocated.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.AliasDataSource
-
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.AliasDataSource
-
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.AliasDataSource
-
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.ARBlock
-
Get a block of data of the DataSource.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.ARBlock
-
Get a block of data of the DataSource, pass by reference.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.ARBlock
-
Pass by reference subblock method taking FieldIDMapper
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Return a new DataBlock that is a subset of this datablock.
- subblock(DataBlock, ISBounds) - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Reads a subblock defined by the specified bounds into the DataBlock
argument
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.ARRSCellBlock
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.ARRSCellCopyDS
-
Return a new DataBlock that is a subset of this datablock.
- subblock(DataBlock, ISBounds) - Method in class edu.unh.sdb.datasource.ARRSCellCopyDS
-
Reads a subblock defined by the specified bounds into the DataBlock
argument
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Return a new DataBlock that is a subset of this datablock.
- subblock(DataBlock, ISBounds) - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Reads a subblock defined by the specified bounds into the DataBlock
argument
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.ARRSCellDataSource
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
Get a block of datums.
- subblock(ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
Get a block of datums with a subset of all the attributes
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
Reads a subblock defined by srcBounds into the region of the
Datablock argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
Deprecated.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
Reads a subblock defined by srcBounds into the region of the
Datablock argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.BasicBlock
-
this is the old interface, the query bounds is check to ensure correctness
- subblock(BasicBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(BasicBlock, ISBounds, ISBounds, RecordSpec, FieldIDMapper) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.BasicBlock
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.BlockedDataSource
-
Get a block of data of the DataSource.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.BlockedDataSource
-
Get a block of data of the DataSource, pass by reference before this
method is called, check to make sure the Dimensionality and dsisb is
inside the DataSource's bounds
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.BlockedDataSource
-
Pass by reference subblock method taking FieldIDMapper
- subblock(ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.BlockedDataSource
-
get the Datablock and fit in a Datablock which may have different size
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.BlockManager
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.BlockManager
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.BlockManager
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.CacheDataSource
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.CacheDataSource
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.ChomboDataSource
-
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.ChunkedDataSource
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Return a new DataBlock( currently it returns a CompositeBlock) that is a
subset of this datablock.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
the returning DataBlock is a CompositeBlock
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.CompositeBlock
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.DataBlockProxy
-
- subblock(DataBlock, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DataBlockProxy
-
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DataBlockProxy
-
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a new DataBlock that is a subset of this DataCollection.
- subblock(RecordSpec) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a new DataBlock that is an attribute projection of this DataCollection
based on the attributes as defined by the RecordSpec.
- subblock(FieldIDMapper) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a new DataBlock that is an attribute projection of this DataCollection
based on the attributes as defined by the FieldIDMapper.
- subblock(ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a new DataBlock that is a subset of this DataCollection based
on bounds and selective attributes as defined by the RecordSpec.
- subblock(ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DataCollection
-
Return a new DataBlock that is a subset of this datablock based on bounds
and selective attributes as defined by the FieldIDMapper.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.DataCollection
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DataCollection
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds) - Method in class edu.unh.sdb.datasource.DataCollection
-
Reads a subblock defined by srcBounds into the Datablock argument.
- subblock(DataBlock, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.DataCollection
-
Reads a subblock defined by srcBounds into the Datablock argument.
- subblock(DataBlock, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DataCollection
-
Reads a subblock defined by srcBounds into the Datablock argument.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.DataCollection
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DSBlockStencil) - Method in class edu.unh.sdb.datasource.DataCollection
-
Fill the datablocks specified as "active" in the DSBlockStencil.
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.DataSourceServer
-
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
Return a new DataBlock that is a subset of this datablock.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.DatumBlock
-
Deprecated.
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.DSThreadedPartitionedStencilIterator
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DSThreadedPartitionedStencilIterator
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.DynamicChunking
-
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.DynamicChunking
-
not implemented
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.ForeignReferenceDataSource
-
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.ForeignReferenceDataSource
-
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.ForeignReferenceDataSource
-
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DSBlockStencil) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
Returns a spatial subset of the DataSource as delimited by the ISBounds argument.
- subblock(ISBounds) - Method in interface edu.unh.sdb.datasource.Indexable
-
return a subblock defined by the bounds
- subblock(ISBounds, RecordSpec) - Method in interface edu.unh.sdb.datasource.Indexable
-
return a subbloc defined by the bounds and recordSpec
- subblock(ISBounds, FieldIDMapper) - Method in interface edu.unh.sdb.datasource.Indexable
-
return a subbloc defined by the bounds and a FieldIDMapper
- subblock(DataBlock, ISBounds, ISBounds) - Method in interface edu.unh.sdb.datasource.Indexable
-
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in interface edu.unh.sdb.datasource.Indexable
-
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in interface edu.unh.sdb.datasource.Indexable
-
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.MRDataSource
-
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.MRDataSource
-
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Return a new DataBlock that is a subset of this datablock.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.OverlapBlockedDataSource
-
Get a block of data of the DataSource.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.OverlapBlockedDataSource
-
Get a block of data of the DataSource, pass by reference
before this method is called, check to make sure the
Dimensionality and dsisb is inside the DataSource's bounds
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.OverlapBlockedDataSource
-
Pass by reference subblock method taking FieldIDMapper
- subblock(ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.OverlapBlockedDataSource
-
get the Datablock and fit in a Datablock which may have different size
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.OverlapBlockManager
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.RayCellIterator
-
Return a new DataBlock that is a subset of this datablock.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.RayCellIterator
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.RayCellIterator
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.RayCellIterator
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
Return a new DataBlock that is a subset of this datablock.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
Reads a subblock defined by srcBounds into the region of the
Datablock argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.RegularGridBlockManager
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.RemoteUDPClient
-
Returns a spatial subset of the DataSource as delimited by the ISBounds argument.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DSBlockStencil) - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
Returns a spatial subset of the DataSource as delimited by the ISBounds argument.
- subblock(ISBounds) - Method in interface edu.unh.sdb.datasource.Server
-
- subblock(DSBlockStencil) - Method in class edu.unh.sdb.datasource.StatsDataSource
-
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.TextFileDataSource
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.TextFileDataSource
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.TextFileDataSource
-
Reads a subblock defined by srcBounds into the region of the Datablock argument
defined by dstBounds.
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.TextFileDataSource
-
Returns a spatial subset of the DataSource as delimited by the
ISBounds argument.
- subblock(FloatDatum[], ISBounds) - Method in class edu.unh.sdb.datasource.TextFileDataSource
-
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Return a new DataBlock that is a subset of this URCellBlock.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(RecordSpec, ISBounds) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Return a subblock corresponding to the given RecordSpec and the given
ISBounds.
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.VRDataBlock
-
- subblock(RecordSpec, ISBounds) - Method in class edu.unh.sdb.datasource.VRDataBlock
-
Deprecated.
- subblock(ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.VRDataBlock
-
Returns a DataBlock that is an attribute projection of a spatial
subset of the DataSource.Override parent method for inefficiency.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.VRDataBlock
-
Reads a subblock defined by srcBounds into the region of the
Datablock argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.VRDataBlock
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.VRDataBlock
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(Datum[], ISBounds) - Method in class edu.unh.sdb.datasource.VRDataSource
-
- subblock(ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.VRDataSource
-
Returns a DataBlock that is an attribute projection of a spatial
subset of the DataSource.
- subblock(ISBounds) - Method in class edu.unh.sdb.datasource.VRDataSource
-
Returns a DataBlock that is a spatial subset of the DataSource.Override
parent method for inefficiency.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.VRDataSource
-
Reads a subblock defined by srcBounds into the region of the
Datablock argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.VRDataSource
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.VRDataSource
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds) - Method in class edu.unh.sdb.datasource.VRIndexable
-
Reads a subblock defined by srcBounds into the region of the Datablock
argument defined by dstBounds.
- subblock(DataBlock, ISBounds, ISBounds, RecordSpec) - Method in class edu.unh.sdb.datasource.VRIndexable
-
Reads a subblock defined by srcISB into the region of the Datablock
argument defined by dstISB.
- subblock(DataBlock, ISBounds, ISBounds, FieldIDMapper) - Method in class edu.unh.sdb.datasource.VRIndexable
-
Reads a subblock defined by srcISB into the region of the Datablock
argument defined by dstISB.
- subblockQueryBounds - Variable in class edu.unh.sdb.datasource.ThreadedSliceCache
-
- subset(RecordSpec) - Method in class edu.unh.sdb.common.ByteDatum
-
Return a new datum with the attributes indicated by the RecordSpec.
- subset(ByteDatum, RecordSpec) - Method in class edu.unh.sdb.common.ByteDatum
-
Copy the attributes specified by the RecordSpec into the argument datum.
- subset(Datum, RecordSpec) - Method in class edu.unh.sdb.common.ByteDatum
-
Copy the attributes specified by the RecordSpec into the argument datum.
- subset(RecordSpec) - Method in class edu.unh.sdb.common.Datum
-
Return a new datum with the attributes indicated by the RecordSpec.
- subset(Datum, RecordSpec) - Method in class edu.unh.sdb.common.Datum
-
Copy the attributes specified by the RecordSpec into the argument datum.
- subset(RecordSpec) - Method in class edu.unh.sdb.common.DoubleDatum
-
Return a new datum with the attributes indicated by the RecordSpec.
- subset(DoubleDatum, RecordSpec) - Method in class edu.unh.sdb.common.DoubleDatum
-
Copy the attributes specified by the RecordSpec into the argument datum.
- subset(Datum, RecordSpec) - Method in class edu.unh.sdb.common.DoubleDatum
-
Copy the attributes specified by the RecordSpec into the argument datum.
- subset(RecordSpec) - Method in class edu.unh.sdb.common.FloatDatum
-
Return a new datum with the attributes indicated by the RecordSpec.
- subset(FloatDatum, RecordSpec) - Method in class edu.unh.sdb.common.FloatDatum
-
Copy the attributes specified by the RecordSpec into the argument datum.
- subset(Datum, RecordSpec) - Method in class edu.unh.sdb.common.FloatDatum
-
Copy the attributes specified by the RecordSpec into the argument datum.
- subset(RecordSpec) - Method in class edu.unh.sdb.common.IntDatum
-
Return a new datum with the attributes indicated by the RecordSpec.
- subset(IntDatum, RecordSpec) - Method in class edu.unh.sdb.common.IntDatum
-
Copy the attributes specified by the RecordSpec into the argument datum.
- subset(Datum, RecordSpec) - Method in class edu.unh.sdb.common.IntDatum
-
Copy the attributes specified by the RecordSpec into the argument datum.
- subset(RecordSpec) - Method in class edu.unh.sdb.common.MixedDatum
-
Return a new datum with the attributes indicated by the RecordSpec.
- subset(MixedDatum, RecordSpec) - Method in class edu.unh.sdb.common.MixedDatum
-
Copy the attributes specified by the RecordSpec into the argument datum.
- subset(Datum, RecordSpec) - Method in class edu.unh.sdb.common.MixedDatum
-
Copy the attributes specified by the RecordSpec into the argument datum.
- subset(RecordSpec) - Method in class edu.unh.sdb.common.ShortDatum
-
Return a new datum with the attributes indicated by the RecordSpec.
- subset(ShortDatum, RecordSpec) - Method in class edu.unh.sdb.common.ShortDatum
-
Copy the attributes specified by the RecordSpec into the argument datum.
- subset(Datum, RecordSpec) - Method in class edu.unh.sdb.common.ShortDatum
-
Copy the attributes specified by the RecordSpec into the argument datum.
- subset(RecordDescriptor) - Method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
- subset(ISBounds) - Method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
- subset(RecordDescriptor, ISBounds) - Method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
- subset(RecordDescriptor) - Method in class edu.unh.sdb.datasource.TextFileDataSource
-
- subset(ISBounds) - Method in class edu.unh.sdb.datasource.TextFileDataSource
-
- subset(RecordDescriptor, ISBounds) - Method in class edu.unh.sdb.datasource.TextFileDataSource
-
- subtract(int, int) - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
For the specified axis of this IndexSpaceID, subtract
specified value.
- subtract(IndexSpaceID) - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
For each axis of this IndexSpaceID, subtract the value
of the corresponding axis of the parameter.
- subtract(IndexSpaceID, IndexSpaceID) - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
For each axis of this IndexSpaceID, subtract the value
of the corresponding axis of the second argument, and
assign the result to the first argument.
- subtract(Point) - Method in class edu.unh.sdb.lattice.Point
-
For each axis of this Point, subtract the value
of the corresponding axis of the parameter.
- subtree - Variable in class edu.unh.sdb.datasource.ARRSCellDataSource
-
- sum(int, int) - Method in class edu.unh.sdb.datasource.DataSourceServer
-
- sum(int, int) - Method in interface edu.unh.sdb.datasource.Server
-
read an array of bytes from the remote file server
- swap(Object[], int, int) - Static method in class edu.unh.sdb.datasource.SliceUtil
-
- Table - Class in edu.unh.sdb.mdb
-
- Table() - Constructor for class edu.unh.sdb.mdb.Table
-
- tag - Variable in class edu.unh.sdb.datasource.CacheDataBlock
-
- tagAxisWeights - Variable in class edu.unh.sdb.datasource.BlockCache
-
- tagToBounds(long, ISBounds) - Method in class edu.unh.sdb.datasource.BlockCache
-
Return the bounds of the region in the index space corresponding to the
given tag.
- tagToPartitioningCoords(long, int[]) - Method in class edu.unh.sdb.datasource.BlockCache
-
- tBASETYPE - Static variable in class edu.unh.sdb.mdb.Table
-
- TCP - Static variable in class edu.unh.sdb.common.Globals
-
- tempCoords - Variable in class edu.unh.sdb.datasource.RegularISPartitioning
-
- tempDatum - Variable in class edu.unh.sdb.datasource.BinaryFileDataSource
-
- tempDatum - Variable in class edu.unh.sdb.datasource.DSBlockStencil
-
- test1() - Static method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
Tests AttributeJoinDataSource.
- test2(String[]) - Static method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
Test AttributeJoinDataSource
- testBytes(byte[]) - Method in class edu.unh.sdb.datasource.ChomboRemoteClient
-
- TextFileDataSource - Class in edu.unh.sdb.datasource
-
This class will read from a file of numeric ASCII data, providing an n-dimensional
datasource view of that file.
- TextFileDataSource(String, RecordDescriptor, ISBounds, AxisOrdering, String) - Constructor for class edu.unh.sdb.datasource.TextFileDataSource
-
- theBlock - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- TheClient() - Static method in class edu.unh.sdb.datasource.RemoteUDPClient
-
File transfer client program.
- theData - Variable in class edu.unh.sdb.datasource.TextFileDataSource
-
- thePoints - Variable in class edu.unh.sdb.lattice.UnstructuredTopology
-
- theRegionData - Variable in class edu.unh.sdb.datasource.ARRSLeafNode
-
- theSource - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- theTriangles - Variable in class edu.unh.sdb.lattice.UnstructuredTopology
-
- threaded - Variable in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- ThreadedBlockCacheDataSource - Class in edu.unh.sdb.datasource
-
The ThreadedBlockCacheDataSource provides cache service for an underlying datasource.
- ThreadedBlockCacheDataSource(String, DataSource, ISBounds, IndexSpaceID, AxisOrdering) - Constructor for class edu.unh.sdb.datasource.ThreadedBlockCacheDataSource
-
Create a ThreadedBlockCacheDataSource with a single CacheBlock connected to the DataSource
argument.
- ThreadedBlockCacheDataSource(String, DataSource, IndexSpaceID, AxisOrdering) - Constructor for class edu.unh.sdb.datasource.ThreadedBlockCacheDataSource
-
Create a ThreadedBlockCacheDataSource with a single CacheBlock connected to the DataSource
argument.
- ThreadedSliceCache - Class in edu.unh.sdb.datasource
-
This cache is meant for use with slice iteration, and performs active prefetching
using a separate IO thread.
- ThreadedSliceCache(Indexable, int, IndexSpaceID, ISBounds, AxisOrdering) - Constructor for class edu.unh.sdb.datasource.ThreadedSliceCache
-
- ThreadedSliceCache.SliceCacheIOThread - Class in edu.unh.sdb.datasource
-
- ThreadedSliceCacheDataSource - Class in edu.unh.sdb.datasource
-
- ThreadedSliceCacheDataSource(String, DataSource, ISBounds, int, IndexSpaceID) - Constructor for class edu.unh.sdb.datasource.ThreadedSliceCacheDataSource
-
Creates a ThreadedSliceCacheDataSource that caches the specified DataSource.
- ThreadedSliceCacheDataSource(String, DataSource, int, IndexSpaceID) - Constructor for class edu.unh.sdb.datasource.ThreadedSliceCacheDataSource
-
Creates a ThreadedSliceCacheDataSource that caches the specified DataSource.
- throwerIndex - Variable in class edu.unh.sdb.common.SDBError
-
- ThrowFatalOnly - Static variable in class edu.unh.sdb.common.SDBError
-
- times - Static variable in class edu.unh.sdb.datasource.RemoteUDPClient
-
- TimeSeries - Class in edu.unh.sdb.datasource
-
This class encapsulates time series data without imposing a particular
data access interface on the series itself.
- TimeSeries(String, String) - Constructor for class edu.unh.sdb.datasource.TimeSeries
-
Create a time series of DataSources from an xfdlFile.
- TimeSeries(String, DataCollection[]) - Constructor for class edu.unh.sdb.datasource.TimeSeries
-
Create a time series from an array of DataCollections
- TimeSeries(String, DataCollection[], float[]) - Constructor for class edu.unh.sdb.datasource.TimeSeries
-
Create a time series from an array of DataCollections and a time mapping
- toComponent(int) - Method in class edu.unh.sdb.common.FieldIDMapper
-
return the component index given a composite index.
- toComponent(RecordSpec) - Method in class edu.unh.sdb.common.FieldIDMapper
-
Returns a RecordSpec mapped to the given RecordSpec whose
field numbers could be found in this.compositeFields.
- toComponent(IndexSpaceID) - Method in class edu.unh.sdb.datasource.ISIDMapper
-
Map the IndexSpaceID argument from composite space to component space.
- toComponent(IndexSpaceID, IndexSpaceID) - Method in class edu.unh.sdb.datasource.ISIDMapper
-
Map the IndexSpaceID argument from composite space to component space.
- toComponent(int[]) - Method in class edu.unh.sdb.datasource.ISIDMapper
-
Map the coords array argument from composite space to component space.
- toComponent(int[], int[]) - Method in class edu.unh.sdb.datasource.ISIDMapper
-
Map the coords array argument from composite space to component space.
- toComponent(ISBounds) - Method in class edu.unh.sdb.datasource.ISIDMapper
-
Map the bounds argument from composite space to component space.
- toComposite(int) - Method in class edu.unh.sdb.common.FieldIDMapper
-
Returns the composite index given the component index.
- toComposite(IndexSpaceID) - Method in class edu.unh.sdb.datasource.ISIDMapper
-
Map the IndexSpaceID argument from component space to composite space.
- toComposite(int[]) - Method in class edu.unh.sdb.datasource.ISIDMapper
-
Map the coords array argument from component space to composite space.
- toComposite(ISBounds) - Method in class edu.unh.sdb.datasource.ISIDMapper
-
Map the bounds argument from component space to composite space.
- toDestination(int) - Method in class edu.unh.sdb.common.FieldIDMapper
-
Returns the destination index given the source index.
- topoBounds - Variable in class edu.unh.sdb.lattice.UnstructuredGeometry
-
- toPoint3d(Point3i) - Static method in class edu.unh.sdb.datasource.SliceUtil
-
- topology - Variable in class edu.unh.sdb.lattice.Lattice
-
- Topology - Class in edu.unh.sdb.lattice
-
- Topology() - Constructor for class edu.unh.sdb.lattice.Topology
-
- Topology(int) - Constructor for class edu.unh.sdb.lattice.Topology
-
- toSource(int) - Method in class edu.unh.sdb.common.FieldIDMapper
-
return the source index given a destination index.
- toString() - Method in class edu.unh.sdb.common.AttributeDescriptor
-
Returns a String representation of the AttributeDescriptor.
- toString() - Method in class edu.unh.sdb.common.Bounds
-
Write the contents of the Bounds to a string.
- toString() - Method in class edu.unh.sdb.common.ByteDatum
-
Return a string representation of the datum.
- toString() - Method in class edu.unh.sdb.common.DoubleDatum
-
Return a string representation of the datum.
- toString() - Method in class edu.unh.sdb.common.EulerAngles
-
- toString() - Method in class edu.unh.sdb.common.FieldIDMapper
-
to String
- toString() - Method in class edu.unh.sdb.common.FloatDatum
-
Return a string representation of the datum.
- toString() - Method in class edu.unh.sdb.common.IntDatum
-
Return a string representation of the datum.
- toString() - Method in class edu.unh.sdb.common.Metadata
-
- toString() - Method in class edu.unh.sdb.common.MetadataCollection
-
- toString() - Method in class edu.unh.sdb.common.MixedDatum
-
Return a string representation of the datum.
- toString() - Method in class edu.unh.sdb.common.RangedType
-
Return a representation of this object as a nicely formatted String.
- toString() - Method in class edu.unh.sdb.common.RangedTypeBuilder
-
diagnostic utility method for dumping this class to a string
- toString() - Method in class edu.unh.sdb.common.RecordDescriptor
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.common.RecordDescriptor
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.common.RecordDescriptorBuilder
-
diagnostic utility method for dumping this class to a string
- toString() - Method in class edu.unh.sdb.common.ShortDatum
-
Return a string representation of the datum.
- toString() - Method in class edu.unh.sdb.common.StorageType
-
Return this StorageType represented as a nicely formatted String.
- toString() - Method in class edu.unh.sdb.common.Type
-
Return a representation of this object as a nicely formatted String.
- toString() - Method in class edu.unh.sdb.common.TypeBuilder
-
diagnostic utility method for dumping this class to a string
- toString() - Method in class edu.unh.sdb.common.TypeTable
-
Return a representation of this object as a nicely formatted String.
- toString() - Method in class edu.unh.sdb.common.UserType
-
Return a representation of this object as a nicely formatted String.
- toString() - Method in class edu.unh.sdb.common.UserTypeBuilder
-
diagnostic utility method for dumping this class to a string
- toString(String) - Method in class edu.unh.sdb.datasource.ARRSCell
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.datasource.ARRSCellBlockIterator
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.ARRSCellBlockIterator
-
Return description of this ARRSCell
- toString(String) - Method in class edu.unh.sdb.datasource.ARRSCellID
-
Return a String representing the object indented by the argument string.
- toString(String) - Method in class edu.unh.sdb.datasource.ARRSCellIterator
-
Return description of this ARRSCell
- toString() - Method in class edu.unh.sdb.datasource.ARRSTree
-
Print the info of a tree
- toString() - Method in class edu.unh.sdb.datasource.AttributeJoinDataSource
-
- toString() - Method in class edu.unh.sdb.datasource.AttributeOrderBFDS
-
Print the data members of the DataSource in an easy to read fashion.
- toString() - Method in class edu.unh.sdb.datasource.AxisOrdering
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.AxisOrdering
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.datasource.BDISBoundsIterator
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.BDISBoundsIterator
-
Return description of this BDISBoundsIterator
- toString() - Method in class edu.unh.sdb.datasource.BinaryFileDataSource
-
Print the data members of the DataSource in an easy to read fashion.
- toString() - Method in class edu.unh.sdb.datasource.BlockedDataSource
-
- toString() - Method in class edu.unh.sdb.datasource.Cell
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.Cell
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.datasource.CellBlockIterator
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.CellBlockIterator
-
Return description of this ARRSCell
- toString() - Method in class edu.unh.sdb.datasource.CellID
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.CellID
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.datasource.CellIterator
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.CellIterator
-
Return description of this ARRSCell
- toString() - Method in class edu.unh.sdb.datasource.CompositeDataSource
-
Print the data members of the DataSource in an easy to read fashion.
- toString() - Method in class edu.unh.sdb.datasource.DataBlock
-
Write the values of the entire DataBlock index space to a string in
a nice format.
- toString() - Method in class edu.unh.sdb.datasource.DataSource
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.DataSource
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.datasource.DataSourceBuilder
-
diagnostic utility method for dumping this class to a string
- toString() - Method in class edu.unh.sdb.datasource.DataSourceCollection
-
for debugging - prints the total number of datasource collections stored.
- toString() - Method in class edu.unh.sdb.datasource.DimResolution
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.DimResolution
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.datasource.DSArrayStencil
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.DSArrayStencil
-
- toString() - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.DSBlockStencil
-
- toString() - Method in class edu.unh.sdb.datasource.DSPartitionedStencil
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.DSPartitionedStencil
-
- toString() - Method in class edu.unh.sdb.datasource.FDLDescriptor
-
Returns a String representation of this class
- toString() - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.IndexSpaceID
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.datasource.IntegerIndexSpaceID
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.IntegerIndexSpaceID
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.ISBounds
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.ISBoundsIterator
-
Return description of this ISBoundsIterator
- toString() - Method in class edu.unh.sdb.datasource.ISIDMapper
-
convert to a String representation for debugging
- toString() - Method in class edu.unh.sdb.datasource.ISIterator
-
Return description of this ISIterator
- toString() - Method in class edu.unh.sdb.datasource.ISPartitioning
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.ISPartitioning
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.datasource.ObliquePlaneIterator
-
- toString() - Method in class edu.unh.sdb.datasource.OverlapBlockedDataSource
-
- toString() - Method in class edu.unh.sdb.datasource.PackedIndexSpaceID
-
Return a String representing the object.
- toString() - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.PhysicalDataSource
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.datasource.Plane
-
- toString() - Method in class edu.unh.sdb.datasource.PointOrderBFDS
-
Print the data members of the DataSource in an easy to read fashion.
- toString() - Method in class edu.unh.sdb.datasource.RandomBlockIterator
-
- toString() - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.RegCellDataSource
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.RegularISPartitioning
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.datasource.RegularPartitionISID
-
Return a String representing the object.
- toString() - Method in class edu.unh.sdb.datasource.Slice
-
- toString() - Method in class edu.unh.sdb.datasource.SparseDataSource.MapInfo
-
- toString() - Method in class edu.unh.sdb.datasource.TextFileDataSource
-
Print the data members of the DataSource in an easy to read fashion.
- toString() - Method in class edu.unh.sdb.datasource.URCellBlock
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.URCellBlock
-
Return a String representing the object indented by the argument string.
- toString(String) - Method in class edu.unh.sdb.datasource.URCellBlockIterator
-
Return description of this ARRSCell
- toString() - Method in class edu.unh.sdb.datasource.URCellIterator
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.datasource.URCellIterator
-
Return description of this ARRSCell
- toString() - Method in class edu.unh.sdb.datasource.Volume
-
- toString() - Method in class edu.unh.sdb.datasource.VRIndexable
-
Return the description of the VRDS
- toString() - Method in class edu.unh.sdb.lattice.Approximator
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.Approximator
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.AreaTriangleCellApproximator
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.AreaTriangleCellApproximator
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.ArrayApproximator
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.ArrayApproximator
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.ArrayCell
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.ArrayCell
-
Return a String representing the object indented by the
argument string.
- toString() - Method in class edu.unh.sdb.lattice.Borrowed2DTriangleCell
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.Borrowed2DTriangleCell
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.Cell
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.Cell
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.CellGroup
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.CellGroup
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.CellGroupGrid
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.CellGroupGrid
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.CellID
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.CellID
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.FileArrayCellGroup
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.FileArrayCellGroup
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.FileSplitterCellGroup
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.FileSplitterCellGroup
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.FileSplitterCellGroupGrid
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.FileSplitterCellGroupGrid
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.GBounds
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.GBounds
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.GBoundsGapIterator
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.GBoundsGapIterator
-
Return description of this GBoundsGapIterator
- toString() - Method in class edu.unh.sdb.lattice.GBoundsIterator
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.GBoundsIterator
-
Return description of this GBoundsIterator
- toString() - Method in class edu.unh.sdb.lattice.Geometry
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.Geometry
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.GIterator
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.GIterator
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.Lattice
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.Lattice
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.LatticeBuilder
-
diagnostic utility method for dumping this class to a string
- toString() - Method in class edu.unh.sdb.lattice.LatticeCollection
-
for debugging - prints the total number of Lattice collections stored.
- toString() - Method in class edu.unh.sdb.lattice.LinearTriangleCellApproximator
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.LinearTriangleCellApproximator
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.PartitionedFileArrayCellGroup
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.PartitionedFileArrayCellGroup
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.PartitionedSplitCellGroupGrid
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.PartitionedSplitCellGroupGrid
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.Partitioning
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.Partitioning
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.PlanarTriangleCellApproximator
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.PlanarTriangleCellApproximator
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.Point
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.Point
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.RectilinearTopology
-
- toString(String) - Method in class edu.unh.sdb.lattice.RectilinearTopology
-
- toString() - Method in class edu.unh.sdb.lattice.RegularCellPartitioning
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.RegularCellPartitioning
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.RegularPartitioning
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.RegularPartitioning
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.SplitCellGroupGrid
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.SplitCellGroupGrid
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.Topology
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.Topology
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.TriangleCell
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.TriangleCell
-
Return a String representing the object indented by the argument string.
- toString(String) - Method in class edu.unh.sdb.lattice.TriangleCellIterator
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.UnstructuredApproximator
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.UnstructuredApproximator
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.UnstructuredGeometry
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.UnstructuredGeometry
-
Return a String representing the object indented by the argument string.
- toString() - Method in class edu.unh.sdb.lattice.UnstructuredTopology
-
Return a String representing the object.
- toString(String) - Method in class edu.unh.sdb.lattice.UnstructuredTopology
-
Return a String representing the object indented by the argument string.
- toStringIndent - Static variable in class edu.unh.sdb.common.Globals
-
- toXML(String) - Method in class edu.unh.sdb.common.Metadata
-
returns a String representation of this Metadata object in XML form.
- toXML(String) - Method in class edu.unh.sdb.common.MetadataCollection
-
returns a String representing this metadata collection in XML format.
- TransferFunction - Class in edu.unh.sdb.datasource
-
- TransferFunction() - Constructor for class edu.unh.sdb.datasource.TransferFunction
-
- TransferFunction.Block - Class in edu.unh.sdb.datasource
-
Block of data that is read for a datasource.
- TransferFunction.Block() - Constructor for class edu.unh.sdb.datasource.TransferFunction.Block
-
- TransferFunction.Block(DataBlock, double, double, double) - Constructor for class edu.unh.sdb.datasource.TransferFunction.Block
-
- TransferFunction.Feature - Enum in edu.unh.sdb.datasource
-
- TransferFunction.Type - Enum in edu.unh.sdb.datasource
-
- transform(Matrix3d) - Method in class edu.unh.sdb.datasource.Plane
-
- translate(Vector3d) - Method in class edu.unh.sdb.datasource.Plane
-
- transmitTime() - Method in class edu.unh.sdb.datasource.GraniteRemoteClient
-
- transmitTime() - Method in class edu.unh.sdb.datasource.RemoteBFDS
-
- transmitTime() - Method in class edu.unh.sdb.datasource.RemoteUDPClient
-
- transmitTime() - Method in class edu.unh.sdb.datasource.RemoteUDTClient
-
- tRECORDID - Static variable in class edu.unh.sdb.mdb.Table
-
- tree - Variable in class edu.unh.sdb.ARRSTreeBuilder.ARRSBuilder
-
- tree - Variable in class edu.unh.sdb.datasource.ARRSCellDataSource
-
- treeClear() - Method in class edu.unh.sdb.datasource.ARRSTree
-
Clear the ARRS tree
- TriangleCell - Class in edu.unh.sdb.lattice
-
- TriangleCell(Point, Point, Point) - Constructor for class edu.unh.sdb.lattice.TriangleCell
-
For debugging.
- TriangleCell() - Constructor for class edu.unh.sdb.lattice.TriangleCell
-
- TriangleCell(int, int) - Constructor for class edu.unh.sdb.lattice.TriangleCell
-
- TriangleCell(Point[], Datum[]) - Constructor for class edu.unh.sdb.lattice.TriangleCell
-
- TriangleCell(float[], float[], int, int, int) - Constructor for class edu.unh.sdb.lattice.TriangleCell
-
- TriangleCell(int[], float[], float[], int, int, int) - Constructor for class edu.unh.sdb.lattice.TriangleCell
-
- TriangleCell(DataSource, DataSource, RecordSpec, RecordSpec, RecordSpec, int, IndexSpaceID) - Constructor for class edu.unh.sdb.lattice.TriangleCell
-
- TriangleCellIterator - Class in edu.unh.sdb.lattice
-
- TriangleCellIterator(Lattice) - Constructor for class edu.unh.sdb.lattice.TriangleCellIterator
-
- trilinearInterpolation(TransferFunction.Block, Datum, IndexSpaceID) - Method in class edu.unh.sdb.datasource.TransferFunction
-
- trilinearInterpolation(TransferFunction.Block, IndexSpaceID, int) - Static method in class edu.unh.sdb.datasource.TransferFunction
-
- triliner(float, float, float, float, float, float, float, float, float, float, float) - Method in class edu.unh.sdb.datasource.RayCellIterator
-
trilinear interpolation.
- triListBounds - Variable in class edu.unh.sdb.lattice.UnstructuredTopology
-
- tTYPEID - Static variable in class edu.unh.sdb.mdb.Table
-
- tTYPENAME - Static variable in class edu.unh.sdb.mdb.Table
-
- type - Variable in class edu.unh.sdb.common.RecordDescriptor.TypeCount
-
- Type - Class in edu.unh.sdb.common
-
The Type class represents named types in the SDB system.
- Type(String) - Constructor for class edu.unh.sdb.common.Type
-
- Type() - Constructor for class edu.unh.sdb.common.Type
-
- TYPE - Static variable in class edu.unh.sdb.mdb.Table
-
define table name
- TypeBuilder - Class in edu.unh.sdb.common
-
Manufactures Type objects.
- TypeBuilder(String) - Constructor for class edu.unh.sdb.common.TypeBuilder
-
Default Constructor.
- typeCounters - Variable in class edu.unh.sdb.common.RecordDescriptor
-
- types - Variable in class edu.unh.sdb.common.RecordDescriptor
-
- typeStringtoInt(String) - Static method in class edu.unh.sdb.common.StorageType
-
Returns a valid type constant if the String argument is a valid type string.
- TypeTable - Class in edu.unh.sdb.common
-
The TypeTable class keeps track of user defined types in an internal data structure.
- TypeTable() - Constructor for class edu.unh.sdb.common.TypeTable
-
Default constructor.
- TypeTable(int) - Constructor for class edu.unh.sdb.common.TypeTable
-
This constructor allows an initial capacity to be specified.