- Aug 27, 2015
-
-
Aashish Chaudhary authored
-
Aashish Chaudhary authored
-
Aashish Chaudhary authored
-
Aashish Chaudhary authored
Updated correct baseline
-
Aashish Chaudhary authored
* Since now the API is generic * Will not require downcast * Also updated the var name to reflect API
-
Aashish Chaudhary authored
-
Aashish Chaudhary authored
We are generating unsigned char for both color and depth and should use the same for image data as well
-
Aashish Chaudhary authored
-
- Aug 25, 2015
-
-
Sankhesh Jhaveri authored
-
65a09b2c ENH: refs #14978 - Added virtual method to return vtkSelection pointer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !575
-
8aead085 Add tests for encoded strings in python. 4f450d14 For Py3k, return bytes for non-utf8 C++ strings. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !572
-
3459fd91 Include <sstream> header via angle brackets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !576
-
0be93d40 Remove use of KWSys cstddef compatiblilty header d33ae4dc Remove use of KWSys auto_ptr 88e3b197 Remove use of KWSys String.hxx header Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !574
-
- Aug 24, 2015
-
-
David Gobbi authored
-
f9b4ba9b Cleaned up header docs, refined keypress callbacks Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !563
-
ab3e753f Removed leftover performance testing code f433a4bf Cleaned up shadowed template parameter 799a1481 Threaded and templated elevation filters Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !578
-
12cbee2c Prevent empty splat shader string from crashing application. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !556
-
3c61d71c Fix a couple minor issues with this mapper. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !569
-
Will Schroeder authored
-
Will Schroeder authored
-
Scott Wittenburg authored
When arrays had really large negative values, table lookup crashed. This commit also applies the default scale to the point sprite radius only after the lookup in the table has happened.
-
Will Schroeder authored
Used vtkSMPTools and templates to speed up the elevation filters. A fast path was created for processing vtkPointSet input data.
-
Schuyler Kylstra authored
Added virtual GetSelection function to be overwritten by subclasses of vtkExtractarraysOverTime.
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
This allows the application to manage the memory allocation/deallocation and the mapper just copies data to it.
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
-
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
Brad King authored
Convert double-quote includes to angle brackets: git grep -l '#include "sstream"' | xargs sed -i 's/"sstream"/<sstream>/'
-
Brad King authored
In the only source where we include it we already have <stddef.h> anyway. Just drop the extra inclusion.
-
Brad King authored
Use std::auto_ptr instead.
-
Brad King authored
We already use std::string instead of vtksys::String, so just include the standard header.
-
3ae7dd3a ENH: Remove use of include <vtksys/ios/*> and vtksys_ios::* eaf0f6ac ENH: Remove use of include <vtksys/stl/*> and vtksys_stl::* Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !561
-
David Gobbi authored
If a wrapped C++ method returns std::string or "const char *", the wrappers try to decode it as utf-8 in order to return a unicode str() in Python 3. Originally, this meant that any decoding error led to a UnicodeDecodeError exception. After this change, if decoding utf-8 fails, the C++ string is returned as a raw bytes() object.
-