implements T3DImage as a target for drawing operations More...
#include <mia/3d/imagedraw.hh>
Public Member Functions | |
const T3DImage< T > & | get_image () const |
void | set_color (T c) |
T3DImageDrawTarget (const C3DBounds &size, const C3DFVector &origin, const C3DFVector &spacing) | |
Public Member Functions inherited from C3DDrawBox | |
C3DDrawBox (const C3DBounds &size, const C3DFVector &origin, const C3DFVector &spacing) | |
void | draw_line (const C3DFVector &a, const C3DFVector &b) |
void | draw_point (const C3DFVector &p) |
void | draw_triangle (const C3DFVector &a, const C3DFVector &b, const C3DFVector &c) |
implements T3DImage as a target for drawing operations
Definition at line 98 of file imagedraw.hh.
T3DImageDrawTarget< T >::T3DImageDrawTarget | ( | const C3DBounds & | size, |
const C3DFVector & | origin, | ||
const C3DFVector & | spacing | ||
) |
Create a draw target of the given output size and the given voxel spacing
const T3DImage<T>& T3DImageDrawTarget< T >::get_image | ( | ) | const |
void T3DImageDrawTarget< T >::set_color | ( | T | c | ) |
c | New drawing color |