- Sep 01, 2015
-
-
Ricardo Ortiz authored
-
David Thompson authored
If `SimMedTK_VTK_DIR` is defined, its value is used for `VTK_DIR`. Otherwise, we ask CMake to find VTK and pass whatever it returns from the superbuild to the SimMedTK build.
-
Ricardo Ortiz authored
Documenting IO. Change name for IO delegates to match file name. Capture by value in the IO delegator so that it remembers about the delegate file name and IO pointer. Fixing examples so they use the new IOs and renderer.
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
Add tests to IO. Move variables, types and implementation of utility methods to IOMeshDelagates base class. Commented out the VegaVoumetricMesh test until after I debug the meshIO.
-
Ricardo Ortiz authored
until they are refactored.
-
Ricardo Ortiz authored
Add reset function to base mash in order to reset vertices to their original position. Strip const from read function in the IOMeshDelegate and childs. Move some utility functions to IOMeshDelegate.
-
Ricardo Ortiz authored
corresponding simmedtk mesh structure.
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
Clean up as well.
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
This data mapper allows you to map external data into the vtkDataArray. This in turn allows you to interface with vtk without repacking the simulatordata. Clean up and implement a pimpl VtkRenderer to hide redering implementation. Replace core::StdVector3d with std::vector<core::Vec3d> because eigen 3d vector array is aligned by default so no special allocator is needed. See core::StdVector3d for more details.
-
- Jul 24, 2015
-
-
Sean Radigan authored
Remove IndiceArray from DataStructures use std::vector instead and update methods accordingly. See merge request !35
-
- Jul 23, 2015
-
-
Ricardo Ortiz authored
-
- Jul 22, 2015
-
-
Ricardo Ortiz authored
use std::vector instead and update methods accordingly.
-
Ricardo Ortiz authored
Rename and restructure files and directories. See merge request !34
-
- Jul 21, 2015
-
-
Ricardo Ortiz authored
-
Ricardo Ortiz authored
and naming of the export targets. Issue #27
-
Ricardo Ortiz authored
Also renmamed many unseen sm* class names.
-
Ricardo Ortiz authored
Add _USE_MATH_DEFINES to the windows compile definitions.
-
David Thompson authored
Document the Gitlab MR process... ... because there are some tricky bits (rough edges) where testing is concerned. See merge request !32
-
- Jul 20, 2015
-
-
Ricardo Ortiz authored
Also fix instances where normalized was used wrongly. Thank @tansel for spoting these. Issue #27
-
Ricardo Ortiz authored
Issue #27
-
- Jul 19, 2015
-
-
Ricardo Ortiz authored
-
- Jul 18, 2015
-
-
Ricardo Ortiz authored
-