This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| bool | pmFPACopy (pmFPA *target, const pmFPA *source) |
| Copy an FPA and components, including the pixels, to a different representation of the same camera. | |
| bool | pmChipCopy (pmChip *target, const pmChip *source) |
| Copy a chip and components, including the pixels, to a different representation of the same camera. | |
| bool | pmCellCopy (pmCell *target, const pmCell *source) |
| Copy a cell and components, including the pixels, to a different representation of the same camera. | |
| bool | pmFPACopyStructure (pmFPA *target, const pmFPA *source, int xBin, int yBin) |
| Copy an FPA, but not the pixels, to a different representation of the same camera. | |
| bool | pmChipCopyStructure (pmChip *target, const pmChip *source, int xBin, int yBin) |
| Copy a chip, but not the pixels, to a different representation of the same camera. | |
| bool | pmCellCopyStructure (pmCell *target, const pmCell *source, int xBin, int yBin) |
| Copy a cell, but not the pixels, to a different representation of the same camera. | |
1.5.1