Open Inventor
Release 2025.2.0
Loading...
Searching...
No Matches
SoHardwareQuery.h
1
/*=======================================================================
2
*** THE CONTENT OF THIS WORK IS PROPRIETARY TO FEI S.A.S, (FEI S.A.S.), ***
3
*** AND IS DISTRIBUTED UNDER A LICENSE AGREEMENT. ***
4
*** ***
5
*** REPRODUCTION, DISCLOSURE, OR USE, IN WHOLE OR IN PART, OTHER THAN AS ***
6
*** SPECIFIED IN THE LICENSE ARE NOT TO BE UNDERTAKEN EXCEPT WITH PRIOR ***
7
*** WRITTEN AUTHORIZATION OF FEI S.A.S. ***
8
*** ***
9
*** RESTRICTED RIGHTS LEGEND ***
10
*** USE, DUPLICATION, OR DISCLOSURE BY THE GOVERNMENT OF THE CONTENT OF THIS ***
11
*** WORK OR RELATED DOCUMENTATION IS SUBJECT TO RESTRICTIONS AS SET FORTH IN ***
12
*** SUBPARAGRAPH (C)(1) OF THE COMMERCIAL COMPUTER SOFTWARE RESTRICTED RIGHT ***
13
*** CLAUSE AT FAR 52.227-19 OR SUBPARAGRAPH (C)(1)(II) OF THE RIGHTS IN ***
14
*** TECHNICAL DATA AND COMPUTER SOFTWARE CLAUSE AT DFARS 52.227-7013. ***
15
*** ***
16
*** COPYRIGHT (C) 1996-2025 BY FEI S.A.S, ***
17
*** BORDEAUX, FRANCE ***
18
*** ALL RIGHTS RESERVED ***
19
**=======================================================================*/
20
/*=======================================================================
21
** Author : VSG (MMM YYYY)
22
**=======================================================================*/
23
24
25
#ifndef _SO_HARDWARE_QUERY_
26
#define _SO_HARDWARE_QUERY_
27
28
#ifdef _WIN32
29
#pragma warning(push)
30
#pragma warning(disable:4251)
31
#pragma warning(disable:4244)
32
#endif
33
34
#include <Inventor/nodes/SoNode.h>
35
36
class
SoHardwareQuery
:
public
SoNode {
37
SO_NODE_ABSTRACT_HEADER(
SoHardwareQuery
);
38
39
public
:
41
// Hardware Query section
42
SoHardwareQuery
();
43
44
enum
HW_Feature
{
55
HW_3DTEXMAP
,
61
HW_TEXCOLORMAP
,
66
HW_TEXCOMPRESSION
67
};
68
enum
HW_SupportStatus
{
69
NO
,
70
YES
,
71
UNKNOWN
72
};
73
82
static
HW_SupportStatus
isSupported
(
HW_Feature
feature );
83
84
private
:
85
static
void
initClass();
86
static
void
exitClass();
87
};
88
89
#ifdef _WIN32
90
#pragma warning( pop )
91
#endif
92
93
#endif
// _SO_HARDWARE_QUERY_
94
95
SoHardwareQuery::HW_Feature
HW_Feature
Definition
SoHardwareQuery.h:44
SoHardwareQuery::HW_TEXCOLORMAP
@ HW_TEXCOLORMAP
The system supports the OpenGL paletted texture extension and/or the texture color table extension.
Definition
SoHardwareQuery.h:61
SoHardwareQuery::HW_3DTEXMAP
@ HW_3DTEXMAP
The system supports OpenGL 3D texture mapping.
Definition
SoHardwareQuery.h:55
SoHardwareQuery::HW_TEXCOMPRESSION
@ HW_TEXCOMPRESSION
The system supports the OpenGL texture compression extension.
Definition
SoHardwareQuery.h:66
SoHardwareQuery::HW_SupportStatus
HW_SupportStatus
Definition
SoHardwareQuery.h:68
SoHardwareQuery::NO
@ NO
Definition
SoHardwareQuery.h:69
SoHardwareQuery::YES
@ YES
Definition
SoHardwareQuery.h:70
SoHardwareQuery::UNKNOWN
@ UNKNOWN
Definition
SoHardwareQuery.h:71
SoHardwareQuery::SoHardwareQuery
SoHardwareQuery()
SoHardwareQuery::isSupported
static HW_SupportStatus isSupported(HW_Feature feature)
Returns information about hardware support for various volume rendering features.
LDM
nodes
SoHardwareQuery.h
Generated by
1.13.2