vtk-m2/vtkm
Kenneth Moreland 0a5f5d55c9 Remove virtual methods from cell locators
Deprecated the `CellLocator` class and made all methods of the
other `CellLocator` classes non-virtual. General locators can
still use the `CellLocatorGeneral` class, but this class now
only works with a predefined set of locators. (The functionality
to provide a function to select a locator has been removed.)
2021-02-15 12:39:11 -07:00
..
cont Remove virtual methods from cell locators 2021-02-15 12:39:11 -07:00
exec Remove virtual methods from cell locators 2021-02-15 12:39:11 -07:00
filter Remove virtual methods from cell locators 2021-02-15 12:39:11 -07:00
internal Support Vec operators on ArrayPortalValueReference 2021-01-13 09:19:33 -07:00
interop
io attempting to fix various build and linking errors 2021-02-10 15:20:35 -05:00
random
rendering Remove virtual methods from cell locators 2021-02-15 12:39:11 -07:00
source Fix deprecation warnings 2021-01-26 07:56:39 -07:00
testing Make matrix unit tests less verbose. 2021-02-08 16:18:13 -05:00
thirdparty Merge branch 'upstream-lcl' into refactor-use-cpp14 2021-02-08 17:13:10 +01:00
worklet Remove virtual methods from cell locators 2021-02-15 12:39:11 -07:00
.gitattributes
Algorithms.h
Assert.h
Atomic.h vtkm/Atomic doesn't generate unused parameter warnings on MSVC 2021-01-11 09:01:48 -05:00
BinaryOperators.h
BinaryPredicates.h
Bitset.h
Bounds.h
CellClassification.h
CellShape.h
CellTraits.h
CMakeLists.txt Add VecFlat class 2020-12-16 17:22:44 -07:00
Deprecated.h cmake: set c++14 as minimum c++ rev 2021-02-08 17:13:05 +01:00
ErrorCode.h
Flags.h
Geometry.h
Geometry.hxx
Hash.h
ImplicitFunction.h
List.h
ListTag.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
Math.h Don't use HIP overloads for std::min 2020-12-28 13:29:32 -05:00
Math.h.in Don't use HIP overloads for std::min 2020-12-28 13:29:32 -05:00
Matrix.h Remove UB from Matrix.h, and replace by quiet NaNs. 2021-02-08 15:40:23 -05:00
NewtonsMethod.h
Pair.h
Particle.h
Range.h
RangeId2.h
RangeId3.h
RangeId.h
StaticAssert.h
Swap.h vtkm/Swap works with hip 2020-10-22 15:32:06 -04:00
TopologyElementTag.h
Transform3D.h
Tuple.h
Tuple.h.in
TypeList.h Enable reinterpreting UnknownArrayHandle to compatible C types 2021-01-13 09:19:27 -07:00
TypeListTag.h
Types.h Allow VecBaseCommon operators to work with any Vec-like 2021-01-13 09:19:34 -07:00
TypeTraits.h
UnaryPredicates.h
VecAxisAlignedPointCoordinates.h Add VecFlat class 2020-12-16 17:22:44 -07:00
VecFlat.h Fix warning in VecFlat 2020-12-17 13:39:02 -07:00
VecFromPortal.h
VecFromPortalPermute.h
VecFromVirtPortal.h
VectorAnalysis.h
VecTraits.h
VecVariable.h
Version.h.in
VirtualObjectBase.h