Public Types |
| typedef Histogram_ptr | _ptr_type |
| typedef Histogram_var | _var_type |
Public Methods |
| | Histogram () |
| virtual | ~Histogram () |
| virtual const char ** | _OB_ids () const |
| Histogram_ptr | smooth (CORBA::Double sigma) |
| HistogramModeSeq * | modes () |
| Histogram_ptr | normalize (CORBA::Double weight) |
| CORBA::Double | intersection (Histogram_ptr h) |
| CORBA::Double | chiSquare (Histogram_ptr h) |
| CORBA::Double | chiSquareNorm (Histogram_ptr h) |
| Histogram_ptr | threshold (CORBA::Double valThreshold) |
| CORBA::Long | countBins (CORBA::Double valThreshold) |
| Histogram_ptr | reduceRange (CORBA::Long binMin1, CORBA::Long binMax1, CORBA::Long binMin2, CORBA::Long binMax2, CORBA::Long binMin3, CORBA::Long binMax3) |
| Histogram_ptr | reduceRangeVal (CORBA::Double binValMin1, CORBA::Double binValMax1, CORBA::Double binValMin2, CORBA::Double binValMax2, CORBA::Double binValMin3, CORBA::Double binValMax3) |
| Histogram_ptr | to1D (CORBA::Long dim) |
| void | render3d (RgbBuffer_ptr buf, CORBA::Long dataWidth, CORBA::Long dataHeight, CORBA::Double elevation, CORBA::Double alpha, CORBA::Double threshold) |
| void | destroy () |
Static Public Methods |
| Histogram_ptr | _duplicate (Histogram_ptr p) |
| Histogram_ptr | _nil () |
| Histogram_ptr | _narrow (CORBA::Object_ptr) |
| Histogram_ptr | _narrow (CORBA::AbstractBase_ptr) |
| const char ** | _OB_staticIds () |
Protected Methods |
| virtual OB::MarshalStubImpl_ptr | _OB_createMarshalStubImpl () |