#include <hps.h>
Classes | |
class | File |
Encapsulates all the functions and options related to exporting HPS::Hardcopy files. More... | |
Public Types | |
enum | SizeUnits : uint32_t { SizeUnits::Centimeters, SizeUnits::Inches } |
The Hardcopy::Size class is a concept class for hardcopy output-size-related enum classes. More... | |
enum | ResolutionUnits : uint32_t { ResolutionUnits::DPCM, ResolutionUnits::DPI, ResolutionUnits::DotsPerCentimeter = DPCM, ResolutionUnits::DotsPerInch = DPI } |
The Hardcopy::Resolution class is a concept class for hardcopy output-resolution-related enum classes. More... | |
Private Member Functions | |
Hardcopy () | |
The Hardcopy class attempts to reproduce the scene graph to each of its supported export types. This includes printing to physical paper and 2D PDF.
Default values for the various fields of the Hardcopy class can be found here.
|
strong |
|
strong |
|
private |