Abstract composition of pdfs, a base for specific classes this abstract class is common to
epdf and
mpdf.
More...
#include <libBM.h>
List of all members.
|
Public Member Functions |
| compositepdf (Array< mpdf * > A0) |
RV | getrv (bool checkoverlap=false) |
| find common rv, flag
|
void | setrvc (const RV &rv, RV &rvc) |
| common rvc of all mpdfs is written to rvc
|
Protected Attributes |
int | n |
| Number of mpdfs in the composite.
|
Array< mpdf * > | mpdfs |
| Elements of composition.
|
Detailed Description
Abstract composition of pdfs, a base for specific classes this abstract class is common to
epdf and
mpdf.
Member Function Documentation
RV compositepdf::getrv |
( |
bool |
checkoverlap = false |
) |
|
find common rv, flag
- Parameters:
-
| checkoverlap | modifies whether overlaps are acceptable |
References RV::add(), mpdfs, and n.
The documentation for this class was generated from the following files:
- work/git/mixpp/bdm/stat/libBM.h
- work/git/mixpp/bdm/stat/libBM.cpp