libE57Format 3.1.1
C++ library to read & write the E57 file format for point cloud data
Loading...
Searching...
No Matches
e57 Namespace Reference

Namespaces

namespace  Utilities
 
namespace  Version
 

Classes

class  BlobNode
 An E57 element encoding an fixed-length sequence of bytes with an opaque format. More...
 
struct  CartesianBounds
 Specifies an axis-aligned box in local cartesian coordinates. More...
 
struct  ColorLimits
 Specifies the limits for the value of red, green, and blue color that a sensor is capable of producing. More...
 
class  CompressedVectorNode
 An E57 element containing ordered vector of child nodes, stored in an efficient binary format. More...
 
class  CompressedVectorReader
 An iterator object keeping track of a read in progress from a CompressedVectorNode. More...
 
class  CompressedVectorWriter
 An iterator object keeping track of a write in progress to a CompressedVectorNode. More...
 
struct  CylindricalRepresentation
 Stores an image that is mapped from 3D using a cylindrical projection model. More...
 
struct  Data3D
 Stores the top-level information for a single lidar scan. More...
 
struct  Data3DPointsData_t
 Stores pointers to user-provided buffers. More...
 
struct  DateTime
 Encodes date and time. More...
 
class  E57Exception
 Object thrown by E57 API functions to communicate the conditions of an error. More...
 
struct  E57Root
 Stores the top-level information for the XML section of the file. More...
 
class  FloatNode
 An E57 element encoding a single or double precision IEEE floating point number. More...
 
struct  GroupingByLine
 Stores a set of point groups organized by the rowIndex or columnIndex attribute of the PointRecord. More...
 
struct  Image2D
 Stores an image from a camera. More...
 
class  ImageFile
 An ASTM E57 3D format file object. More...
 
struct  IndexBounds
 Stores the minimum and maximum of rowIndex, columnIndex, and returnIndex fields for a set of points. More...
 
class  IntegerNode
 An E57 element encoding an integer value. More...
 
struct  IntensityLimits
 Specifies the limits for the value of signal intensity that a sensor is capable of producing. More...
 
struct  LineGroupRecord
 Stores information about a single group of points in a row or column. More...
 
class  Node
 Generic handle to any of the 8 types of E57 element objects. More...
 
struct  PinholeRepresentation
 Stores an image that is mapped from 3D using the pinhole camera projection model. More...
 
struct  PointGroupingSchemes
 Supports the division of points within an Data3D into logical groupings. More...
 
struct  PointStandardizedFieldsAvailable
 Used to interrogate if standardized fields are available. More...
 
struct  Quaternion
 Represents a rigid body rotation. More...
 
class  Reader
 Used for reading an E57 file using E57 Simple API. More...
 
struct  ReaderOptions
 Options to the Reader constructor. More...
 
struct  RigidBodyTransform
 Defines a rigid body transform in cartesian coordinates. More...
 
class  ScaledIntegerNode
 An E57 element encoding a fixed point number. More...
 
class  SourceDestBuffer
 A memory buffer to transfer data to/from a CompressedVectorNode in a block. More...
 
struct  SphericalBounds
 Stores the bounds of some data in spherical coordinates. More...
 
struct  SphericalRepresentation
 Stores an image that is mapped from 3D using a spherical projection model. More...
 
class  StringNode
 An E57 element encoding a Unicode character string value. More...
 
class  StructureNode
 An E57 element containing named child nodes. More...
 
struct  Translation
 Defines a rigid body translation in Cartesian coordinates. More...
 
class  VectorNode
 An E57 element containing ordered vector of child nodes. More...
 
struct  VisualReferenceRepresentation
 Stores an image that is to be used only as a visual reference. More...
 
class  Writer
 Used for writing an E57 file using the E57 Simple API. More...
 
struct  WriterOptions
 Options to the Writer constructor. More...
 

Typedefs

using Data3DPointsData = Data3DPointsData_t< float >
 
using Data3DPointsData_d = Data3DPointsData_t< double >
 
using Data3DPointsDouble = Data3DPointsData_t< double >
 
using Data3DPointsFloat = Data3DPointsData_t< float >
 
using ReadChecksumPolicy = int
 Specifies the percentage of checksums which are verified when reading an ImageFile (0-100%).
 
using ustring = std::string
 UTF-8 encoded Unicode string.
 

Enumerations

enum  ChecksumPolicy { ChecksumNone = 0 , ChecksumSparse = 25 , ChecksumHalf = 50 , ChecksumAll = 100 }
 Default checksum policies for e57::ReadChecksumPolicy. More...
 
enum  ErrorCode {
  Success = 0 , ErrorBadCVHeader = 1 , ErrorBadCVPacket = 2 , ErrorChildIndexOutOfBounds = 3 ,
  ErrorSetTwice = 4 , ErrorHomogeneousViolation = 5 , ErrorValueNotRepresentable = 6 , ErrorScaledValueNotRepresentable = 7 ,
  ErrorReal64TooLarge = 8 , ErrorExpectingNumeric = 9 , ErrorExpectingUString = 10 , ErrorInternal = 11 ,
  ErrorBadXMLFormat = 12 , ErrorXMLParser = 13 , ErrorBadAPIArgument = 14 , ErrorFileReadOnly = 15 ,
  ErrorBadChecksum = 16 , ErrorOpenFailed = 17 , ErrorCloseFailed = 18 , ErrorReadFailed = 19 ,
  ErrorWriteFailed = 20 , ErrorSeekFailed = 21 , ErrorPathUndefined = 22 , ErrorBadBuffer = 23 ,
  ErrorNoBufferForElement = 24 , ErrorBufferSizeMismatch = 25 , ErrorBufferDuplicatePathName = 26 , ErrorBadFileSignature = 27 ,
  ErrorUnknownFileVersion = 28 , ErrorBadFileLength = 29 , ErrorXMLParserInit = 30 , ErrorDuplicateNamespacePrefix = 31 ,
  ErrorDuplicateNamespaceURI = 32 , ErrorBadPrototype = 33 , ErrorBadCodecs = 34 , ErrorValueOutOfBounds = 35 ,
  ErrorConversionRequired = 36 , ErrorBadPathName = 37 , ErrorNotImplemented = 38 , ErrorBadNodeDowncast = 39 ,
  ErrorWriterNotOpen = 40 , ErrorReaderNotOpen = 41 , ErrorNodeUnattached = 42 , ErrorAlreadyHasParent = 43 ,
  ErrorDifferentDestImageFile = 44 , ErrorImageFileNotOpen = 45 , ErrorBuffersNotCompatible = 46 , ErrorTooManyWriters = 47 ,
  ErrorTooManyReaders = 48 , ErrorBadConfiguration = 49 , ErrorInvarianceViolation = 50 , ErrorInvalidNodeType = 51 ,
  ErrorInvalidData3DValue = 52 , ErrorData3DReadInvalidZeroRecords = 53 , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success
}
 Numeric error identifiers used in E57Exception. More...
 
enum  FloatPrecision { PrecisionSingle = 1 , PrecisionDouble = 2 , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success }
 The IEEE floating point number precisions supported. More...
 
enum  Image2DProjection {
  ProjectionNone = 0 , ProjectionVisual = 1 , ProjectionPinhole = 2 , ProjectionSpherical = 3 ,
  ProjectionCylindrical = 4 , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success
}
 Identifies the representation for the image data. More...
 
enum  Image2DType {
  ImageNone = 0 , ImageJPEG = 1 , ImagePNG = 2 , ImageMaskPNG = 3 ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success
}
 Identifies the format representation for the image data. More...
 
enum  MemoryRepresentation {
  Int8 = 1 , UInt8 = 2 , Int16 = 3 , UInt16 = 4 ,
  Int32 = 5 , UInt32 = 6 , Int64 = 7 , Bool = 8 ,
  Real32 = 9 , Real64 = 10 , UString = 11 , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success
}
 Identifies the representations of memory elements API can transfer data to/from. More...
 
enum  NodeType {
  TypeStructure = 1 , TypeVector = 2 , TypeCompressedVector = 3 , TypeInteger = 4 ,
  TypeScaledInteger = 5 , TypeFloat = 6 , TypeString = 7 , TypeBlob = 8 ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success ,
  DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success , DEPRECATED_ENUM =( "Will be removed in 4.0. Use Success." ) = Success
}
 Identifiers for types of E57 elements. More...
 
enum class  NumericalNodeType { Integer = 0 , ScaledInteger , Float , Double }
 Used to set the type of node in some PointStandardizedFieldsAvailable fields. More...
 

Functions

void _validateData3D (const Data3D &inData3D)
 Validates a Data3D and throws on error.
 

Variables

constexpr uint32_t E57_FORMAT_MAJOR = 1
 
constexpr uint32_t E57_FORMAT_MINOR = 0
 
constexpr auto E57_V1_0_URI = VERSION_1_0_URI
 
constexpr char VERSION_1_0_URI [] = "http://www.astm.org/COMMIT/E57/2010-e57-v1.0"
 The URI of ASTM E57 v1.0 standard XML namespace.
 
Deprecated Checksum Policies

These have been replaced by the enum e57::ChecksumPolicy.

constexpr ReadChecksumPolicy CHECKSUM_POLICY_NONE = ChecksumNone
 
constexpr ReadChecksumPolicy CHECKSUM_POLICY_SPARSE = ChecksumSparse
 
constexpr ReadChecksumPolicy CHECKSUM_POLICY_HALF = ChecksumHalf
 
constexpr ReadChecksumPolicy CHECKSUM_POLICY_ALL = ChecksumAll
 

Typedef Documentation

◆ Data3DPointsData

using e57::Data3DPointsData = typedef Data3DPointsData_t<float>
Deprecated:
Will be removed in 4.0. Use e57::Data3DPointsFloat.

◆ Data3DPointsData_d

Deprecated:
Will be removed in 4.0. Use e57::Data3DPointsDouble.

◆ Data3DPointsDouble

◆ Data3DPointsFloat

◆ ReadChecksumPolicy

using e57::ReadChecksumPolicy = typedef int

Specifies the percentage of checksums which are verified when reading an ImageFile (0-100%).

See also
e57::ChecksumPolicy

◆ ustring

using e57::ustring = typedef std::string

UTF-8 encoded Unicode string.

Enumeration Type Documentation

◆ ChecksumPolicy

Default checksum policies for e57::ReadChecksumPolicy.

These are some convenient default checksum policies, though you can use any value you want (0-100).

Enumerator
ChecksumNone 

Do not verify the checksums. (fast)

ChecksumSparse 

Only verify 25% of the checksums. The last block is always verified.

ChecksumHalf 

Only verify 50% of the checksums. The last block is always verified.

ChecksumAll 

Verify all checksums. This is the default. (slow)

◆ ErrorCode

Numeric error identifiers used in E57Exception.

Enumerator
Success 

operation was successful

ErrorBadCVHeader 

a CompressedVector binary header was bad

ErrorBadCVPacket 

a CompressedVector binary packet was bad

ErrorChildIndexOutOfBounds 

a numerical index identifying a child was out of bounds

ErrorSetTwice 

attempted to set an existing child element to a new value

ErrorHomogeneousViolation 

attempted to add an element that would have made the children of a homogeneous TypeVector have different types

ErrorValueNotRepresentable 

a value could not be represented in the requested type

ErrorScaledValueNotRepresentable 

after scaling the result could not be represented in the requested type

ErrorReal64TooLarge 

a 64 bit IEEE float was too large to store in a 32 bit IEEE float

ErrorExpectingNumeric 

expecting numeric representation in user's buffer, found ustring

ErrorExpectingUString 

expecting string representation in user's buffer, found numeric

ErrorInternal 

An unrecoverable inconsistent internal state was detected.

ErrorBadXMLFormat 

E57 primitive not encoded in XML correctly.

ErrorXMLParser 

XML not well formed.

ErrorBadAPIArgument 

bad API function argument provided by user

ErrorFileReadOnly 

can't modify read only file

ErrorBadChecksum 

checksum mismatch, file is corrupted

ErrorOpenFailed 

open() failed

ErrorCloseFailed 

close() failed

ErrorReadFailed 

read() failed

ErrorWriteFailed 

write() failed

ErrorSeekFailed 

lseek() failed

ErrorPathUndefined 

element path well formed but not defined

ErrorBadBuffer 

bad SourceDestBuffer

ErrorNoBufferForElement 

no buffer specified for an element in CompressedVectorNode during write

ErrorBufferSizeMismatch 

SourceDestBuffers not all same size.

ErrorBufferDuplicatePathName 

duplicate pathname in CompressedVectorNode read/write

ErrorBadFileSignature 

file signature not "ASTM-E57"

ErrorUnknownFileVersion 

incompatible file version

ErrorBadFileLength 

size in file header not same as actual

ErrorXMLParserInit 

XML parser failed to initialize.

ErrorDuplicateNamespacePrefix 

namespace prefix already defined

ErrorDuplicateNamespaceURI 

namespace URI already defined

ErrorBadPrototype 

bad prototype in CompressedVectorNode

ErrorBadCodecs 

bad codecs in CompressedVectorNode

ErrorValueOutOfBounds 

element value out of min/max bounds

ErrorConversionRequired 

conversion required to assign element value, but not requested

ErrorBadPathName 

E57 path name is not well formed.

ErrorNotImplemented 

functionality not implemented

ErrorBadNodeDowncast 

bad downcast from Node to specific node type

ErrorWriterNotOpen 

CompressedVectorWriter is no longer open.

ErrorReaderNotOpen 

CompressedVectorReader is no longer open.

ErrorNodeUnattached 

node is not yet attached to tree of ImageFile

ErrorAlreadyHasParent 

node already has a parent

ErrorDifferentDestImageFile 

nodes were constructed with different destImageFiles

ErrorImageFileNotOpen 

destImageFile is no longer open

ErrorBuffersNotCompatible 

SourceDestBuffers not compatible with previously given ones.

ErrorTooManyWriters 

too many open CompressedVectorWriters of an ImageFile

ErrorTooManyReaders 

too many open CompressedVectorReaders of an ImageFile

ErrorBadConfiguration 

bad configuration string

ErrorInvarianceViolation 

class invariance constraint violation in debug mode

ErrorInvalidNodeType 

an invalid node type was passed in Data3D pointFields

ErrorInvalidData3DValue 

passed an invalid value in Data3D pointFields

ErrorData3DReadInvalidZeroRecords 

Older versions of this library (and E57RefImpl) incorrectly set the "fileOffset" to 0 when "recordCount" is 0. "fileOffset" must be greater than 0 (Table 9 in the standard).

DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.

◆ FloatPrecision

The IEEE floating point number precisions supported.

Enumerator
PrecisionSingle 

32 bit IEEE floating point number format

PrecisionDouble 

64 bit IEEE floating point number format

DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.

◆ Image2DProjection

Identifies the representation for the image data.

Enumerator
ProjectionNone 

No representation for the image data is present.

ProjectionVisual 

VisualReferenceRepresentation for the image data.

ProjectionPinhole 

PinholeRepresentation for the image data.

ProjectionSpherical 

SphericalRepresentation for the image data.

ProjectionCylindrical 

CylindricalRepresentation for the image data.

DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.

◆ Image2DType

Identifies the format representation for the image data.

Enumerator
ImageNone 

No image data.

ImageJPEG 

JPEG format image data.

ImagePNG 

PNG format image data.

ImageMaskPNG 

PNG format image mask.

DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.

◆ MemoryRepresentation

Identifies the representations of memory elements API can transfer data to/from.

Enumerator
Int8 

8 bit signed integer

UInt8 

8 bit unsigned integer

Int16 

16 bit signed integer

UInt16 

16 bit unsigned integer

Int32 

32 bit signed integer

UInt32 

32 bit unsigned integer

Int64 

64 bit signed integer

Bool 

C++ boolean type.

Real32 

C++ float type.

Real64 

C++ double type.

UString 

Unicode UTF-8 std::string.

DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.

◆ NodeType

Identifiers for types of E57 elements.

Enumerator
TypeStructure 

StructureNode class.

TypeVector 

VectorNode class.

TypeCompressedVector 

CompressedVectorNode class.

TypeInteger 

IntegerNode class.

TypeScaledInteger 

ScaledIntegerNode class.

TypeFloat 

FloatNode class.

TypeString 

StringNode class.

TypeBlob 

BlobNode class.

DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.
DEPRECATED_ENUM 
Deprecated:
Will be removed in 4.0. Use e57::Success.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVHeader.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCVPacket.
Deprecated:
Will be removed in 4.0. Use e57::ErrorChildIndexOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSetTwice.
Deprecated:
Will be removed in 4.0. Use e57::ErrorHomogeneousViolation.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorScaledValueNotRepresentable.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReal64TooLarge.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingNumeric.
Deprecated:
Will be removed in 4.0. Use e57::ErrorExpectingUString.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInternal.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadXMLFormat.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParser.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadAPIArgument.
Deprecated:
Will be removed in 4.0. Use e57::ErrorFileReadOnly.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadChecksum.
Deprecated:
Will be removed in 4.0. Use e57::ErrorOpenFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorCloseFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReadFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriteFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorSeekFailed.
Deprecated:
Will be removed in 4.0. Use e57::ErrorPathUndefined.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadBuffer.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNoBufferForElement.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferSizeMismatch.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBufferDuplicatePathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileSignature.
Deprecated:
Will be removed in 4.0. Use e57::ErrorUnknownFileVersion.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadFileLength.
Deprecated:
Will be removed in 4.0. Use e57::ErrorXMLParserInit.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespacePrefix.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDuplicateNamespaceURI.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPrototype.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadCodecs.
Deprecated:
Will be removed in 4.0. Use e57::ErrorValueOutOfBounds.
Deprecated:
Will be removed in 4.0. Use e57::ErrorConversionRequired.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadPathName.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNotImplemented.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadNodeDowncast.
Deprecated:
Will be removed in 4.0. Use e57::ErrorWriterNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorReaderNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorNodeUnattached.
Deprecated:
Will be removed in 4.0. Use e57::ErrorAlreadyHasParent.
Deprecated:
Will be removed in 4.0. Use e57::ErrorDifferentDestImageFile.
Deprecated:
Will be removed in 4.0. Use e57::ErrorImageFileNotOpen.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBuffersNotCompatible.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyWriters.
Deprecated:
Will be removed in 4.0. Use e57::ErrorTooManyReaders.
Deprecated:
Will be removed in 4.0. Use e57::ErrorBadConfiguration.
Deprecated:
Will be removed in 4.0. Use e57::ErrorInvarianceViolation.
Deprecated:
Will be removed in 4.0. Use e57::TypeStructure.
Deprecated:
Will be removed in 4.0. Use e57::TypeVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeCompressedVector.
Deprecated:
Will be removed in 4.0. Use e57::TypeInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeScaledInteger.
Deprecated:
Will be removed in 4.0. Use e57::TypeFloat.
Deprecated:
Will be removed in 4.0. Use e57::TypeString.
Deprecated:
Will be removed in 4.0. Use e57::TypeBlob.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionSingle.
Deprecated:
Will be removed in 4.0. Use e57::PrecisionDouble.
Deprecated:
Will be removed in 4.0. Use e57::Int8.
Deprecated:
Will be removed in 4.0. Use e57::UInt8.
Deprecated:
Will be removed in 4.0. Use e57::Int16.
Deprecated:
Will be removed in 4.0. Use e57::UInt16.
Deprecated:
Will be removed in 4.0. Use e57::Int32.
Deprecated:
Will be removed in 4.0. Use e57::UInt32.
Deprecated:
Will be removed in 4.0. Use e57::Int64.
Deprecated:
Will be removed in 4.0. Use e57::Bool.
Deprecated:
Will be removed in 4.0. Use e57::Real32.
Deprecated:
Will be removed in 4.0. Use e57::Real64.
Deprecated:
Will be removed in 4.0. Use e57::UString.
Deprecated:
Will be removed in 4.0. Use e57::ImageNone.
Deprecated:
Will be removed in 4.0. Use e57::ImageJPEG.
Deprecated:
Will be removed in 4.0. Use e57::ImagePNG.
Deprecated:
Will be removed in 4.0. Use e57::ImageMaskPNG.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionNone.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionVisual.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionPinhole.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionSpherical.
Deprecated:
Will be removed in 4.0. Use e57::ProjectionCylindrical.

◆ NumericalNodeType

enum class e57::NumericalNodeType
strong

Used to set the type of node in some PointStandardizedFieldsAvailable fields.

Enumerator
Integer 

Use IntegerNode.

ScaledInteger 

Use ScaledIntegerNode.

Float 

Use FloatNode with floats.

Double 

Use FloatNode with doubles.

Function Documentation

◆ _validateData3D()

void e57::_validateData3D ( const Data3D inData3D)

Validates a Data3D and throws on error.

Variable Documentation

◆ CHECKSUM_POLICY_ALL

constexpr ReadChecksumPolicy e57::CHECKSUM_POLICY_ALL = ChecksumAll
constexpr
Deprecated:
Will be removed in 4.0. Use ChecksumPolicy::ChecksumAll.

◆ CHECKSUM_POLICY_HALF

constexpr ReadChecksumPolicy e57::CHECKSUM_POLICY_HALF = ChecksumHalf
constexpr
Deprecated:
Will be removed in 4.0. Use ChecksumPolicy::ChecksumHalf.

◆ CHECKSUM_POLICY_NONE

constexpr ReadChecksumPolicy e57::CHECKSUM_POLICY_NONE = ChecksumNone
constexpr
Deprecated:
Will be removed in 4.0. Use ChecksumPolicy::ChecksumNone.

◆ CHECKSUM_POLICY_SPARSE

constexpr ReadChecksumPolicy e57::CHECKSUM_POLICY_SPARSE = ChecksumSparse
constexpr
Deprecated:
Will be removed in 4.0. Use ChecksumPolicy::ChecksumSparse.

◆ E57_FORMAT_MAJOR

constexpr uint32_t e57::E57_FORMAT_MAJOR = 1
constexpr

The file format major version number. The value shall be 1.

Remarks
E57 Standard Table 1 - Format of the E57 File Header Section

◆ E57_FORMAT_MINOR

constexpr uint32_t e57::E57_FORMAT_MINOR = 0
constexpr

The file format minor version number. The value shall be 0.

Remarks
E57 Standard Table 1 - Format of the E57 File Header Section

◆ E57_V1_0_URI

constexpr auto e57::E57_V1_0_URI = VERSION_1_0_URI
constexpr
Deprecated:
Will be removed in 4.0. Use e57::VERSION_1_0_URI.

◆ VERSION_1_0_URI

constexpr char e57::VERSION_1_0_URI[] = "http://www.astm.org/COMMIT/E57/2010-e57-v1.0"
constexpr

The URI of ASTM E57 v1.0 standard XML namespace.

Note
Even though this URI does not point to a valid document, the standard (section 8.4.2.3) says that this is the required namespace.