30 #ifndef __DICOMIMAGELOADER_H__
31 #define __DICOMIMAGELOADER_H__
56 virtual Image *loadImage(
const string &url );
60 static bool supportsFileType(
const string &url );
Header file for H3DImageLoaderNode, the abstract base class for all image loaders nodes for different...
Contains the SFBool field class.
DicomImageLoader uses the DCMTK library to load a DICOM image file.
Definition: DicomImageLoader.h:49
static FileReaderRegistration reader_registration
Register this node to the H3DImageLoaderNodes available.
Definition: DicomImageLoader.h:66
H3DUniquePtr< SFBool > loadSingleFile
If true then DicomImageLoader only load the file with the specified url instead of trying to find all...
Definition: DicomImageLoader.h:71
static H3DNodeDatabase database
The H3DNodeDatabase for this node.
Definition: DicomImageLoader.h:63
H3DImageLoaderNode is a virtual base class for classes that read an image file format such as PNG or ...
Definition: H3DImageLoaderNode.h:48
H3D API namespace.
Definition: Anchor.h:38
Class used to register a class to the registered file readers.
Definition: H3DImageLoaderNode.h:62
The H3DNodeDatabase contains a mapping between a name of a Node and the constructor for the Node with...
Definition: H3DNodeDatabase.h:194