Commit Graph

9761 Commits

Author SHA1 Message Date
Tushar Athawale
0ba7a222be point_to_cell wanning resolution 2022-02-16 15:16:07 -05:00
Tushar Athawale
dea63919d7 point_to_cell wanning resolution 2022-02-16 14:57:25 -05:00
Tushar Athawale
5bb7773cc5 Point_to_cell warning resolution 2022-02-16 13:43:55 -05:00
Tushar Athawale
0ce7d92589 tutorial example fixes to resolve warnings 2022-02-14 13:15:55 -05:00
Tushar Athawale
8e57362a23 tutorial example fixes to resolve warnings 2022-02-14 13:11:30 -05:00
Tushar Athawale
5fc268d312 switched back to the old version of extract_edges 2022-02-14 10:51:00 -05:00
Tushar Athawale
0300973df7 switched back to the old version of extract_edges 2022-02-14 10:47:36 -05:00
Kenneth Moreland
f5e827ad1e Enable building tutorials on all CI builds 2022-02-14 10:34:41 -05:00
Tushar Athawale
42b62d354b Error check added for invalid loop indices 2022-02-13 09:44:58 -05:00
Tushar Athawale
91a267eacc tutorial updates to fix warnings and CMakeLists for optional tutorial build 2022-02-12 11:25:50 -05:00
Tushar Athawale
524bc64520 replacing vtk::worklet and vtk::filter namespaces with anonymous namespaces 2022-02-11 10:22:48 -05:00
Tushar Athawale
03ffa3b53e fixes to the header files included in tutorial examples and CMakeLists.txt 2022-02-07 15:34:18 -05:00
Tushar Athawale
ca79c2ae2e tutorial example files renamed 2022-02-07 13:35:15 -05:00
Tushar Athawale
cb829e83ce tut_point_to_cell update 2022-02-07 12:26:13 -05:00
Tushar Athawale
eb3802ba2c CMakeLists.txt update 2022-02-07 12:26:13 -05:00
Tushar Athawale
444c93692f required newline added at the end of CMakeLists.txt 2022-02-07 12:26:13 -05:00
Tushar Athawale
944bb24eaa nested folders removed for tutorial examples 2022-02-07 12:26:13 -05:00
Tushar Athawale
cc6c707ca2 slight modifications to supress ListTagBase warnings 2022-02-07 12:26:12 -05:00
Tushar Athawale
ed9e231281 CmakeLists modified to address vtk-m no rendering mode 2022-02-07 12:26:12 -05:00
Tushar Athawale
b928d2fb03 tutorial directory renamed 2022-02-07 12:26:12 -05:00
Tushar Athawale
7638d11cb1 cmaklists update: public keyword removed 2022-02-07 12:26:12 -05:00
Tushar Athawale
17b340dfc4 Copyright notice added to tutorial cxx files 2022-02-07 12:26:11 -05:00
Tushar Athawale
176dc92eb5 tutorial CMakeLists file update 2022-02-07 12:26:11 -05:00
Tushar Athawale
85180b465f clang conflicts merged 2022-02-07 12:26:11 -05:00
Tushar Athawale
f160062457 CmakeLists for building tutorial examples 2022-02-07 12:26:11 -05:00
Tushar Athawale
755a0ab9cc Cmakelist update for tutorial examples 2022-02-07 12:26:11 -05:00
Tushar Athawale
6f4e12c01c Add data file 2022-02-07 12:26:10 -05:00
Tushar Athawale
9624888982 tutorial: Adding vtkm-tutorial 2022-02-07 12:26:08 -05:00
Manish Mathai
569deda9b5 Merge topic 'tube-filter-coincident-points'
2c16e9c05 Prevent error being raised for coincident points in Tube filter

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2676
2022-02-06 20:58:33 -05:00
Li-Ta Lo
f3c65d3404 Merge topic 'field_transform'
b8c1f5aac make calling to emplace_back type safe
43dd4638e use auto in range-based for loop
9958394fa tidy-up language usage and coding style conformation
b3327e544 move auto field = ... around to minimize accidential capture
455c20437 Migrate field_transform

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2696
2022-02-02 17:18:07 -05:00
Kenneth Moreland
8ae8394690 Merge topic 'fix-inefficient-component-extract'
9e0a38f5d Remove unused typedef
5063527bb Document that an inefficient component extract warning is expected
e16fa28d6 Fix range warning in ArrayHandleCast
2aed0b81c Avoid inefficient component extractions in serialization test
c3b6febb2 Fix ArrayHandleMultiplexer exec test
4b30939dd Fix inefficient copy when extracting rectilinear grids

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2697
2022-02-02 16:56:23 -05:00
Li-Ta Lo
acd55026db Merge topic 'new_filter_clean_up'
6a465e8be tidy-up language usage
e48cc867b Merge branch 'histogram_worklet' into new_filter_clean_up
f5eb84f64 move worklet/histogram to filter/density_estimate/worklet

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2698
2022-02-02 16:52:12 -05:00
Li-Ta Lo
b8c1f5aac3 make calling to emplace_back type safe 2022-02-02 13:59:27 -07:00
Li-Ta Lo
43dd4638ed use auto in range-based for loop 2022-02-02 13:20:04 -07:00
Li-Ta Lo
6a465e8bed tidy-up language usage 2022-02-02 12:44:00 -07:00
Li-Ta Lo
e48cc867b2 Merge branch 'histogram_worklet' into new_filter_clean_up 2022-02-02 10:20:13 -07:00
Li-Ta Lo
9958394fa6 tidy-up language usage and coding style conformation 2022-02-02 09:52:51 -07:00
Abhishek Yenpure
53651c82bf Merge topic 'mir-float-fix'
ae98d4f25 Fixing dashboard warnings
a0a333949 Fixing dashboard warnings
d3756d8ef Fixing dashboard warnings
397ffaad2 Fixing dashboard warnings
7f2badfce Fixing dashboard warnings
4db0cecc1 Fixing dashboard warnings
8ddcad824 Fixing dashboard warnings
7d10b4f32 Adding assert to unit test
...

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2674
2022-02-02 11:48:31 -05:00
Abhishek Yenpure
ae98d4f25f Fixing dashboard warnings 2022-02-02 21:14:01 +05:30
Kenneth Moreland
9e0a38f5db Remove unused typedef
The `StorageListEfficientExtract` type is never used in
`UnitTestSerializationArrayHandle`. Although these types are used,
because they all support efficient component extraction from the array,
there is no need to treat them special. As such, this list was never
used.
2022-02-02 08:13:33 -07:00
Abhishek Yenpure
a0a3339490 Fixing dashboard warnings 2022-02-02 19:15:22 +05:30
Abhishek Yenpure
d3756d8ef3 Fixing dashboard warnings 2022-02-02 18:58:55 +05:30
Abhishek Yenpure
397ffaad21 Fixing dashboard warnings 2022-02-02 18:26:07 +05:30
Li-Ta Lo
b3327e544a move auto field = ... around to minimize accidential capture 2022-02-02 05:45:24 -07:00
Abhishek Yenpure
7f2badfce3 Fixing dashboard warnings 2022-02-02 18:00:05 +05:30
Abhishek Yenpure
4db0cecc1f Fixing dashboard warnings 2022-02-02 17:12:30 +05:30
Abhishek Yenpure
8ddcad824c Fixing dashboard warnings 2022-02-02 16:15:12 +05:30
Vicente Bolea
50a7d20876 Merge topic 'update-to-v1.7.1'
5d703b425 NewRelease.md: add patch release instructions

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2695
2022-02-01 17:49:31 -05:00
Kenneth Moreland
5063527bb7 Document that an inefficient component extract warning is expected
When calling `ArrayExtractComponent`, some arrays cannot really have a
component extracted. In this case there is a fallback and a warning is
generated.

Of course it is good to test this behavior. The
`UnitTestArrayExtractComponent` does test this and as such generates
this warning (intentionally). Add a note to the output that this warning
is expected.
2022-02-01 15:25:40 -07:00
Manish Mathai
2c16e9c05e Prevent error being raised for coincident points in Tube filter
Coincident points in polylines will be skipped when generating the
tubes, instead of raising an error.
2022-02-01 13:13:12 -08:00