|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongRangeSet | |
---|---|
healpix.core | This package contains the Healpix core classes. |
healpix.core.base.set |
Uses of LongRangeSet in healpix.core |
---|
Methods in healpix.core that return LongRangeSet | |
---|---|
LongRangeSet |
HealpixIndex.query_polygon(int nside,
ArrayList<SpatialVector> vlist1,
long nest,
long inclusive)
finds pixels that lie within a CONVEX polygon defined by its vertex on sphere |
LongRangeSet |
HealpixIndex.query_strip(int nside,
double theta1,
double theta2,
long nest)
finds pixels having a colatitude (measured from North pole) : theta1 < colatitude < theta2 with o <= theta1 < theta2 <= Pi if theta2 < theta1 then pixels with 0 <= colatitude < theta2 or theta1 < colatitude < Pi are returned |
LongRangeSet |
HealpixIndex.query_triangle(int nside,
SpatialVector v1,
SpatialVector v2,
SpatialVector v3,
long nest,
long inclusive)
generates a list of pixels that lie inside a triangle defined by the three vertex vectors |
LongRangeSet |
HealpixIndex.queryDisc(SpatialVector vec,
double radius,
boolean inclusive)
now using the C++ one this is here for convenience to consruct the LongRangeSet. |
LongRangeSet |
HealpixIndex.queryDisc(SpatialVector vec,
double radius,
int nest,
int inclusive)
Deprecated. use oen without nest - scheme now in map |
Uses of LongRangeSet in healpix.core.base.set |
---|
Fields in healpix.core.base.set declared as LongRangeSet | |
---|---|
static LongRangeSet |
LongRangeSetBuilder.EMPTY
empty LongRangeSet |
Methods in healpix.core.base.set that return LongRangeSet | |
---|---|
LongRangeSet |
LongRangeSetBuilder.build()
Construct new LongRangeSet from appended values * |
LongRangeSet |
LongRangeSet.complement()
Create new LongRangeSet with complement (inversion) of values in this set. |
LongRangeSet |
LongRangeSet.intersect(LongRangeSet rs)
Construct new LongRangeSet with intersection of values from original set and parameter set. |
static LongRangeSet |
LongRangeSetBuilder.readFrom(DataInput in)
Read LongRangeSet from an input stream |
LongRangeSet |
LongRangeSet.substract(LongRangeSet rs)
Construct new LongRangeSet with values which are in original set, but not in parameter. |
LongRangeSet |
LongSet.toLongRangeSet()
|
LongRangeSet |
LongRangeSet.union(LongRangeSet rs)
Create new LongRangeSet which contains union of values from original set and parameter This operation is FAST. |
Methods in healpix.core.base.set with parameters of type LongRangeSet | |
---|---|
void |
LongCollection.addAll(LongRangeSet set)
|
void |
LongRangeSetBuilder.appendRangeSet(LongRangeSet set)
append all ranges from given LongRangeSet |
LongRangeSet |
LongRangeSet.intersect(LongRangeSet rs)
Construct new LongRangeSet with intersection of values from original set and parameter set. |
LongRangeSet |
LongRangeSet.substract(LongRangeSet rs)
Construct new LongRangeSet with values which are in original set, but not in parameter. |
LongRangeSet |
LongRangeSet.union(LongRangeSet rs)
Create new LongRangeSet which contains union of values from original set and parameter This operation is FAST. |
static void |
LongRangeSetBuilder.writeTo(DataOutput out,
LongRangeSet rs)
Write LongRangeSet into stream in an space efficient way. |
Constructors in healpix.core.base.set with parameters of type LongRangeSet | |
---|---|
LongList(LongRangeSet longRangeSet)
|
|
"Built from revision exported" | |||||||||
PREV NEXT | FRAMES NO FRAMES |