NVIDIA IndeX API nvidia_logo_transpbg.gif Up
idistributed_data_edit.h File Reference

Interfaces for distributed data processing. More...

#include <mi/base/types.h>
#include <mi/math/vector.h>
#include <mi/math/bbox.h>
#include <mi/neuraylib/dice.h>

Go to the source code of this file.

Classes

class  nv::index::IData_subset_processing_task
 Base interface for distributed datatype specific subset data processing. More...
 
class  nv::index::IData_subset_compute_task_processing
 Receives user-implemented compute tasks and applies them to distributed data subsets. More...
 
class  nv::index::IRegular_heightfield_compute_task
 Heightfield data specific compute tasks that operate on the values of a heightfield's patch. More...
 
class  nv::index::IRegular_heightfield_data_edit
 This interface class represents an entry point for user-defined editing tasks that operate on the heightfield patches to modify their elevation values. More...
 

Namespaces

namespace  nv
 Common namespace for all NVIDIA APIs.
 
namespace  nv::index
 Namespace for NVIDIA IndeX library APIs.
 

Detailed Description

Interfaces for distributed data processing.