Skip to content

Commit

Permalink
#20 Add vtkColorTransferFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Nov 23, 2024
1 parent 8f74959 commit 3224d57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/cells/src/cpp/visualization/Scene.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define SCENE_HPP_

#include <vtkAutoInit.h>
#include <vtkColorTransferFunction.h>
#include <vtkOpenGLRenderer.h>
#include <vtkRenderWindow.h>
#include <vtkSmartPointer.h>
Expand All @@ -13,6 +14,7 @@ class Scene
{
vtkSmartPointer<vtkRenderer> mpRenderer;
vtkSmartPointer<vtkRenderWindow> mpRenderWindow;
vtkSmartPointer<vtkColorTransferFunction> mpColorTransferFunction;

public:
Scene();
Expand Down

0 comments on commit 3224d57

Please sign in to comment.