MDL SDK API
Up
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
istream_position.h
Go to the documentation of this file.
1
/***************************************************************************************************
2
* Copyright 2022 NVIDIA Corporation. All rights reserved.
3
**************************************************************************************************/
6
7
#ifndef MI_NEURAYLIB_ISTREAM_POSITION_H
8
#define MI_NEURAYLIB_ISTREAM_POSITION_H
9
10
#include <
mi/base/interface_declare.h
>
11
12
namespace
mi {
13
14
namespace
neuraylib {
15
22
class
IStream_position :
26
public
base::Interface_declare<0xdbd2d643,0x7788,0x41fb,0xad,0xcd,0xad,0xbc,0x52,0x3f,0xf2,0x9f>
27
{
28
public
:
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
5 April 2022, 20:40, rev.358266
© 2022 NVIDIA Corporation.
All rights reserved.