Home
last modified time | relevance | path

Searched defs:outCellSet (Results 1 – 25 of 52) sorted by relevance

123

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/testing/
H A DUnitTestExtractPoints.cxx40 OutCellSetType outCellSet = extractPoints.Run(dataset.GetCellSet(), pointIds); in TestUniformById() local
67 OutCellSetType outCellSet = extractPoints.Run(dataset.GetCellSet(), in TestUniformByBox0() local
97 OutCellSetType outCellSet = extractPoints.Run(dataset.GetCellSet(), in TestUniformByBox1() local
127 OutCellSetType outCellSet = extractPoints.Run(dataset.GetCellSet(), in TestUniformBySphere() local
157 OutCellSetType outCellSet = extractPoints.Run(dataset.GetCellSet(), in TestExplicitByBox0() local
187 OutCellSetType outCellSet = extractPoints.Run(dataset.GetCellSet(), in TestExplicitByBox1() local
216 OutCellSetType outCellSet = extractPoints.Run(dataset.GetCellSet(), pointIds); in TestExplicitById() local
H A DUnitTestExtractStructured.cxx39 auto outCellSet = worklet.Run(cellSet, range, sample, includeBoundary, includeOffset); in TestUniform2D() local
58 vtkm::worklet::ExtractStructured::DynamicCellSetStructured outCellSet; in TestUniform3D() local
124 vtkm::worklet::ExtractStructured::DynamicCellSetStructured outCellSet; in TestUniform3D1() local
182 auto outCellSet = worklet.Run(cellSet, range, sample, includeBoundary, includeOffset); in TestRectilinear2D() local
208 auto outCellSet = worklet.Run(cellSet, range, sample, includeBoundary, includeOffset); in TestRectilinear3D() local
234 auto outCellSet = worklet.Run(cellSet, range, sample, includeBoundary, includeOffset); in TestOffset3D1() local
266 auto outCellSet = worklet.Run(cellSet, range, sample, includeBoundary, includeOffset); in TestOffset3D2() local
286 auto outCellSet = worklet.Run(cellSet, range, sample, includeBoundary, includeOffset); in TestOffset3D3() local
305 auto outCellSet = worklet.Run(cellSet, range, sample, includeBoundary, includeOffset); in TestOffset2D() local
H A DUnitTestMaskPoints.cxx45 OutCellSetType outCellSet; in TestUniform2D() local
66 OutCellSetType outCellSet; in TestUniform3D() local
87 OutCellSetType outCellSet; in TestExplicit3D() local
H A DUnitTestExtractGeometry.cxx40 OutCellSetType outCellSet = extractGeometry.Run(cellSet, cellIds); in TestExplicitById() local
75 vtkm::cont::DynamicCellSet outCellSet = in TestExplicitByBox() local
115 OutCellSetType outCellSet = extractGeometry.Run(cellSet, cellIds); in TestUniformById2D() local
148 OutCellSetType outCellSet = extractGeometry.Run(cellSet, cellIds); in TestUniformById3D() local
183 vtkm::cont::DynamicCellSet outCellSet = in TestUniformByBox() local
223 vtkm::cont::DynamicCellSet outCellSet = in TestUniformBySphere() local
H A DUnitTestMask.cxx43 OutCellSetType outCellSet = maskCells.Run(cellSet, 2); in TestUniform2D() local
69 OutCellSetType outCellSet = maskCells.Run(cellSet, 9); in TestUniform3D() local
96 OutCellSetType outCellSet = maskCells.Run(cellSet, 2); in TestExplicit() local
H A DUnitTestThreshold.cxx65 OutCellSetType outCellSet = in TestUniform2D() local
95 OutCellSetType outCellSet = in TestUniform3D() local
126 OutCellSetType outCellSet = in TestExplicit3D() local
H A DUnitTestThresholdPoints.cxx109 OutCellSetType outCellSet; in TestUniform2D() local
142 OutCellSetType outCellSet; in TestUniform3D() local
169 OutCellSetType outCellSet; in TestExplicit3D() local
H A DUnitTestTetrahedralize.cxx42 OutCellSetType outCellSet = tetrahedralize.Run(cellSet); in TestStructured() local
71 OutCellSetType outCellSet = tetrahedralize.Run(cellSet); in TestExplicit() local
H A DUnitTestTriangulate.cxx37 OutCellSetType outCellSet = triangulate.Run(cellSet); in TestStructured() local
63 OutCellSetType outCellSet = triangulate.Run(cellSet); in TestExplicit() local
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/testing/
H A DUnitTestExtractPoints.cxx52 OutCellSetType outCellSet = extractPoints.Run(dataset.GetCellSet(0), pointIds, DeviceAdapter()); in TestUniformById() local
79 OutCellSetType outCellSet = in TestUniformByBox0() local
111 OutCellSetType outCellSet = in TestUniformByBox1() local
143 OutCellSetType outCellSet = in TestUniformBySphere() local
175 OutCellSetType outCellSet = in TestExplicitByBox0() local
207 OutCellSetType outCellSet = in TestExplicitByBox1() local
239 OutCellSetType outCellSet = extractPoints.Run(dataset.GetCellSet(0), pointIds, DeviceAdapter()); in TestExplicitById() local
H A DUnitTestMaskPoints.cxx56 OutCellSetType outCellSet; in TestUniform2D() local
77 OutCellSetType outCellSet; in TestUniform3D() local
98 OutCellSetType outCellSet; in TestExplicit3D() local
H A DUnitTestExtractStructured.cxx49 auto outCellSet = worklet.Run(cellSet, range, sample, includeBoundary, DeviceAdapter()); in TestUniform2D() local
68 vtkm::worklet::ExtractStructured::DynamicCellSetStructured outCellSet; in TestUniform3D() local
133 vtkm::worklet::ExtractStructured::DynamicCellSetStructured outCellSet; in TestUniform3D1() local
189 auto outCellSet = worklet.Run(cellSet, range, sample, includeBoundary, DeviceAdapter()); in TestRectilinear2D() local
214 auto outCellSet = worklet.Run(cellSet, range, sample, includeBoundary, DeviceAdapter()); in TestRectilinear3D() local
H A DUnitTestExtractGeometry.cxx52 OutCellSetType outCellSet = extractGeometry.Run(cellSet, cellIds, DeviceAdapter()); in TestExplicitById() local
87 vtkm::cont::DynamicCellSet outCellSet = in TestExplicitByBox() local
128 OutCellSetType outCellSet = extractGeometry.Run(cellSet, cellIds, DeviceAdapter()); in TestUniformById2D() local
161 OutCellSetType outCellSet = extractGeometry.Run(cellSet, cellIds, DeviceAdapter()); in TestUniformById3D() local
196 vtkm::cont::DynamicCellSet outCellSet = in TestUniformByBox() local
237 vtkm::cont::DynamicCellSet outCellSet = in TestUniformBySphere() local
H A DUnitTestMask.cxx54 OutCellSetType outCellSet = maskCells.Run(cellSet, 2, DeviceAdapter()); in TestUniform2D() local
81 OutCellSetType outCellSet = maskCells.Run(cellSet, 9, DeviceAdapter()); in TestUniform3D() local
109 OutCellSetType outCellSet = maskCells.Run(cellSet, 2, DeviceAdapter()); in TestExplicit() local
H A DUnitTestThreshold.cxx76 OutCellSetType outCellSet = threshold.Run( in TestUniform2D() local
107 OutCellSetType outCellSet = threshold.Run( in TestUniform3D() local
139 OutCellSetType outCellSet = threshold.Run(cellset, in TestExplicit3D() local
H A DUnitTestThresholdPoints.cxx120 OutCellSetType outCellSet; in TestUniform2D() local
152 OutCellSetType outCellSet; in TestUniform3D() local
177 OutCellSetType outCellSet; in TestExplicit3D() local
H A DUnitTestTetrahedralize.cxx53 OutCellSetType outCellSet = tetrahedralize.Run(cellSet); in TestStructured() local
82 OutCellSetType outCellSet = tetrahedralize.Run(cellSet); in TestExplicit() local
H A DUnitTestTriangulate.cxx48 OutCellSetType outCellSet = triangulate.Run(cellSet, DeviceAdapter()); in TestStructured() local
74 OutCellSetType outCellSet = triangulate.Run(cellSet, DeviceAdapter()); in TestExplicit() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/
H A DExtractPoints.h77 vtkm::cont::CellSetSingleType<> outCellSet; in Run() local
104 vtkm::cont::CellSetSingleType<> outCellSet; in Run() local
H A DMaskPoints.h38 vtkm::cont::CellSetSingleType<> outCellSet; in Run() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/triangulate/
H A DTriangulateExplicit.h105 vtkm::cont::CellSetSingleType<> outCellSet; in Run() local
114 vtkm::cont::CellSetSingleType<> outCellSet; in Run() local
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/filter/
H A DTetrahedralize.hxx33 DeduceCellSet(vtkm::worklet::Tetrahedralize worklet, vtkm::cont::CellSetSingleType<>& outCellSet) in DeduceCellSet()
68 vtkm::cont::CellSetSingleType<> outCellSet; in DoExecute() local
H A DTriangulate.hxx33 DeduceCellSet(vtkm::worklet::Triangulate worklet, vtkm::cont::CellSetSingleType<>& outCellSet) in DeduceCellSet()
68 vtkm::cont::CellSetSingleType<> outCellSet; in DoExecute() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/
H A DTriangulate.hxx27 vtkm::cont::CellSetSingleType<>& outCellSet) in DeduceCellSetTriangulate()
75 vtkm::cont::CellSetSingleType<> outCellSet; in DoExecute() local
H A DExternalFaces.hxx29 vtkm::cont::CellSetExplicit<> outCellSet; in DoExecute() local

123