vtk-m/examples/tetrahedra
Kenneth Moreland 713cf4228a Make it not possible to create a cell set without specifying num points
The CellSetExplicit and CellSetSingleType classes have an ivar that
marks the number of points. There were several instances of code
creating cell sets without specifying the number of points. This can be
very bad if subsequent code needs that information.
2017-01-12 13:02:10 -07:00
..
CMakeLists.txt Add GLUT component to find_package(VTKm) 2016-10-03 17:34:13 -06:00
TetrahedralizeExplicitGrid.cu nvcc doesn't have troubles with boost shared_ptr optimizations 2016-07-19 13:26:23 -04:00
TetrahedralizeExplicitGrid.cxx Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
TetrahedralizeExplicitGridTBB.cxx Add 3D tetrahedralize of explicit cell set. 2015-09-24 10:56:03 -06:00
TetrahedralizeUniformGrid.cu nvcc doesn't have troubles with boost shared_ptr optimizations 2016-07-19 13:26:23 -04:00
TetrahedralizeUniformGrid.cxx Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
TetrahedralizeUniformGridTBB.cxx Supply files to run cuda and tbb. Use quaternion from isosurface. 2015-09-21 10:45:06 -06:00
TriangulateExplicitGrid.cu nvcc doesn't have troubles with boost shared_ptr optimizations 2016-07-19 13:26:23 -04:00
TriangulateExplicitGrid.cxx Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
TriangulateExplicitGridTBB.cxx Tetrahedralize 2D explicit dataset first version with opengl example 2015-09-23 14:43:27 -06:00
TriangulateUniformGrid.cu nvcc doesn't have troubles with boost shared_ptr optimizations 2016-07-19 13:26:23 -04:00
TriangulateUniformGrid.cxx Make it not possible to create a cell set without specifying num points 2017-01-12 13:02:10 -07:00
TriangulateUniformGridTBB.cxx Triangulate a 2D data set extension 2015-09-22 11:40:01 -06:00