List of all members.
Public Member Functions |
|
| MyBox (const vector< MyNT > &lows, const vector< MyNT > &highs, const vector< bool > &bounded) |
|
| MyBox (const MyPoint ¢re, const vector< MyNT > &width, const vector< bool > &bounded) |
|
| MyBox (const MyBox ©) |
|
const MyBox & | operator= (const MyBox &rhs) |
|
void | free () |
|
bool | operator== (const MyBox &rhs) const |
|
unsigned int | getNumBounded () const |
|
bool | contains (const MyPoint &point) const |
|
bool | checkBounded (int dim) const |
|
bool | isSignificant (vector< vector< MyInterval > > &intervals) |
|
MyNT | isSoftContained (vector< vector< MyInterval > > &intervals) |
|
bool | isSignificant (const MyPointSet &points, MyNT maxPValue) |
|
void | getPValues (const MyPointSet &points, vector< MyNT > &pvalues) |
|
void | update (const MyPointSet &points, const vector< int > &indices) |
|
void | update (const MyPointSet &points, int index) |
|
void | print (ostream &ostr, const vector< MyDimInfo > &dimensionInfo, MyVerbosityLevel verbosity) const |
Friends |
|
class | MyCluster |
The documentation for this class was generated from the following files:
- /home/poirel/src/c++/biorithm/libexpression/projcluster.h
- /home/poirel/src/c++/biorithm/libexpression/projcluster.C