VTK-m  2.2
Public Member Functions | Public Attributes | List of all members
vtkm::interop::anari::ANARIMapperVolume::ANARIHandles Struct Reference

Container of all relevant ANARI scene object handles. More...

Public Member Functions

 ~ANARIHandles ()
 
void ReleaseArrays ()
 

Public Attributes

anari_cpp::Device Device { nullptr }
 
anari_cpp::SpatialField SpatialField { nullptr }
 
anari_cpp::Volume Volume { nullptr }
 
StructuredVolumeParameters StructuredParameters
 
UnstructuredVolumeParameters UnstructuredParameters
 

Detailed Description

Container of all relevant ANARI scene object handles.

Constructor & Destructor Documentation

◆ ~ANARIHandles()

vtkm::interop::anari::ANARIMapperVolume::ANARIHandles::~ANARIHandles ( )

Member Function Documentation

◆ ReleaseArrays()

void vtkm::interop::anari::ANARIMapperVolume::ANARIHandles::ReleaseArrays ( )

Member Data Documentation

◆ Device

anari_cpp::Device vtkm::interop::anari::ANARIMapperVolume::ANARIHandles::Device { nullptr }

◆ SpatialField

anari_cpp::SpatialField vtkm::interop::anari::ANARIMapperVolume::ANARIHandles::SpatialField { nullptr }

◆ StructuredParameters

StructuredVolumeParameters vtkm::interop::anari::ANARIMapperVolume::ANARIHandles::StructuredParameters

◆ UnstructuredParameters

UnstructuredVolumeParameters vtkm::interop::anari::ANARIMapperVolume::ANARIHandles::UnstructuredParameters

◆ Volume

anari_cpp::Volume vtkm::interop::anari::ANARIMapperVolume::ANARIHandles::Volume { nullptr }

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