VTK-m  2.2
Public Attributes | List of all members
vtkm::interop::anari::UnstructuredVolumeParameters Struct Reference

#include <ANARIMapperVolume.h>

Public Attributes

anari_cpp::Array1D VertexPosition { nullptr }
 
anari_cpp::Array1D VertexData { nullptr }
 
anari_cpp::Array1D Index { nullptr }
 
anari_cpp::Array1D CellIndex { nullptr }
 
anari_cpp::Array1D CellData { nullptr }
 
anari_cpp::Array1D CellType { nullptr }
 
bool IndexPrefixed { false }
 

Member Data Documentation

◆ CellData

anari_cpp::Array1D vtkm::interop::anari::UnstructuredVolumeParameters::CellData { nullptr }

◆ CellIndex

anari_cpp::Array1D vtkm::interop::anari::UnstructuredVolumeParameters::CellIndex { nullptr }

◆ CellType

anari_cpp::Array1D vtkm::interop::anari::UnstructuredVolumeParameters::CellType { nullptr }

◆ Index

anari_cpp::Array1D vtkm::interop::anari::UnstructuredVolumeParameters::Index { nullptr }

◆ IndexPrefixed

bool vtkm::interop::anari::UnstructuredVolumeParameters::IndexPrefixed { false }

◆ VertexData

anari_cpp::Array1D vtkm::interop::anari::UnstructuredVolumeParameters::VertexData { nullptr }

◆ VertexPosition

anari_cpp::Array1D vtkm::interop::anari::UnstructuredVolumeParameters::VertexPosition { nullptr }

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