NVIDIA IndeX API nvidia_logo_transpbg.gif Up

Struct to represent the information on a current voxel and its properties. More...

#include <xac_interface_scene_elements_sparse_volume_doc.h>

Public Member Functions

float3 get_position () const
 Function to retrieve the current voxel position. More...
 
bool is_valid () const
 Function to check that the current voxel entry is valid. More...
 

Public Attributes

xac::Data_point_access & dp_access
 Access class for stored voxel information. More...
 
float3 position
 Position of the current grid voxel (in object space). More...
 

Detailed Description

Struct to represent the information on a current voxel and its properties.

Member Function Documentation

 get_position()

float3 nv::index::Data_point_info_sparse_volume::get_position ( ) const
inline

Function to retrieve the current voxel position.

 is_valid()

bool nv::index::Data_point_info_sparse_volume::is_valid ( ) const
inline

Function to check that the current voxel entry is valid.

Member Data Documentation

 dp_access

xac::Data_point_access& nv::index::Data_point_info_sparse_volume::dp_access

Access class for stored voxel information.

 position

float3 nv::index::Data_point_info_sparse_volume::position

Position of the current grid voxel (in object space).


The documentation for this struct was generated from the following file: