30 #ifndef __NRRDIMAGELOADER_H__
31 #define __NRRDIMAGELOADER_H__
54 type_name =
"NrrdImageLoader";
59 virtual Image *loadImage(
const string &url );
63 static bool supportsFileType(
const string &url );
Header file for H3DImageLoaderNode, the abstract base class for all image loaders nodes for different...
H3DImageLoaderNode is a virtual base class for classes that read an image file format such as PNG or ...
Definition: H3DImageLoaderNode.h:48
NrrdImageLoader is a class which takes care of loading the nrrd image format.
Definition: NrrdImageLoader.h:50
static FileReaderRegistration reader_registration
Register this node to the file readers available.
Definition: NrrdImageLoader.h:69
static H3DNodeDatabase database
The H3DNodeData for this node.
Definition: NrrdImageLoader.h:66
NrrdImageLoader()
Constructor.
Definition: NrrdImageLoader.h:53
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