NVIDIA IndeX API nvidia_logo_transpbg.gif Up
Built-in Picking Operation

Classes

class  nv::index::IData_sample
 Base-interface class for all data-sample interface classes. More...
 
class  nv::index::IData_sample_typed<T>
 Intermediate-interface class for all typed data-sample interfaces. More...
 
class  nv::index::IData_sample_uint8
 Single-channel 8bit unsigned data sample. More...
 
class  nv::index::IData_sample_uint16
 Single-channel 16bit unsigned data sample. More...
 
class  nv::index::IData_sample_float32
 Single-channel 32bit floating point data sample. More...
 
class  nv::index::IData_sample_rgba8
 Four-channel 8bit per channel unsigned integer data sample. More...
 
class  nv::index::IHeightfield_pick_result
 Interface class that returns the heightfield specific result of a pick operation/query. More...
 
class  nv::index::IIndex_scene_query
 Interface class that enables application writers to query the scene's contents. More...
 
class  nv::index::IIntersection_highlight_pick_result
 Interface class that returns the pick result specific to the intersection highlighting. More...
 
class  nv::index::ILine_set_pick_result
 Interface class that returns the line set specific result of a pick operation/query. More...
 
class  nv::index::IPath_pick_result
 Interface class that represents the path-specific result of a pick operation/query. More...
 
class  nv::index::IPlane_pick_result
 Interface class that returns the plane specific result of a pick operation/query. More...
 
class  nv::index::IPoint_set_pick_result
 Interface class that returns the point set specific result of a pick operation/query. More...
 
class  nv::index::IScene_path
 Describes a path through the scene description to identify a specific instance of a scene element. More...
 
class  nv::index::IScene_pick_result
 Interface class that returns the result of a pick operation. More...
 
class  nv::index::IScene_pick_results
 Interface class that returns all results of a pick operation in front-to-back order. More...
 
class  nv::index::IScene_lookup_result
 Interface class that returns the result of a entry lookup operation. More...
 
class  nv::index::IScene_visitor
 Enables user-specific evaluations of the scene representation. More...
 
class  nv::index::ITriangle_mesh_pick_result
 Interface class that returns the triangle mesh specific result of a pick operation/query. More...
 
class  nv::index::ITriangle_mesh_lookup_result
 Interface class that returns the triangle mesh specific result of a query operation. More...
 

Detailed Description