Iray SDK API nvidia_logo_transpbg.gif Up
mi::neuraylib::IVolume_info Class Referenceabstract

Basic information about one of the data sets contained in a volume data file. More...

#include <ivolume.h>

Inheritance diagram for mi::neuraylib::IVolume_info:

Public Member Functions

virtual const char * get_name () const =0
 Retrieves the name of the data set. More...
 
virtual const char * get_value_type () const =0
 Retrieves the type of each data element. More...
 
virtual const Voxel_block_structget_data_bounds () const =0
 Retrieves the internal bounds of the data set. More...
 
virtual const Float32_4_4_structget_transform () const =0
 Retrieves the transformation associated with the data set. More...
 
- Public Member Functions inherited from mi::base::IInterface
virtual Uint32 retain () const =0
 Increments the reference count. More...
 
virtual Uint32 release () const =0
 Decrements the reference count. More...
 
virtual const IInterfaceget_interface (const Uuid &interface_id) const =0
 Acquires a const interface from another. More...
 
template<class T>
const T * get_interface () const
 Acquires a const interface from another. More...
 
virtual IInterfaceget_interface (const Uuid &interface_id)=0
 Acquires a mutable interface from another. More...
 
template<class T>
T * get_interface ()
 Acquires a mutable interface from another. More...
 
virtual Uuid get_iid () const =0
 Returns the interface ID of the most derived interface. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0xe0ce059f, ... >
typedef Interface_declare< id1, ... > Self
 Own type. More...
 
typedef Uuid_t< id1, ... > IID
 Declares the interface ID (IID) of this interface. More...
 
- Public Types inherited from mi::base::IInterface
typedef Uuid_t<0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0> IID
 Declares the interface ID (IID) of this interface. More...
 
- Static Public Member Functions inherited from mi::base::Interface_declare< 0xe0ce059f, ... >
static bool compare_iid (const Uuid &iid)
 Compares the interface ID iid against the interface ID of this interface and of its ancestors. More...
 
- Static Public Member Functions inherited from mi::base::IInterface
static bool compare_iid (const Uuid &iid)
 Compares the interface ID iid against the interface ID of this interface. More...
 

Detailed Description

Basic information about one of the data sets contained in a volume data file.

See also
mi::neuraylib::IVolume_data::list_contents().

Member Function Documentation

 get_data_bounds()

virtual const Voxel_block_struct & mi::neuraylib::IVolume_info::get_data_bounds ( ) const
pure virtual

Retrieves the internal bounds of the data set.

See mi::neuraylib::IVolume_data::get_data_bounds()

 get_name()

virtual const char * mi::neuraylib::IVolume_info::get_name ( ) const
pure virtual

Retrieves the name of the data set.

The result can be passed as selector to mi::neuraylib::IVolume_data::reset_file() and mi::neuraylib::IVolume_data::reset_reader().

 get_transform()

virtual const Float32_4_4_struct & mi::neuraylib::IVolume_info::get_transform ( ) const
pure virtual

Retrieves the transformation associated with the data set.

See also
mi::neuraylib::IVolume_data::get_transform()

 get_value_type()

virtual const char * mi::neuraylib::IVolume_info::get_value_type ( ) const
pure virtual

Retrieves the type of each data element.