NVIDIA Iray API
 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, 2014 NVIDIA Corporation. All rights reserved.
3 //*****************************************************************************
6 //*****************************************************************************
7 
8 #ifndef MI_NEURAYLIB_ISTREAM_POSITION_H
9 #define MI_NEURAYLIB_ISTREAM_POSITION_H
10 
12 
13 namespace mi {
14 
19 class IStream_position :
23  public base::Interface_declare<0xdbd2d643,0x7788,0x41fb,0xad,0xcd,0xad,0xbc,0x52,0x3f,0xf2,0x9f>
24 {
25 public:
30  virtual bool is_valid() const = 0;
31 };
32  // end group mi_neuray_impexp
34 
35 } // namespace mi
36 
37 #endif // MI_NEURAYLIB_ISTREAM_POSITION_H