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>
103 std::vector<std::vector<double>> getVertices();
104 std::vector<std::vector<int>> getFaces();
105 std::vector<std::vector<double>> getNormals();
106 std::vector<double> getAreas();
Concrete implementation of a matrix class representing a Compressed Sparse Rows (CSR) matrix....
Definition CsrMatrix.h:35
int getNonZeroElementNumber() const
Definition CsrMatrix.h:78
CsrSparseMatrix()
Constructor for an empty CsrSparseMatrix object. Leaves all storage arrays empty but sets the flag to...
Definition CsrMatrix.h:92
int m_rows
Definition GenericMatrix.h:21
int m_cols
Definition GenericMatrix.h:22