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 <vtkOBBTree.h>
14#include <vtkOBJReader.h>
15#include <vtkPLYReader.h>
17#include <vtkPolyDataMapper.h>
18#include <vtkPolyDataNormals.h>
19#include <vtkPolyDataReader.h>
20#include <vtkProperty.h>
21#include <vtkRenderWindow.h>
22#include <vtkRenderWindowInteractor.h>
23#include <vtkRenderer.h>
24#include <vtkSTLReader.h>
25#include <vtkSmartPointer.h>
26#include <vtkSphereSource.h>
27#include <vtkXMLPolyDataReader.h>
39#include <vtksys/SystemTools.hxx>
102 std::vector<std::vector<double>> getVertices();
103 std::vector<std::vector<int>> getFaces();
104 std::vector<std::vector<double>> getNormals();
105 std::vector<double> getAreas();
Concrete implementation of a matrix class representing a Compressed Sparse Rows (CSR) matrix....
Definition CsrMatrix.h:37
int getNonZeroElementNumber() const
Definition CsrMatrix.h:80
CsrSparseMatrix()
Constructor for an empty CsrSparseMatrix object. Leaves all storage arrays empty but sets the flag to...
Definition CsrMatrix.h:94
int m_rows
Definition GenericMatrix.h:21
int m_cols
Definition GenericMatrix.h:22