| typedef std::vector< std::complex<double> > glotzcluster::ComplexShapeVector |
| typedef std::map<int, int> glotzcluster::ListManager |
| typedef std::vector<double> glotzcluster::RealShapeVector |
| double glotzcluster::compute_difference | ( | ShapeDescriptor * | sd1, | |
| ShapeDescriptor * | sd2 | |||
| ) |
Computes the normalized difference between two vector descriptors.
| sd1 | is the first shape descriptor | |
| sd2 | is the second shape descriptor |
| double glotzcluster::compute_difference_raw | ( | ShapeDescriptor * | sd1, | |
| ShapeDescriptor * | sd2 | |||
| ) |
Computes the unnormalized difference between two vector descriptors.
| sd1 | is the first shape descriptor | |
| sd2 | is the second shape descriptor |
| double glotzcluster::compute_magnitude | ( | ShapeDescriptor * | sd | ) |
Computes the magnitude of a descriptor.
| sd | the the shape descriptor to compute the magnitude of |
| double glotzcluster::compute_projection | ( | ShapeDescriptor * | sd1, | |
| ShapeDescriptor * | sd2 | |||
| ) |
Computes the normalized projection of one vector descriptor onto another.
| sd1 | is the first shape descriptor | |
| sd2 | is the second shape descriptor |
| double glotzcluster::compute_projection_raw | ( | ShapeDescriptor * | sd1, | |
| ShapeDescriptor * | sd2 | |||
| ) |
Computes the unnormalized projection of one vector descriptor onto another.
| sd1 | is the first shape descriptor | |
| sd2 | is the second shape descriptor |
| int glotzcluster::fact | ( | int | num | ) |
| double glotzcluster::factorial_ratio | ( | int | num, | |
| int | denom | |||
| ) |
| void glotzcluster::ListInsert | ( | OBJ * | obj, | |
| LIST & | list, | |||
| ListManager & | index_of | |||
| ) | [inline] |
| obj | is the object to be inserted | |
| list | is the array to insert the object into | |
| index_of | maps the object sequencer to the index of the object in the list |
| void glotzcluster::ListRemove | ( | Obj * | obj, | |
| List & | list, | |||
| ListManager & | index_of | |||
| ) | [inline] |
| obj | is the object to be removed | |
| list | is the array to remove the object from | |
| index_of | maps the object sequencer to the index of the object in the list |
| void glotzcluster::ShowClusters | ( | ClusterList & | c | ) |
1.5.3