HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SIM_Error.h
Go to the documentation of this file.
1
/*
2
* PROPRIETARY INFORMATION. This software is proprietary to
3
* Side Effects Software Inc., and is not to be reproduced,
4
* transmitted, or disclosed in any way without written permission.
5
*
6
*/
7
8
#ifndef __SIM_Error__
9
#define __SIM_Error__
10
11
#include <
UT/UT_Error.h
>
12
13
enum
SIM_ErrorCodes
14
{
15
SIM_MESSAGE
= 0,
// %s
16
SIM_INSUFFICIENTCACHE
,
// Cache needs to have %s entries.
17
SIM_MISSINGDATA
,
// Required data %s is missing.
18
SIM_COLLISIONS
,
// Unresolved collisions detected.
19
SIM_AFFECTORCYCLE
,
// Cyclic metaobject affector relationship.
20
SIM_MULTIPLEMUTUAL
,
// Object in multiple metaobjects.
21
SIM_BADDATALOCATION
,
// This data violates a data hint.
22
SIM_BADSUBDATA
,
// A child of this data violates a data hint.
23
SIM_BADSTATEFILE
,
// Loaded a corrupted simulation state file.
24
SIM_CONUNPROCESSED
,
// Constraint was not processed by solver.
25
SIM_CONBADOBJECT
,
// Constraint has a bad object reference.
26
SIM_CONBADPOINT
,
// Constraint has a bad point number.
27
SIM_POINTMISMATCH
,
// Points do not match.
28
SIM_BADGEOBLEND
,
// Bad geometry blend.
29
SIM_BADSOPPATH
,
// Can't find SOP %s.
30
SIM_BADPOPPATH
,
// Can't find POP %s.
31
SIM_BADOBJPATH
,
// Can't find Object %s.
32
SIM_BADOPPATH
,
// Can't find node %s.
33
SIM_BADPRIMARYSOLVER
,
// Primary solver outof range.
34
SIM_TOPOLOGYMISMATCH
,
// Geometry topologies don't match for %s.
35
SIM_BADVOLUME
,
// Specified primitive in %s isn't a volume
36
SIM_MISSINGATTRIBUTE
,
// Required attribute %s is missing.
37
SIM_BADSOPCOOK
,
// Error cooking SOP %s.
38
SIM_BADPOPCOOK
,
// Error cooking POP %s.
39
SIM_BADOBJCOOK
,
// Error cooking Object %s.
40
SIM_BADOPCOOK
,
// Error cooking node %s.
41
SIM_NO_OPENCL
,
// OpenCL not supported in this version.
42
};
43
44
#endif
SIM_BADSOPCOOK
Definition:
SIM_Error.h:37
SIM_BADOPPATH
Definition:
SIM_Error.h:32
SIM_POINTMISMATCH
Definition:
SIM_Error.h:27
SIM_COLLISIONS
Definition:
SIM_Error.h:18
SIM_MESSAGE
Definition:
SIM_Error.h:15
SIM_BADOBJPATH
Definition:
SIM_Error.h:31
SIM_MISSINGATTRIBUTE
Definition:
SIM_Error.h:36
SIM_BADDATALOCATION
Definition:
SIM_Error.h:21
SIM_BADOBJCOOK
Definition:
SIM_Error.h:39
SIM_BADPRIMARYSOLVER
Definition:
SIM_Error.h:33
SIM_CONBADPOINT
Definition:
SIM_Error.h:26
SIM_TOPOLOGYMISMATCH
Definition:
SIM_Error.h:34
SIM_MISSINGDATA
Definition:
SIM_Error.h:17
SIM_BADOPCOOK
Definition:
SIM_Error.h:40
SIM_BADGEOBLEND
Definition:
SIM_Error.h:28
SIM_BADVOLUME
Definition:
SIM_Error.h:35
SIM_ErrorCodes
SIM_ErrorCodes
Definition:
SIM_Error.h:13
SIM_INSUFFICIENTCACHE
Definition:
SIM_Error.h:16
SIM_NO_OPENCL
Definition:
SIM_Error.h:41
SIM_BADSOPPATH
Definition:
SIM_Error.h:29
SIM_MULTIPLEMUTUAL
Definition:
SIM_Error.h:20
SIM_BADPOPCOOK
Definition:
SIM_Error.h:38
SIM_AFFECTORCYCLE
Definition:
SIM_Error.h:19
SIM_CONBADOBJECT
Definition:
SIM_Error.h:25
SIM_BADPOPPATH
Definition:
SIM_Error.h:30
SIM_BADSTATEFILE
Definition:
SIM_Error.h:23
SIM_CONUNPROCESSED
Definition:
SIM_Error.h:24
SIM_BADSUBDATA
Definition:
SIM_Error.h:22
UT_Error.h
SIM
SIM_Error.h
Generated on Fri Nov 8 2024 03:41:26 for HDK by
1.8.6