- 04 Feb, 2011 1 commit
-
-
George Zagaris authored
Added convenience method for checking if two numbers are not equal
-
- 03 Feb, 2011 1 commit
-
-
George Zagaris authored
Added #include <cassert> for the definition of assert()
-
- 28 Jan, 2011 1 commit
-
-
George Zagaris authored
Introduce AMR-Kit in to the build and two additional classes: (a) vtkSerializable and (b) vtkAssertUtils. The AMR-Kit is geared towards encapsulating all of the AMR infrastructure & algorithms. vktSerializable defines a pure abstract interface for all serializable objects. Last, the vtkAssertUtils is a singleton class provides functionality for self-checking that is enabled only when -DASSERT_ON is provided.
-
- 21 Jan, 2011 2 commits
-
-
- 20 Jan, 2011 3 commits
-
-
David Partyka authored
Change-Id: Ie62c5333a1fb5802a789726524cd8d93b0a08930
-
David Partyka authored
Change-Id: If25857b79d072ad890f0864c11660d3bb06817e0
-
David Partyka authored
Change-Id: Ie62c5333a1fb5802a789726524cd8d93b0a08930
-
- 05 Jan, 2011 1 commit
-
-
David Gobbi authored
The sqrt was in error, since the normalization coefficient is being applied to the matrix elements, not to the original quaternion elements. Thanks to Tamas Ungi for pointing this out.
-
- 01 Jan, 2011 1 commit
-
-
David Partyka authored
-
- 31 Dec, 2010 3 commits
-
-
Marcus D. Hanwell authored
This reverts commit befcaa27. This change turned out to be a terrible idea due to operator overloading confusion, and in retrospect the presence of this implicit cast is quite undesirable. Several parts of the code rely on it being inaccessible when working with a const ref of a vtkStdString on some platforms. You should use the real, explict c_str() method which is marked const.
-
Marcus D. Hanwell authored
Prevent issue with multiple available overloads not that const char* operator is const in vtkStdString. Change-Id: Icaa36d86b6f16a66a38afc3a8df0dafef0f7c2a7
-
Marcus D. Hanwell authored
Change-Id: I4487d5d4165e318aadfef577d3ddd6717f2b216c
-
- 14 Dec, 2010 1 commit
-
-
David Gobbi authored
The i386 code only helped on old, non-SSE CPUs or on old compilers that didn't use SSE instructions.
-
- 11 Dec, 2010 3 commits
-
-
Sven Buijssen authored
-
Sven Buijssen authored
-
Sean McBride authored
-
- 07 Dec, 2010 1 commit
-
-
Andy Bauer authored
Change-Id: I973e73e33e66ee0cdc28a72207ed3a73eacaad05
-
- 06 Dec, 2010 3 commits
-
-
David Gobbi authored
-
Andy Bauer authored
Change so that if the special character was already getting escaped that I still escape the ampersand. For example, '<' in the attribute value or character data would be changed to '&lt;'. Change-Id: Ide95e18c944b325a4954fe303b028f5fa4e72f0e
-
Andy Bauer authored
In vtkOpenGLScalarsToColorsPainter::GetTextureSizeLimit() I now initialize textureSize before calling openGL. Also the Tcl test for getting the result of this function is turned off. Change-Id: I68608f02aa3e0239e55136ea76d323088508e9e3
-
- 03 Dec, 2010 1 commit
-
-
Andy Bauer authored
Attribute value strings and character data that had the XML ", ', &, <, and > special characters are replaced with ", ', &, <, and >, repectively, during printing. Change-Id: I091b6b5615514b2e6abf6d9a9e7981c093075899
-
- 30 Nov, 2010 1 commit
-
-
Jenya Burstein authored
Change-Id: If33460494a1af2cee682b672bf52abddb80c8422
-
- 28 Nov, 2010 2 commits
-
-
Marcus D. Hanwell authored
-
David Partyka authored
-
- 27 Nov, 2010 1 commit
-
-
Marcus D. Hanwell authored
-
- 26 Nov, 2010 2 commits
-
-
David Partyka authored
Conflicts: Common/Testing/Cxx/CMakeLists.txt
-
David Partyka authored
-
- 16 Nov, 2010 1 commit
-
-
David Cole authored
The internal wrappers simply skip these methods when the method signature includes a reference to the typedef rather than the raw function pointer type. Leave the typedef in, for external analysis tools that can infer a match between the typedef and the use of the corresponding raw function pointer type. But eliminate its use from the signatures of the methods so that the internal wrapping tools still wrap these methods. Especially important, as these methods are explicitly designed to be used from the wrapped languages.
-
- 11 Nov, 2010 1 commit
-
-
David Cole authored
Add ProgrammableMethodCallbackType typedefs to all the programmable object classes so the wrapping tool for ActiViz can automatically generate delegate types in the C# classes with no manual intervention. The presence and usage of a named typedef for any function pointer type referenced from a wrapped method gives the wrapping tool all it needs to generate delegate types automatically. Also, use __stdcall on Windows builds so that the C++ calling convention matches the default one used for the generated delegates. You can override this choice by providing a definition of VTK_CB_CC using -D on the compiler command line if you want a different calling convention for these callbacks. Functionality is unchanged except for the calling convention change. The code now simply uses the named typedef rather than an anonymous type as a parameter in each SetExecuteMethod signature. Also used in the other programmable methods with the same signature.
-
- 21 Oct, 2010 1 commit
-
-
Andy Bauer authored
There was a number of colors limit (256 in v3.8, and currently 1024) set in vtkScalarsToColorsPainter which is now changed to be limited by the nubmer of opengl texture colors. The changes to the other files are for specifying the amount of available colors in those lookup tables. Change-Id: Ic0d7f4fa660380627804ad0e891fceab3af773b1
-
- 16 Oct, 2010 1 commit
-
-
David Gobbi authored
-
- 13 Oct, 2010 4 commits
-
-
Aashish Chaudhary authored
-
Aashish Chaudhary authored
-
Aashish Chaudhary authored
-
David Doria authored
-
- 12 Oct, 2010 1 commit
-
-
David Gobbi authored
-
- 09 Oct, 2010 2 commits
-
-
David Gobbi authored
-
David Doria authored
-
- 08 Oct, 2010 1 commit
-
-
David Gobbi authored
-