1#ifndef VTK_RAY_CASTING_H
2#define VTK_RAY_CASTING_H
6#include <vtkBYUReader.h>
8#include <vtkCellCenters.h>
9#include <vtkCellData.h>
10#include <vtkDoubleArray.h>
12#include <vtkMeshQuality.h>
13#include <vtkNamedColors.h>
14#include <vtkOBBTree.h>
15#include <vtkOBJReader.h>
16#include <vtkPLYReader.h>
18#include <vtkPolyDataMapper.h>
19#include <vtkPolyDataNormals.h>
20#include <vtkPolyDataReader.h>
21#include <vtkProperty.h>
22#include <vtkRenderWindow.h>
23#include <vtkRenderWindowInteractor.h>
24#include <vtkRenderer.h>
25#include <vtkSTLReader.h>
26#include <vtkSmartPointer.h>
27#include <vtkSphereSource.h>
28#include <vtkXMLPolyDataReader.h>
40#include <vtksys/SystemTools.hxx>
87 std::vector<double>&
Q_sol);
101 std::vector<std::vector<double>> getVertices();
102 std::vector<std::vector<int>> getFaces();
103 std::vector<std::vector<double>> getNormals();
104 std::vector<double> getAreas();
Error class to throw when a module chain has circular or missing dependencies. Inherits from std::exc...
Definition ChainManager.h:28