Home
last modified time | relevance | path

Searched defs:CharacterizeGrid (Results 1 – 1 of 1) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/Filters/Geometry/
H A DvtkGeometryFilter.cxx1939 struct CharacterizeGrid struct
1941 vtkUnstructuredGrid* Grid;
1942 unsigned char* Types;
1943 unsigned char IsLinear;
1944 vtkSMPThreadLocal<unsigned char> LocalIsLinear;
1946 CharacterizeGrid(vtkUnstructuredGrid* grid, vtkUnsignedCharArray* types) in CharacterizeGrid() argument
1952 void Initialize() { this->LocalIsLinear.Local() = 1; } in Initialize()
1954 void operator()(vtkIdType cellId, vtkIdType endCellId) in operator ()()
1971 void Reduce() in Reduce()