SoSTLFileFormat Class Reference
[Inventor STL file format support]

VSG extension Module class to initialize STL file format support. More...

#include <Inventor/io/STL/SoSTLFileFormat.h>

List of all members.

Static Public Member Functions

static void init ()
static void finish ()
static const char * getProductName ()
static const char * getVersion ()

Detailed Description

VSG extension Module class to initialize STL file format support.

This class allows the application to initialize the STL file format support module.

[C++] The module must be initialized before using any other classes of the module. However it is not necessary to explicitly initialize the module when using SoDB::readAll() to load STL format data.

This format requires redistributing the fei_inventor_io_stl plugin library with the application (e.g. fei_inventor_io_stl.dll on Windows).

Limitations:

SEE ALSO

SoSTLInputReader, SoSTLWriteAction


Member Function Documentation

static void SoSTLFileFormat::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.

static const char* SoSTLFileFormat::getProductName (  )  [static]

Returns a character string identifying the name of the extension.

static const char* SoSTLFileFormat::getVersion (  )  [static]

Returns a character string identifying the version of extension.

static void SoSTLFileFormat::init (  )  [static]

Initializes all classes of STLFileFormat modules by registering them in the database.

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


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

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/