H3D API  2.4.1
Public Attributes | List of all members
H3D::LibraryInfo Struct Reference

Structure to contain information about a shared library of extra nodes outside. More...

#include <H3D/LibraryInfo.h>

Public Attributes

char name [256]
 The name of the library.
 
char version [256]
 The version of the library.
 
char web [256]
 Web address with information about the library.
 
char developer [256]
 The developer of the library.
 
char developer_web [256]
 Web address to the developer.
 
char info [4096]
 Description of the library.
 

Detailed Description

Structure to contain information about a shared library of extra nodes outside.

People who develop external libraries with new nodes can define a method in their dll extern "C" MEDX3D_API LibraryInfo __cdecl getLibraryInfo(); where they return information about their library.


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