TTK
Loading...
Searching...
No Matches
ttkCinemaImagingEmbree.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
TTK CinemaImagingEmbree processing package.
int RenderVTKObject(vtkMultiBlockDataSet *outputImages, vtkPointSet *inputObject, vtkPointSet *inputGrid) const
The Topology ToolKit.