istream_position.h File Reference
Description
Position in a data stream.
Code Example
istream_position.h
/***************************************************************************************************
* Copyright 2024 NVIDIA Corporation. All rights reserved.
**************************************************************************************************/
#ifndef MI_NEURAYLIB_ISTREAM_POSITION_H
#define MI_NEURAYLIB_ISTREAM_POSITION_H
#include <mi/base/interface_declare.h>
namespace mi {
namespace neuraylib {
class IStream_position :
public base::Interface_declare<0xdbd2d643,0x7788,0x41fb,0xad,0xcd,0xad,0xbc,0x52,0x3f,0xf2,0x9f>
{
public:
virtual bool is_valid() const = 0;
};
// end group mi_neuray_impexp
} // namespace neuraylib
} // namespace mi
#endif // MI_NEURAYLIB_ISTREAM_POSITION_H
Namespaces
- namespace
- Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH. More...
- namespace
- Namespace for the neuray API. More...
Classes
- class
- Represents the position in a data stream. More...