|
VTK-m
2.0
|
#include <MeshConnectivityContainers.h>
Public Member Functions | |
| VTKM_CONT | MeshConnectivityContainerStructured (const vtkm::cont::CellSetStructured< 3 > &cellset, const vtkm::cont::CoordinateSystem &coords, const Id4Handle &triangles) |
| MeshConnectivity | PrepareForExecution (vtkm::cont::DeviceAdapterId deviceId, vtkm::cont::Token &token) const override |
Public Member Functions inherited from vtkm::rendering::raytracing::MeshConnectivityContainer | |
| MeshConnectivityContainer () | |
| virtual | ~MeshConnectivityContainer () |
| void | FindEntry (Ray< vtkm::Float32 > &rays) |
| void | FindEntry (Ray< vtkm::Float64 > &rays) |
Protected Types | |
| typedef vtkm::cont::ArrayHandle< vtkm::Id4 > | Id4Handle |
Protected Types inherited from vtkm::rendering::raytracing::MeshConnectivityContainer | |
| using | Id4Handle = typename vtkm::cont::ArrayHandle< vtkm::Id4 > |
Protected Attributes | |
| vtkm::Id3 | CellDims |
| vtkm::Id3 | PointDims |
| vtkm::Bounds | CoordinateBounds |
| vtkm::cont::CoordinateSystem | Coords |
| vtkm::cont::CellSetStructured< 3 > | Cellset |
Protected Attributes inherited from vtkm::rendering::raytracing::MeshConnectivityContainer | |
| Id4Handle | Triangles |
| TriangleIntersector | Intersector |
|
protected |
| VTKM_CONT vtkm::rendering::raytracing::MeshConnectivityContainerStructured::MeshConnectivityContainerStructured | ( | const vtkm::cont::CellSetStructured< 3 > & | cellset, |
| const vtkm::cont::CoordinateSystem & | coords, | ||
| const Id4Handle & | triangles | ||
| ) |
|
overridevirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.17