MDL SDK API nvidia_logo_transpbg.gif Up
istream_position.h
Go to the documentation of this file.
1/***************************************************************************************************
2 * Copyright 2024 NVIDIA Corporation. All rights reserved.
3 **************************************************************************************************/
6
7#ifndef MI_NEURAYLIB_ISTREAM_POSITION_H
8#define MI_NEURAYLIB_ISTREAM_POSITION_H
9
11
12namespace mi {
13
14namespace neuraylib {
15
26 public base::Interface_declare<0xdbd2d643,0x7788,0x41fb,0xad,0xcd,0xad,0xbc,0x52,0x3f,0xf2,0x9f>
27{
28public:
33 virtual bool is_valid() const = 0;
34};
35 // end group mi_neuray_impexp
37
38} // namespace neuraylib
39
40} // namespace mi
41
42#endif // MI_NEURAYLIB_ISTREAM_POSITION_H
Mixin class template for deriving new interface declarations.
Definition: interface_declare.h:43
Represents the position in a data stream.
Definition: istream_position.h:27
virtual bool is_valid() const =0
Indicates whether the stream position is valid.
Mixin class template for deriving new interface declarations.
Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH.
Definition: example_derivatives.dox:5