Material Definition Language 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 2018 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
11 December 2018, 20:41, revision 313481, Doxygen 1.8.4
© 1986, 2018 NVIDIA Corporation.
All rights reserved.