OpenVDS
Contents:
Getting Started Tutorial
Connection URL and Connection String
Volume Data Store (VDS) Specification
VDS Deep Dive
Interpolation
C++ important types and functions
C++ API
Enum list
Function list
Class list
Struct list
Typedef list
Define list
File list
File CoordinateTransformer.h
File Error.h
File Exceptions.h
File GlobalMetadataCommon.h
File GlobalState.h
File IJKCoordinateTransformer.h
File KnownMetadata.h
File Log.h
File Matrix.h
File MetadataAccess.h
File MetadataContainer.h
File MetadataKey.h
File OpenVDSInterface.h
File OpenVDS.h
File Optional.h
File Range.h
File ValueConversion.h
File ValueRangeEstimator.h
File Vector.h
File VolumeDataAccessManager.h
File VolumeDataAccess.h
File VolumeDataAxisDescriptor.h
File VolumeDataChannelDescriptor.h
File VolumeDataLayoutDescriptor.h
File VolumeDataLayout.h
File VolumeData.h
File VolumeIndexer.h
File VolumeSampler.h
File openvds_export.h
Namespace list
Python API
Java API
SEGYImport
SEGYExport
VDSCopy
VDSInfo
OpenVDS
C++ API
File list
File Matrix.h
File Matrix.h
namespace
OpenVDS
Typedefs
using
IntMatrix2x2
=
Matrix
<
int
,
2
>
using
IntMatrix3x3
=
Matrix
<
int
,
3
>
using
IntMatrix4x4
=
Matrix
<
int
,
4
>
using
FloatMatrix2x2
=
Matrix
<
float
,
2
>
using
FloatMatrix3x3
=
Matrix
<
float
,
3
>
using
FloatMatrix4x4
=
Matrix
<
float
,
4
>
using
DoubleMatrix2x2
=
Matrix
<
double
,
2
>
using
DoubleMatrix3x3
=
Matrix
<
double
,
3
>
using
DoubleMatrix4x4
=
Matrix
<
double
,
4
>
template
<
size_t
N
>
using
IntMatrix
=
Matrix
<
int
,
N
>
template
<
size_t
N
>
using
FloatMatrix
=
Matrix
<
float
,
N
>
template
<
size_t
N
>
using
DoubleMatrix
=
Matrix
<
double
,
N
>
template
<
typename
T
,
size_t
SIZE
>
struct
Matrix
Public Types
Values:
enumerator
element_count
typedef
T
element_type
Public Functions
inline
Matrix
(
)
Public Members
Vector
<
T
,
SIZE
>
data
[
SIZE
]