NVIDIA Iray API Home  Up
 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 1986, 2016 NVIDIA Corporation. All rights reserved.
3 //*****************************************************************************
6 //*****************************************************************************
7 
8 #ifndef MI_NEURAYLIB_ISTREAM_POSITION_H
9 #define MI_NEURAYLIB_ISTREAM_POSITION_H
10 
12 #include <mi/neuraylib/version.h>
13 
14 namespace mi {
15 
16 namespace neuraylib {
17 
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 #ifdef MI_NEURAYLIB_DEPRECATED_NAMESPACE_MI_TRANSITION
41 using neuraylib::IStream_position;
42 #endif // MI_NEURAYLIB_DEPRECATED_NAMESPACE_MI_TRANSITION
43 
44 } // namespace mi
45 
46 #endif // MI_NEURAYLIB_ISTREAM_POSITION_H