Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoHardCopy Class Reference

HardCopy Class to initialize HardCopy. More...

#include <HardCopy/SoHardCopy.h>

Static Public Member Functions

static void init ()
 Initializes all classes of HardCopy by registering them in the database.
 
static void finish ()
 Frees Open Inventor's internal static memory allocations.
 
static const char * getProductName ()
 Returns a character string identifying the name of the extension.
 
Deprecated
static SoDEPRECATED const char * getVersion ()
 Returns a character string identifying the version of the extension.
 

Detailed Description

HardCopy Class to initialize HardCopy.

This class allows the user to initialize the HardCopy module. The module must be initialized before using any other classes of the module.

SEE ALSO

HardCopy Overview,

Definition at line 59 of file SoHardCopy.h.

Member Function Documentation

◆ finish()

static void SoHardCopy::finish ( )
static

Frees Open Inventor's internal static memory allocations.

This avoids false positives from memory leak checking software. We recommend calling this method and it should be the last Open Inventor method called by the application.

◆ getProductName()

static const char * SoHardCopy::getProductName ( )
static

Returns a character string identifying the name of the extension.

◆ getVersion()

static SoDEPRECATED const char * SoHardCopy::getVersion ( )
static

Returns a character string identifying the version of the extension.

◆ init()

static void SoHardCopy::init ( )
static

Initializes all classes of HardCopy by registering them in the database.

This function needs to be called before any other class of HardCopy may be constructed or accessed.


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