- Apr 19, 2017
-
-
Nicholas Milef authored
Co-Authored-by:
Alexis Girault <alexis.girault@kitware.com>
-
- Apr 18, 2017
-
-
Alexis Girault authored
Virtual coupling object See merge request !150
-
mohitTyagi authored
-
- Apr 17, 2017
-
-
Alexis Girault authored
Allow access to collision detection and collidion handling algorithms.
-
mohitTyagi authored
Forces were wrongfully applied by the controllers onto the external devices before the forces were computed.
-
mohitTyagi authored
-
- Apr 14, 2017
-
-
Andinet enquobahrie authored
-
Andinet enquobahrie authored
-
Andinet enquobahrie authored
-
Andinet enquobahrie authored
-
Andinet enquobahrie authored
-
- Apr 13, 2017
-
-
Alexis Girault authored
Module callbacks See merge request !165
-
Alexis Girault authored
The current integration of UPS within the module class did not allow to display the UPS value in any easy and standardized way. This commits simplifies the Module class by removing its dependency to the UPSCounter class, and shows how to easily query the UPS using the callback mechanism on any module (here: sceneManager for pbd physics and fem physics examples).
-
- Apr 12, 2017
-
-
Alexis Girault authored
Allows to set up custom behaviors in all subclasses of the Module class, at: - prior to initialization - after initialization - prior to update - after update - prior to clean up - after clean up Improve the testTwoFalcons example in Sandbox to quickly illustrate how to simply setup a logger for a deviceclient using those features.
-
Alexis Girault authored
* Remove camera controller from test since already shown in testCameraController, to be able to test with just two falcons * Update some initial geometry and camera positions * remove imstk namespace since using namespace imstk in sandbox
-
Alexis Girault authored
-
Alexis Girault authored
ENH: Spatial hashing CD Closes #109 See merge request !155
-
Dženan Zukić authored
-
Dženan Zukić authored
ENH: New return type of SpatialHashTableSeparateChaining::getPointsInAABB() enables referencing vertices by their IDs. It also causes less constructor and allocation invocations.
-
Dženan Zukić authored
-
- Apr 11, 2017
-
-
Alexis Girault authored
Fix copyright See merge request !164
-
Shusil Dangi authored
/*========================================================================= Library: iMSTK Copyright (c) Kitware, Inc. & Center for Modeling, Simulation, & Imaging in Medicine, Rensselaer Polytechnic Institute. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.txt Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. =========================================================================*/
-
- Apr 10, 2017
-
-
Alexis Girault authored
Compute collision data for one-sided collision between a plane and a sphere See merge request !163
-
mohitTyagi authored
-
mohitTyagi authored
-
mohitTyagi authored
-
- Apr 08, 2017
-
-
Alexis Girault authored
ENH: Adds UPS counter utility See merge request !158
-
- Apr 07, 2017
-
-
Alexis Girault authored
ENH: adding write support for SurfaceMesh via VTKMeshIO See merge request !161
-
Sreekanth Arikatla authored
Adds updates per second (UPS) counter utility. USAGE: UPSCounter->setStartPointOfFrame(); ... ... (work load of the frame) ... UPSCounter->setEndPointOfFrame(); // Get the updates per second UPSCounter->getUPS();
-
Dženan Zukić authored
-
- Apr 06, 2017
-
-
Alexis Girault authored
ENH: Migrate iMSTK from my.cdash.org to open.cdash.org See merge request !162
-
Alexis Girault authored
Migrating to better maintained instance of CDash.
-
Alexis Girault authored
BUG: Fix #122 black analytic objects Closes #122 See merge request !160
-
Alexis Girault authored
Assimp Importer See merge request !142
-
Alexis Girault authored
Fix regression introduced in !121 with the use of the fast normals filter `vtkTriangleMeshPointNormals`. That filter was also applied for surface meshes with non-triangular cells: cells, sphere, capsule, cube (quads and not triangles). Since the issue of non-triangular meshes comes from analytic mesh sources, the output surface meshes will always be rigid, so their normals will stay constant and won't need to be recomputed. We can therefore use the filter `vtkPolyDataNormals`, which is slower but will only need to be called once of no deformation occurs.
-
- Apr 05, 2017
-
-
Nicholas Milef authored
Co-Authored-By:
Alexis Girault <alexis.girault@kitware.com>
-
Nicholas Milef authored
Co-Authored-by:
Alexis Girault <alexis.girault@kitware.com>
-
Nicholas Milef authored
-
- Apr 04, 2017
-
-
Alexis Girault authored
BUG: Fixed bug with PBD collision See merge request !156
-
- Apr 03, 2017
-
-
Alexis Girault authored
ENH: use latest version of Eigen Closes #118 See merge request !157
-