Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::Hardcopy Class Reference

#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 ()
 

Detailed Description

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.

Member Enumeration Documentation

◆ ResolutionUnits

enum HPS::Hardcopy::ResolutionUnits : uint32_t
strong

The Hardcopy::Resolution class is a concept class for hardcopy output-resolution-related enum classes.

Enumerator
DPCM 

Dots Per Centimeter.

DPI 

Dots Per Inch.

DotsPerCentimeter 

Dots Per Centimeter.

DotsPerInch 

Dots Per Inch.

◆ SizeUnits

enum HPS::Hardcopy::SizeUnits : uint32_t
strong

The Hardcopy::Size class is a concept class for hardcopy output-size-related enum classes.

Enumerator
Centimeters 

Centimeters.

Inches 

Inches.

Constructor & Destructor Documentation

◆ Hardcopy()

HPS::Hardcopy::Hardcopy ( )
private

The documentation for this class was generated from the following file: