irtkPointToImage< VoxelType > Class Template Reference

#include <irtkPointToImage.h>

Inheritance diagram for irtkPointToImage< VoxelType >:

Inheritance graph
[legend]
Collaboration diagram for irtkPointToImage< VoxelType >:

Collaboration graph
[legend]

List of all members.


Detailed Description

template<class VoxelType>
class irtkPointToImage< VoxelType >

Class for point to image filter.

This class uses a point set to produce an image as output. The filter loops through point of the input point set and sets the nearest voxel in the output image to 1. All voxels of the output image are initially set to 0.

Definition at line 26 of file irtkPointToImage.h.


Public Member Functions

 irtkPointToImage (Bool=True)
 Constructor (using world coordinates by default).
virtual void SetInput (irtkPointSet *)
 Set input.
virtual void SetOutput (irtkGenericImage< VoxelType > *)
 Set output.
virtual void Run ()
 Run image to point filter.
 SetMacro (DebugFlag, Bool)
 Set debugging flag.
 GetMacro (DebugFlag, Bool)
 Get debugging flag.
virtual void Debug (char *)
 Print debugging messages if debugging is enabled.

Protected Attributes

irtkPointSet_input
 Input for the image to point filter.
irtkGenericImage< VoxelType > * _output
 Output for the image to point filter.
Bool _DebugFlag
 Debugging flag.
Bool _UseWorldCoordinates
 Flag to use world or image coordinates for point locations.

The documentation for this class was generated from the following file: