neuray API Programmer's Manual

Mi_neuray_dice

Description

Classes

class 
Source for deserializing objects from byte streams. More...
class 
All serializable objects have to be derived from this interface. More...
class 
Target for serializing objects to byte streams. More...
class 
A tag represents a unique identifier for database elements in the database. More...
struct 
A tag represents a unique identifier for database elements in the database. More...

Functions

bool  mi::neuraylib::operator!=( const Tag& lhs, const Tag& rhs)
Returns true if lhs is not equal to rhs.
bool  mi::neuraylib::operator<( const Tag& lhs, const Tag& rhs)
Returns true if lhs is less than rhs.
bool  mi::neuraylib::operator<=( const Tag& lhs, const Tag& rhs)
Returns true if lhs is less than or equal to rhs.
bool  mi::neuraylib::operator==( const Tag& lhs, const Tag& rhs)
Returns true if lhs is equal to rhs.
bool  mi::neuraylib::operator>( const Tag& lhs, const Tag& rhs)
Returns true if lhs is greater than rhs.
bool  mi::neuraylib::operator>=( const Tag& lhs, const Tag& rhs)
Returns true if lhs is greater than or equal to rhs.

Variables

const Tag  mi::neuraylib::NULL_TAG
This value of the tag represents an invalid tag which can not be accessed.

Functions

bool mi::neuraylib::operator!=( const Tag& lhs, const Tag& rhs) [inline]

Returns true if lhs is not equal to rhs.

bool mi::neuraylib::operator<( const Tag& lhs, const Tag& rhs) [inline]

Returns true if lhs is less than rhs.

bool mi::neuraylib::operator<=( const Tag& lhs, const Tag& rhs) [inline]

Returns true if lhs is less than or equal to rhs.

bool mi::neuraylib::operator==( const Tag& lhs, const Tag& rhs) [inline]

Returns true if lhs is equal to rhs.

bool mi::neuraylib::operator>( const Tag& lhs, const Tag& rhs) [inline]

Returns true if lhs is greater than rhs.

bool mi::neuraylib::operator>=( const Tag& lhs, const Tag& rhs) [inline]

Returns true if lhs is greater than or equal to rhs.

Variables

const Tag mi::neuraylib::NULL_TAG

This value of the tag represents an invalid tag which can not be accessed.