Registry / utility / vtk-dicom

vtk-dicom

JSON →
library0.8.17vcpkgunverified

DICOM for VTK

vcpkg install vtk-dicom
INSTALL
IMPORT
SIG · VTK-DICOM
V
vtk-dicom
utilitycppv0.8.17
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vtkDICOMImageReader.h
#include <vtkDICOMImageReader.h>

Read a DICOM series using VTK-DICOM

#include <vtkDICOMImageReader.h> #include <vtkSmartPointer.h> int main() { vtkSmartPointer<vtkDICOMImageReader> reader = vtkSmartPointer<vtkDICOMImageReader>::New(); reader->SetDirectoryName("/path/to/dicom/"); reader->Update(); return 0; }
Debug
Known issues
breakingRequires VTK to be installed and linked
fix
Ensure find_package(VTK) is called before find_package(vtkDICOM)
affects: *
Upgrade
Version history
0.8.17latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources

No resource links recorded.

vtk-dicom — pip install vtk-dicom · libregistry