VTK
9.1.0
|
fast access and processing of 3D linear grids More...
#include <vtk3DLinearGridInternal.h>
fast access and processing of 3D linear grids
vtk3DLinearGridInternal provides fast access and processing of 3D linear cells contained in a vtkUnstructuredGrid: tetrahedra, hexahedra, voxels, pyramids, and/or wedges. (The cells are linear in the sense that each cell edge is a straight line.) This code is designed for high-speed, specialized operation to support other algorithms. Note that accessing non-3D linear cells contained in a vtkUnstructuredGrids is allowed although such cells are skipped and will produce no output.