2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 11 hours ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modified the authorship and copyright issues that concerned team members here at UBC. More... over 14 years ago
Removed default transform name from vtkTrackedFrameList and from meta image IO. More... over 14 years ago
Re #287: BrachyStepper project doxygen-ized More... over 14 years ago
Fixed occasional crash of vtkPhantomRegistrationTest. The problem was that the vtksys::RegularExpression call randomly crashed while trying to capitalize the first letter of the string. Reimplemented the capitalization with a simpler method. More... over 14 years ago
Fixed memory leaks. Root causes of the problems were: -When a custom New() function is implemented then vtkDebugLeaks::DestructClass has to be called. -In a VTK object destructor all the references to other objects shall be removed. More... over 14 years ago
re #287: Added/updated many comments. Removed a few unused files. More... over 14 years ago
Re #302: Removed Model element reading from vtkTrackerTool More... over 14 years ago
Re #302: Rendering element added into device set configuration files instead of Tool/Model element; Phantom/Description/WiringVersion element added (not used now though); USCalibration element replaced with Segmentation More... over 14 years ago
Test #377: Changed tracker implementations to always save the acquired transforms to TrackerBuffer in ToolToTracker form. More... over 14 years ago
Test #313: Use tool transform name in TrackedFrame instead of ToolName - Changed TrackerStatus to ToolStatus and use it only for lower levels (till DataCollector) - Added TrackedFrameFieldStatus to identify tracked frame field status (FIELD_OK, FIELD_INVALID) - Added image status and save invalid frames as a blank frame to metafile, on read leave the frames in invalid state - Updated vtkMetaImageSequenceIOTest for testing the new image status More... over 14 years ago
re #1264: Minor coding style changes for vtkSonixVideoSource::GetDisplayedFrameRate More... over 14 years ago
Added GetDisplayedFrameRate() that returns the frame rate on the exam software. More... over 14 years ago
Test #313: Test added for vtkDataCollectorFile More... over 14 years ago
Re #313: Modify vtkProbeCalibrationAlgo to use vtkTransformRepository; Fix tests and baseline files (only headers) according to this More... over 14 years ago
#348 : Change "USDataCollection" to DataCollection in "vtkMicronTracker" More... over 14 years ago
Test #395; Test #160: Phantom registration fixed; Error computation added to vtkPhantomRegistrationAlgo; PhantomDefinition/Geometry/Registration element deleted from configuration files (CoordinateDefinitions element is used instead) More... over 14 years ago
Re #385: vtkTransform changed to vtkMatrix4x4 in vtkPivotCalibrationAlgo More... over 14 years ago
Re #385: vtkDataCollectorTest1 and vtkDataCollectorTrackingTest fixed More... over 14 years ago
re #333: PlusLib design: Move TrackedFrame related files to PlusCommon Added separate class for TrackedFrame More... over 14 years ago
Test #314: Remove calibrated transform from tracker - Removed calibrated transforms from all tracking classes - Updated config files More... over 14 years ago
re #395: Fix PhantomRegistration - Simplified vtkTransformRepository use in PhantomRegistrationTest - Simplified stylus tip position computation - Fixed test by changing the matrix comparison and updated baseline file More... over 14 years ago
Added Read/WriteConfiguration function to vtkTransformRepository More... over 14 years ago
Re #385: vtkPhantomRegistrationTest fixed and uses vtkTransformRepository More... over 14 years ago
Re #385: vtkStylusCalibrationTest fixed and uses vtkTransformRepository More... over 14 years ago
Re #313: WIP: Fix test by changing a temporary error log to info More... over 14 years ago
Re #313: WIP: Use TrackedFrame for getting tool data instead of directly accessing vtkToolTracker More... over 14 years ago
re #394: Fixed tests More... over 14 years ago
re #394: Create and use PlusTransformName class Added vtkTransformRepository::SetTransforms(TrackedFrame& trackedFrame) Added TrackedFrame::GetCustomFrameTransformNameList More... over 14 years ago
Re #313: GetOutput works in vtkDataCollectorFile More... over 14 years ago
Test #394: Create and use PlusTransformName class re #333: PlusLib design: Move TrackedFrame related files to PlusCommon - Moved TrackedFrame related classes to PlusCommon - Added PlusTransformName class and used it where it possible - Updated tests More... over 14 years ago