This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- 21 Aug, 2013 1 commit
-
-
David Gobbi authored
This patch modifies classes that broke the "rule of three", which states that classes that declare a destructor must also declare a copy constructor and assigment operator. Change-Id: I06b1bb45b493e80e0bae0e8668aa09f494b8056e
-
- 31 Jul, 2013 1 commit
-
-
Sean McBride authored
Their declaration violates the 'rule of 3' and was causing compiler warnings with clang's -Wdeprecated in C++11. Change-Id: I959d582deea4ceccc69684be32dccd3521f54807
-
- 06 Sep, 2012 1 commit
-
-
Dave DeMarle authored
Change-Id: Idff4d8847e4a1b08f514845ce261b895ec1c2c77
-
- 05 Sep, 2012 1 commit
-
-
Dave DeMarle authored
Change-Id: I7d193c620ebe574554b49e3db2a23f3696f3b72b
-
- 31 Aug, 2012 1 commit
-
-
Maynard, Robert authored
The assignment operator for the private dispatcher classes need to not exist, as they shouldn't be copied. Change-Id: I5dbe3a7d0e94e55c6f309d7a2f061c24eefdbd16
-
- 30 Aug, 2012 1 commit
-
-
Maynard, Robert authored
Change-Id: Ia4e3512425ab2c639919fd5d3783f1cb77478559
-
- 27 Jul, 2012 1 commit
-
-
Maynard, Robert authored
The dispatcher provides the ability to do multiple dispatching based on a runtime polymorphism. This allows mapping to compile time polymorphism. The double dispatcher allows you to call a functor based on the types of two objects allowing you to call specialized implementations. The data array dispatch is a replacement for the vtkTemplateMacro offering an object based way that is far easier to read and use. Change-Id: If281ddc1ac803c0ed234e33c9cc0bf4c090fca71
-