TTK
Loading...
Searching...
No Matches
ttkCinemaImagingNative.h
Go to the documentation of this file.
1#pragma once
2
4
5class vtkMultiBlockDataSet;
6class vtkPointSet;
7
8namespace ttk {
10 public:
13
14 int RenderVTKObject(vtkMultiBlockDataSet *outputImages,
15
16 vtkPointSet *inputObject,
17 vtkPointSet *inputGrid) const;
18 };
19}; // namespace ttk
Native renderer that uses a bounding volume hierarchy for accelerated raycasting.
int RenderVTKObject(vtkMultiBlockDataSet *outputImages, vtkPointSet *inputObject, vtkPointSet *inputGrid) const
The Topology ToolKit.