mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
34
src/VrmlData/VrmlData_ErrorStatus.hxx
Executable file
34
src/VrmlData/VrmlData_ErrorStatus.hxx
Executable file
@@ -0,0 +1,34 @@
|
||||
// File: VrmlData_ErrorStatus.hxx
|
||||
// Created: 28.10.06 12:34
|
||||
// Author: Alexander GRIGORIEV
|
||||
// Copyright: Open Cascade 2006
|
||||
|
||||
|
||||
#ifndef VrmlData_ErrorStatus_HeaderFile
|
||||
#define VrmlData_ErrorStatus_HeaderFile
|
||||
|
||||
/**
|
||||
* Status of read/write or other operation.
|
||||
*/
|
||||
enum VrmlData_ErrorStatus {
|
||||
VrmlData_StatusOK = 0,
|
||||
VrmlData_EmptyData,
|
||||
VrmlData_UnrecoverableError,
|
||||
VrmlData_GeneralError,
|
||||
VrmlData_EndOfFile,
|
||||
VrmlData_NotVrmlFile,
|
||||
VrmlData_CannotOpenFile,
|
||||
VrmlData_VrmlFormatError,
|
||||
VrmlData_NumericInputError,
|
||||
VrmlData_IrrelevantNumber,
|
||||
VrmlData_BooleanInputError,
|
||||
VrmlData_StringInputError,
|
||||
VrmlData_NodeNameUnknown,
|
||||
VrmlData_NonPositiveSize,
|
||||
VrmlData_ReadUnknownNode,
|
||||
VrmlData_NonSupportedFeature,
|
||||
VrmlData_OutputStreamUndefined,
|
||||
VrmlData_NotImplemented
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user